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

/external/skia/tests/
H A DClipCacheTest.cpp77 bool isIntersectionOfRects = true; local
82 &isIntersectionOfRects);
86 REPORTER_ASSERT(reporter, isIntersectionOfRects);
95 &isIntersectionOfRects);
99 REPORTER_ASSERT(reporter, isIntersectionOfRects);
H A DClipStackTest.cpp249 bool isIntersectionOfRects = false; local
277 &isIntersectionOfRects);
280 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
283 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
414 bool isIntersectionOfRects;
461 stack.getBounds(&bound, &type, &isIntersectionOfRects);
521 bool isIntersectionOfRects;
533 stack.getBounds(&bound, &type, &isIntersectionOfRects);
535 REPORTER_ASSERT(reporter, isIntersectionOfRects);
548 stack.getBounds(&bound, &type, &isIntersectionOfRects);
[all...]

Completed in 121 milliseconds