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

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp41 fIsIntersectionOfRects = that.fIsIntersectionOfRects;
155 fIsIntersectionOfRects = false;
165 SkASSERT(!fIsIntersectionOfRects);
387 fIsIntersectionOfRects = false;
395 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
397 fIsIntersectionOfRects = true;
617 *isIntersectionOfRects = element->fIsIntersectionOfRects;
/external/skia/src/core/
H A DSkClipStack.cpp41 fIsIntersectionOfRects = that.fIsIntersectionOfRects;
155 fIsIntersectionOfRects = false;
165 SkASSERT(!fIsIntersectionOfRects);
387 fIsIntersectionOfRects = false;
395 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
397 fIsIntersectionOfRects = true;
617 *isIntersectionOfRects = element->fIsIntersectionOfRects;
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h204 bool fIsIntersectionOfRects; member in class:SkClipStack::Element
233 fIsIntersectionOfRects = false;
/external/skia/include/core/
H A DSkClipStack.h204 bool fIsIntersectionOfRects; member in class:SkClipStack::Element
233 fIsIntersectionOfRects = false;

Completed in 128 milliseconds