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()
162 fIsIntersectionOfRects = false; in setEmpty()
172 SkASSERT(!fIsIntersectionOfRects); in checkEmpty()
394 fIsIntersectionOfRects = false; in updateBoundAndGenID()
402 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID()
404 fIsIntersectionOfRects = true; in updateBoundAndGenID()
618 *isIntersectionOfRects = element->fIsIntersectionOfRects; in getBounds()
/external/skia/include/core/
DSkClipStack.h203 bool fIsIntersectionOfRects; variable
232 fIsIntersectionOfRects = false; in initCommon()