Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp42 fIsIntersectionOfRects = that.fIsIntersectionOfRects; in Element()
159 fIsIntersectionOfRects = false; in setEmpty()
169 SkASSERT(!fIsIntersectionOfRects); in checkEmpty()
391 fIsIntersectionOfRects = false; in updateBoundAndGenID()
399 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
401 fIsIntersectionOfRects = true; in updateBoundAndGenID()
615 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds()
/external/skia/include/core/
DSkClipStack.h204 bool fIsIntersectionOfRects; variable
233 fIsIntersectionOfRects = false; in initCommon()