Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp177 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const { in canBeIntersectedInPlace() function in SkClipStack::Element
682 if (prior->canBeIntersectedInPlace(fSaveCount, element.getOp())) { in pushElement()
739 if (element && element->canBeIntersectedInPlace(fSaveCount, SkRegion::kIntersect_Op)) { in clipEmpty()
/external/skia/include/core/
DSkClipStack.h259 inline bool canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const;