Lines Matching refs:x2
364 srcInfo.bounds.x2 = sx2;
369 if (srcInfo.bounds.x2 <= srcInfo.bounds.x1 ||
391 dstInfo.bounds.x1 = dstInfo.bounds.x2 = idx1;
392 if (x >= srcInfo.bounds.x1 && x < srcInfo.bounds.x2) {
393 dstInfo.bounds.x2++;
400 dstInfo.bounds.x2 = refine(idx1, ddx1, tilesize, scalex,
401 (srcInfo.bounds.x2-sx1) << shift, sxinc);
428 if (dstInfo.bounds.x2 > dstInfo.bounds.x1 &&
463 span.x2-span.x1, span.y2-span.y1,
474 jint x1, y1, x2, y2;
494 tilex < span.x2;
499 x2 = tilex + tilesize;
501 if (x2 > span.x2) x2 = span.x2;
512 (*pPrim->funcs.scaledblit)(pSrc, pDst, x2-x1, y2-y1,