Lines Matching refs:x2
25 int width, height, Bpp, FBPitch, x1, x2, y1, y2;
34 x2 = MIN(pbox->x2, pScrn->virtualX);
37 width = (x2 - x1) * Bpp;
78 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch;
88 x2 = MIN(pbox->x2, pScrn->virtualX);
91 width = x2 - x1;
105 ((pScrn->virtualY - x2) * dstPitch) + y1;
106 srcPtr = pCir->ShadowPtr + (y1 * srcPitch) + x2 - 1;
132 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch;
142 x2 = MIN(pbox->x2, pScrn->virtualX);
145 width = x2 - x1;
160 ((pScrn->virtualY - x2) * dstPitch) + y1;
162 (y1 * srcPitch) + x2 - 1;
187 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch;
197 x2 = MIN(pbox->x2, pScrn->virtualX);
200 width = x2 - x1;
214 ((pScrn->virtualY - x2) * dstPitch) + (y1 * 3);
215 srcPtr = pCir->ShadowPtr + (y1 * srcPitch) + (x2 * 3) - 3;
246 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch;
255 x2 = MIN(pbox->x2, pScrn->virtualX);
258 width = x2 - x1;
271 ((pScrn->virtualY - x2) * dstPitch) + y1;
273 (y1 * srcPitch) + x2 - 1;