Lines Matching refs:y2
38 RefineBounds(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2)
55 if (y1 < y2) {
57 max = y2;
59 min = y2;
68 if (bounds->y2 > max) bounds->y2 = max;
112 cymax = pBounds->y2 - 1; \
390 jint x1, jint y1, jint x2, jint y2)
413 RefineBounds(&rasInfo.bounds, x1, y1, x2, y2);
420 rasInfo.bounds.y2 > rasInfo.bounds.y1)
426 x1, y1, x2, y2, 0);