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()
145 fIsIntersectionOfRects = false; in setEmpty()
155 SkASSERT(!fIsIntersectionOfRects); in checkEmpty()
378 fIsIntersectionOfRects = false; in updateBoundAndGenID()
386 (kIntersect_SkClipOp == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
388 fIsIntersectionOfRects = true; in updateBoundAndGenID()
603 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds()
DSkClipStack.h242 bool fIsIntersectionOfRects; variable
273 fIsIntersectionOfRects = false; in initCommon()