Lines Matching defs:paty
544 int paty = pCache->pat1;
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;
762 paty += pCache->offsets[slot].y;
763 xorg = patx; yorg = paty;
773 infoRec->pScrn, patx, paty);
774 patx = pCache->x; paty = pCache->y;
778 pCache->pat1 = paty;
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;
906 paty += pCache->offsets[slot].y;
907 xorg = patx; yorg = paty;
917 infoRec->pScrn, patx, paty);
918 patx = pCache->x; paty = pCache->y;
923 pCache->pat1 = paty;
929 patx, paty, pPriv->fg, pPriv->bg, pGC->alu, pGC->planemask);