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