Searched refs:testRects (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | WritePixelsTest.cpp | 326 const SkIRect testRects[] = { in test_write_pixels() local 385 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) { in test_write_pixels() 386 const SkIRect& rect = testRects[r]; in test_write_pixels()
|
/external/skqp/tests/ |
D | WritePixelsTest.cpp | 326 const SkIRect testRects[] = { in test_write_pixels() local 385 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) { in test_write_pixels() 386 const SkIRect& rect = testRects[r]; in test_write_pixels()
|
/external/skia/src/core/ |
D | SkPath.cpp | 3581 SkRect testRects[2]; in IsNestedFillRects() local 3582 if (!IsRectContour(path, true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) { in IsNestedFillRects() 3585 if (IsRectContour(path, false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) { in IsNestedFillRects() 3586 if (testRects[0].contains(testRects[1])) { in IsNestedFillRects() 3588 rects[0] = testRects[0]; in IsNestedFillRects() 3589 rects[1] = testRects[1]; in IsNestedFillRects() 3597 if (testRects[1].contains(testRects[0])) { in IsNestedFillRects() 3599 rects[0] = testRects[1]; in IsNestedFillRects() 3600 rects[1] = testRects[0]; in IsNestedFillRects()
|
/external/skqp/src/core/ |
D | SkPath.cpp | 623 SkRect testRects[2]; in isNestedFillRects() local 624 if (!isRectContour(true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) { in isNestedFillRects() 627 if (isRectContour(false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) { in isNestedFillRects() 628 if (testRects[0].contains(testRects[1])) { in isNestedFillRects() 630 rects[0] = testRects[0]; in isNestedFillRects() 631 rects[1] = testRects[1]; in isNestedFillRects() 639 if (testRects[1].contains(testRects[0])) { in isNestedFillRects() 641 rects[0] = testRects[1]; in isNestedFillRects() 642 rects[1] = testRects[0]; in isNestedFillRects()
|