Lines Matching refs:SkIRect
21 typedef SkIRect (*MakeRectProc)(SkRandom&, int, int);
118 SkIRect query;
158 static inline SkIRect make_concentric_rects_increasing(SkRandom&, int index, int numRects) {
159 SkIRect out = {0, 0, index + 1, index + 1};
163 static inline SkIRect make_XYordered_rects(SkRandom& rand, int index, int numRects) {
164 SkIRect out;
171 static inline SkIRect make_YXordered_rects(SkRandom& rand, int index, int numRects) {
172 SkIRect out;
180 static inline SkIRect make_random_rects(SkRandom& rand, int index, int numRects) {
181 SkIRect out;