Lines Matching defs:y1
363 srcInfo.bounds.y1 = sy1;
370 srcInfo.bounds.y2 <= srcInfo.bounds.y1)
405 dstInfo.bounds.y1 = dstInfo.bounds.y2 = idy1;
406 if (y >= srcInfo.bounds.y1 && y < srcInfo.bounds.y2) {
410 dstInfo.bounds.y1 = ((srcInfo.bounds.y1 <= sy1)
413 (srcInfo.bounds.y1-sy1) << shift, syinc));
429 dstInfo.bounds.y2 > dstInfo.bounds.y1)
452 if (span.y1 > idy1) {
453 tsyloc += syinc * (span.y1 - idy1);
461 span.y1, dstInfo.scanStride);
463 span.x2-span.x1, span.y2-span.y1,
474 jint x1, y1, x2, y2;
477 for (tiley = TILESTART(span.y1, idy1, tilesize);
482 y1 = tiley;
484 if (y1 < span.y1) y1 = span.y1;
489 if (y1 > tiley) {
490 syloc += syinc * (y1 - tiley);
511 y1, dstInfo.scanStride);
512 (*pPrim->funcs.scaledblit)(pSrc, pDst, x2-x1, y2-y1,