Lines Matching defs:yrot
1833 int xrot, yrot;
1884 yrot = (pGC->patOrg.y + pDrawable->y) & 0xf;
1886 stipple->patalign = ((16 - (xrot & 0xf)) << 16) | (16 - (yrot & 0xf));
1889 yrot = 16 - yrot;
1890 stipple->patalign = (xrot << 16) | yrot;
2057 int xrot, yrot;
2216 yrot = pGC->patOrg.y + pDrawable->y;
2231 xrot, yrot);
2244 &pGC->pRotatedPixmap, xrot, yrot);