Searched refs:testRects (Results 1 – 6 of 6) sorted by relevance
245 const SkIRect testRects[] = { in DEF_GPUTEST() local340 for (size_t rect = 0; rect < SK_ARRAY_COUNT(testRects); ++rect) { in DEF_GPUTEST()341 const SkIRect& srcRect = testRects[rect]; in DEF_GPUTEST()
365 const SkIRect testRects[] = { in DEF_GPUTEST() local449 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) { in DEF_GPUTEST()450 const SkIRect& rect = testRects[r]; in DEF_GPUTEST()
246 const SkIRect testRects[] = { in DEF_GPUTEST() local342 for (size_t rect = 0; rect < SK_ARRAY_COUNT(testRects); ++rect) { in DEF_GPUTEST()343 const SkIRect& srcRect = testRects[rect]; in DEF_GPUTEST()
357 const SkIRect testRects[] = { in DEF_GPUTEST() local441 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) { in DEF_GPUTEST()442 const SkIRect& rect = testRects[r]; in DEF_GPUTEST()
543 SkRect testRects[2]; in isNestedRects() local545 testRects[0].set(first, SkToS32(last - first)); in isNestedRects()546 testRects[1].set(last, SkToS32(pts - last)); in isNestedRects()547 if (testRects[0].contains(testRects[1])) { in isNestedRects()549 rects[0] = testRects[0]; in isNestedRects()550 rects[1] = testRects[1]; in isNestedRects()558 if (testRects[1].contains(testRects[0])) { in isNestedRects()560 rects[0] = testRects[1]; in isNestedRects()561 rects[1] = testRects[0]; in isNestedRects()