Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp42 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const { in canBeIntersectedInPlace() function in SkClipStack::Element
531 if (element && element->canBeIntersectedInPlace(fSaveCount, op)) { in clipDevRect()
574 if (element && element->canBeIntersectedInPlace(fSaveCount, op)) { in clipDevPath()
608 if (element && element->canBeIntersectedInPlace(fSaveCount, SkRegion::kIntersect_Op)) { in clipEmpty()
/external/skia/include/core/
DSkClipStack.h236 inline bool canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const;