Lines Matching refs:testRects
3647 SkRect testRects[2];
3648 if (!IsRectContour(path, true, &currVerb, &pts, nullptr, &testDirs[0], &testRects[0])) {
3651 if (IsRectContour(path, false, &currVerb, &pts, nullptr, &testDirs[1], &testRects[1])) {
3652 if (testRects[0].contains(testRects[1])) {
3654 rects[0] = testRects[0];
3655 rects[1] = testRects[1];
3663 if (testRects[1].contains(testRects[0])) {
3665 rects[0] = testRects[1];
3666 rects[1] = testRects[0];