Lines Matching defs:patx
308 * patx int x 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);
349 * patx int pattern phase x offset
364 GXSubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrni, int patx, int paty,
369 // patx, paty, x, y, w, h);
370 gfx2_set_pattern_origin(patx, paty);
389 * patx int x 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);
427 WRITE_GP32(MGP_PAT_DATA_0, patx);
441 * patx int pattern phase x offset
456 GXSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrni, int patx, int paty,
460 __func__, patx, paty, x, y, w, h));