Searched refs:testRects (Results 1 – 2 of 2) sorted by relevance
305 const SkIRect testRects[] = { in test_write_pixels() local363 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) { in test_write_pixels()364 const SkIRect& rect = testRects[r]; in test_write_pixels()
582 SkRect testRects[2]; in isNestedFillRects() local585 testRects[0].set(first, SkToS32(last - first)); in isNestedFillRects()589 testRects[1].set(last, SkToS32(pts - last)); in isNestedFillRects()590 if (testRects[0].contains(testRects[1])) { in isNestedFillRects()592 rects[0] = testRects[0]; in isNestedFillRects()593 rects[1] = testRects[1]; in isNestedFillRects()601 if (testRects[1].contains(testRects[0])) { in isNestedFillRects()603 rects[0] = testRects[1]; in isNestedFillRects()604 rects[1] = testRects[0]; in isNestedFillRects()