Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp51 fIsIntersectionOfRects = that.fIsIntersectionOfRects; in Element()
180 fIsIntersectionOfRects = false; in initCommon()
280 fIsIntersectionOfRects = false; in setEmpty()
291 SkASSERT(!fIsIntersectionOfRects); in checkEmpty()
515 fIsIntersectionOfRects = false; in updateBoundAndGenID()
522 (kIntersect_SkClipOp == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
524 fIsIntersectionOfRects = true; in updateBoundAndGenID()
740 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds()
1000 if (back->fIsIntersectionOfRects && back->fFiniteBoundType == BoundsType::kNormal_BoundsType) { in isRRect()
DSkClipStack.h234 bool fIsIntersectionOfRects; variable
/external/skqp/src/core/
DSkClipStack.cpp42 fIsIntersectionOfRects = that.fIsIntersectionOfRects; in Element()
158 fIsIntersectionOfRects = false; in initCommon()
247 fIsIntersectionOfRects = false; in setEmpty()
257 SkASSERT(!fIsIntersectionOfRects); in checkEmpty()
480 fIsIntersectionOfRects = false; in updateBoundAndGenID()
487 (kIntersect_SkClipOp == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
489 fIsIntersectionOfRects = true; in updateBoundAndGenID()
697 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds()
DSkClipStack.h218 bool fIsIntersectionOfRects; variable