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

  /external/skia/tests/
ReadPixelsTest.cpp 245 const SkIRect testRects[] = {
340 for (size_t rect = 0; rect < SK_ARRAY_COUNT(testRects); ++rect) {
341 const SkIRect& srcRect = testRects[rect];
WritePixelsTest.cpp 364 const SkIRect testRects[] = {
448 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) {
449 const SkIRect& rect = testRects[r];
  /external/skia/src/core/
SkPath.cpp 539 SkRect testRects[2];
542 testRects[0].set(first, SkToS32(last - first));
546 testRects[1].set(last, SkToS32(pts - last));
547 if (testRects[0].contains(testRects[1])) {
549 rects[0] = testRects[0];
550 rects[1] = testRects[1];
558 if (testRects[1].contains(testRects[0])) {
560 rects[0] = testRects[1]
    [all...]

Completed in 45 milliseconds