Home
last modified time | relevance | path

Searched refs:testRects (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DWritePixelsTest.cpp326 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()
/third_party/skia/src/core/
H A DSkPath.cpp3647 SkRect testRects[2]; in IsNestedFillRects() local
3648 if (!IsRectContour(path, true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) { in IsNestedFillRects()
3651 if (IsRectContour(path, false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) { in IsNestedFillRects()
3652 if (testRects[0].contains(testRects[1])) { in IsNestedFillRects()
3654 rects[0] = testRects[0]; in IsNestedFillRects()
3655 rects[1] = testRects[1]; in IsNestedFillRects()
3663 if (testRects[1].contains(testRects[0])) { in IsNestedFillRects()
3665 rects[0] = testRects[ in IsNestedFillRects()
[all...]

Completed in 7 milliseconds