Searched refs:fIsIntersectionOfRects (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h183 bool fIsIntersectionOfRects; member in class:SkClipStack::Element
208 fIsIntersectionOfRects = false;
228 fIsIntersectionOfRects = false;
/external/skia/include/core/
H A DSkClipStack.h183 bool fIsIntersectionOfRects; member in class:SkClipStack::Element
208 fIsIntersectionOfRects = false;
228 fIsIntersectionOfRects = false;
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp37 SkASSERT(!fIsIntersectionOfRects);
260 fIsIntersectionOfRects = false;
267 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
269 fIsIntersectionOfRects = true;
480 *isIntersectionOfRects = element->fIsIntersectionOfRects;
/external/skia/src/core/
H A DSkClipStack.cpp37 SkASSERT(!fIsIntersectionOfRects);
260 fIsIntersectionOfRects = false;
267 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
269 fIsIntersectionOfRects = true;
480 *isIntersectionOfRects = element->fIsIntersectionOfRects;

Completed in 113 milliseconds