Home | History | Annotate | Download | only in tests

Lines Matching refs:SkIRect

851                                const SkIRect& bounds,
950 SkIRect inflatedIBounds;
958 SkIRect tBounds(inflatedIBounds);
959 SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL;
1016 SkIRect inflatedIBounds = SkIRect::MakeXYWH(0, 0, 100, 100);
1021 SkIRect tightBounds;
1051 #define XYWH SkIRect::MakeXYWH
1053 SkIRect unused;
1055 SkIRect stackBounds = XYWH(0, 0, 76, 76);
1066 SkIRect testBounds;
1070 SkIRect tighterBounds; // If this is empty, the query will not pass tighter bounds
1116 SkIRect tightBounds;
1141 stack.clipDevRect(SkIRect::MakeXYWH(0, 0, 100, 100), SkRegion::kReplace_Op);
1142 stack.clipDevRect(SkIRect::MakeXYWH(0, 0, 50, 50), SkRegion::kReplace_Op);
1143 SkIRect inflatedIBounds = SkIRect::MakeXYWH(0, 0, 100, 100);
1148 SkIRect tightBounds;
1169 static const SkIRect gRects[] = {