Lines Matching defs:paty
309 * paty int y offset to pattern data
321 GXSetupForColor8x8PatternFill(ScrnInfoPtr pScrni, int patx, int paty, int rop,
327 // patx, paty, rop, planemask, trans_color);
329 gc8x8p = (unsigned long *) FBADDR(patx, paty);
350 * paty int pattern phase y offset
364 GXSubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrni, int patx, int paty,
369 // patx, paty, x, y, w, h);
370 gfx2_set_pattern_origin(patx, paty);
390 * paty int y offset to pattern data
402 GXSetupForMono8x8PatternFill(ScrnInfoPtr pScrni, int patx, int paty,
407 //patx, paty, fg, bg, rop, planemask);
410 gfx_set_mono_pattern(bg, fg, patx, paty, bg == -1 ? 1 : 0);
428 WRITE_GP32(MGP_PAT_DATA_1, paty);
442 * paty int pattern phase y offset
456 GXSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrni, int patx, int paty,
460 __func__, patx, paty, x, y, w, h));