HomeSort by relevance Sort by last modified time
    Searched refs:testRects (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
WritePixelsTest.cpp 306 const SkIRect testRects[] = {
364 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) {
365 const SkIRect& rect = testRects[r];
  /external/skia/src/core/
SkPath.cpp 590 SkRect testRects[2];
593 testRects[0].set(first, SkToS32(last - first));
597 testRects[1].set(last, SkToS32(pts - last));
598 if (testRects[0].contains(testRects[1])) {
600 rects[0] = testRects[0];
601 rects[1] = testRects[1];
609 if (testRects[1].contains(testRects[0])) {
611 rects[0] = testRects[1]
    [all...]

Completed in 95 milliseconds