Lines Matching defs:patx
543 int patx = pCache->pat0;
545 XAARotateMonoPattern(&patx, &paty, xorg, yorg,
548 xorg = patx; yorg = paty;
672 int origin, type, patx, paty, fg, bg;
741 patx = pPriv->pattern0; paty = pPriv->pattern1;
749 XAARotateMonoPattern(&patx, &paty, xorg, yorg,
752 xorg = patx; yorg = paty;
756 infoRec->pScrn, patx, paty);
757 patx = pCache->x; paty = pCache->y;
761 patx += pCache->offsets[slot].x;
763 xorg = patx; yorg = paty;
773 infoRec->pScrn, patx, paty);
774 patx = pCache->x; paty = pCache->y;
777 pCache->pat0 = patx;
784 patx, paty, fg, bg, pGC->alu, pGC->planemask);
832 int origin, type, patx, paty;
885 patx = pPriv->pattern0; paty = pPriv->pattern1;
893 XAARotateMonoPattern(&patx, &paty, xorg, yorg,
896 xorg = patx; yorg = paty;
900 infoRec->pScrn, patx, paty);
901 patx = pCache->x; paty = pCache->y;
905 patx += pCache->offsets[slot].x;
907 xorg = patx; yorg = paty;
917 infoRec->pScrn, patx, paty);
918 patx = pCache->x; paty = pCache->y;
922 pCache->pat0 = patx;
929 patx, paty, pPriv->fg, pPriv->bg, pGC->alu, pGC->planemask);