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

  /external/skia/tests/
ClipBoundsTest.cpp 31 bool isIntersectionOfRects = true;
36 &isIntersectionOfRects);
40 REPORTER_ASSERT(reporter, isIntersectionOfRects);
48 &isIntersectionOfRects);
52 REPORTER_ASSERT(reporter, isIntersectionOfRects);
ClipStackTest.cpp 252 bool isIntersectionOfRects = false;
290 &isIntersectionOfRects);
293 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
296 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
427 bool isIntersectionOfRects;
474 stack.getBounds(&bound, &type, &isIntersectionOfRects);
534 bool isIntersectionOfRects;
546 stack.getBounds(&bound, &type, &isIntersectionOfRects);
548 REPORTER_ASSERT(reporter, isIntersectionOfRects);
561 stack.getBounds(&bound, &type, &isIntersectionOfRects);
    [all...]
  /external/skia/src/core/
SkClipStackDevice.cpp 79 bool isIntersectionOfRects;
81 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
82 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {
99 bool isIntersectionOfRects;
101 fClipStack.getBounds(&bounds, &boundType, &isIntersectionOfRects);
102 if (isIntersectionOfRects && SkClipStack::kNormal_BoundsType == boundType) {

Completed in 197 milliseconds