Lines Matching refs:bounds
38 RefineBounds(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2)
53 if (bounds->x1 < min) bounds->x1 = min;
54 if (bounds->x2 > max) bounds->x2 = max;
67 if (bounds->y1 < min) bounds->y1 = min;
68 if (bounds->y2 > max) bounds->y2 = max;
411 GrPrim_Sg2dGetClip(env, sg2d, &rasInfo.bounds);
413 RefineBounds(&rasInfo.bounds, x1, y1, x2, y2);
419 if (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
420 rasInfo.bounds.y2 > rasInfo.bounds.y1)