Searched refs:stipX (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbstipple.c70 int rot, stipX, stipY; local in function:fbEvenStipple
103 modulus(-xRot, FB_UNIT, stipX);
104 rot = stipX;
170 int stipX, stipY, sx; local in function:fbOddStipple
176 modulus(dstX / dstBpp - xRot, stipWidth, stipX);
185 sx = stipX;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbstipple.c70 int rot, stipX, stipY; local in function:fbEvenStipple
103 modulus(-xRot, FB_UNIT, stipX);
104 rot = stipX;
170 int stipX, stipY, sx; local in function:fbOddStipple
176 modulus(dstX / dstBpp - xRot, stipWidth, stipX);
185 sx = stipX;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbstipple.c108 int rot, stipX, stipY; local in function:fbEvenStipple
142 modulus (- xRot, FB_UNIT, stipX);
143 rot = stipX;
238 int stipX, stipY, sx; local in function:fbOddStipple
244 modulus (dstX / dstBpp - xRot, stipWidth, stipX);
254 sx = stipX;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbfill.c39 int stipX, stipY, sx; local in function:fbStipple
45 modulus(dstX / dstBpp - xRot, stipWidth, stipX);
54 sx = stipX;

Completed in 2027 milliseconds