Searched defs:testRects (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp543 SkRect testRects[2]; local
545 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[
[all...]
/external/chromium_org/third_party/skia/tests/
H A DReadPixelsTest.cpp245 const SkIRect testRects[] = { local
340 for (size_t rect = 0; rect < SK_ARRAY_COUNT(testRects); ++rect) {
341 const SkIRect& srcRect = testRects[rect];
H A DWritePixelsTest.cpp365 const SkIRect testRects[] = { local
449 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) {
450 const SkIRect& rect = testRects[r];
/external/skia/src/core/
H A DSkPath.cpp543 SkRect testRects[2]; local
545 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[
[all...]
/external/skia/tests/
H A DReadPixelsTest.cpp246 const SkIRect testRects[] = { local
342 for (size_t rect = 0; rect < SK_ARRAY_COUNT(testRects); ++rect) {
343 const SkIRect& srcRect = testRects[rect];
H A DWritePixelsTest.cpp357 const SkIRect testRects[] = { local
441 for (size_t r = 0; r < SK_ARRAY_COUNT(testRects); ++r) {
442 const SkIRect& rect = testRects[r];

Completed in 715 milliseconds