Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp161 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkClipOp op) const { in canBeIntersectedInPlace() function in SkClipStack::Element
692 if (prior->canBeIntersectedInPlace(fSaveCount, element.getOp())) { in pushElement()
784 if (element && element->canBeIntersectedInPlace(fSaveCount, kIntersect_SkClipOp)) { in clipEmpty()
DSkClipStack.h300 inline bool canBeIntersectedInPlace(int saveCount, SkClipOp op) const;