Searched defs:isIntersectionOfRects (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DClipCacheTest.cpp76 bool isIntersectionOfRects = true; local
81 &isIntersectionOfRects);
85 REPORTER_ASSERT(reporter, isIntersectionOfRects);
94 &isIntersectionOfRects);
98 REPORTER_ASSERT(reporter, isIntersectionOfRects);
H A DClipStackTest.cpp244 bool isIntersectionOfRects = false; local
282 &isIntersectionOfRects);
285 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
288 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
419 bool isIntersectionOfRects;
466 stack.getBounds(&bound, &type, &isIntersectionOfRects);
526 bool isIntersectionOfRects;
538 stack.getBounds(&bound, &type, &isIntersectionOfRects);
540 REPORTER_ASSERT(reporter, isIntersectionOfRects);
553 stack.getBounds(&bound, &type, &isIntersectionOfRects);
[all...]
/external/skia/tests/
H A DClipCacheTest.cpp76 bool isIntersectionOfRects = true; local
81 &isIntersectionOfRects);
85 REPORTER_ASSERT(reporter, isIntersectionOfRects);
94 &isIntersectionOfRects);
98 REPORTER_ASSERT(reporter, isIntersectionOfRects);
H A DClipStackTest.cpp244 bool isIntersectionOfRects = false; local
282 &isIntersectionOfRects);
285 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
288 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
419 bool isIntersectionOfRects;
466 stack.getBounds(&bound, &type, &isIntersectionOfRects);
526 bool isIntersectionOfRects;
538 stack.getBounds(&bound, &type, &isIntersectionOfRects);
540 REPORTER_ASSERT(reporter, isIntersectionOfRects);
553 stack.getBounds(&bound, &type, &isIntersectionOfRects);
[all...]

Completed in 638 milliseconds