Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp44 fIsIntersectionOfRects = that.fIsIntersectionOfRects; in Element()
164 fIsIntersectionOfRects = false; in setEmpty()
174 SkASSERT(!fIsIntersectionOfRects); in checkEmpty()
397 fIsIntersectionOfRects = false; in updateBoundAndGenID()
405 (kIntersect_SkClipOp == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
407 fIsIntersectionOfRects = true; in updateBoundAndGenID()
622 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds()
DSkClipStack.h248 bool fIsIntersectionOfRects; variable
279 fIsIntersectionOfRects = false; in initCommon()