Lines Matching refs:SkIRect
174 SkIRect fA;
175 SkIRect fB;
176 SkIRect fExpected;
180 SkIRect a = SkIRect::MakeLTRB(2, 3, 12, 15);
183 {a, a.makeOutset(2, 2), SkIRect::MakeEmpty(), true},
187 {SkIRect::MakeEmpty(), a, SkIRect::MakeEmpty(), true},
189 {a, SkIRect::MakeEmpty(), a, true},
191 {SkIRect::MakeEmpty(), SkIRect::MakeEmpty(), SkIRect::MakeEmpty(), true},
225 SkIRect difference;
248 SkIRect reallyBig = SkIRect::MakeLTRB(-INT_MAX + 1000, 0, INT_MAX - 1000, 100);
250 // valid so the assumption that SkIRect::Intersects() returns false when either input is
252 SkIRect reasonable = SkIRect::MakeLTRB(-50, -5, 50, 125);
259 SkIRect difference;