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

  /external/skia/tests/
ClipBoundsTest.cpp 44 bool isIntersectionOfRects = true;
49 &isIntersectionOfRects);
53 REPORTER_ASSERT(reporter, isIntersectionOfRects);
62 &isIntersectionOfRects);
66 REPORTER_ASSERT(reporter, isIntersectionOfRects);
ClipStackTest.cpp 244 bool isIntersectionOfRects = false;
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 69 milliseconds