Searched refs:canBeIntersectedInPlace (Results 1 – 2 of 2) sorted by relevance
177 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const { in canBeIntersectedInPlace() function in SkClipStack::Element682 if (prior->canBeIntersectedInPlace(fSaveCount, element.getOp())) { in pushElement()739 if (element && element->canBeIntersectedInPlace(fSaveCount, SkRegion::kIntersect_Op)) { in clipEmpty()
259 inline bool canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const;