Searched refs:canBeIntersectedInPlace (Results 1 – 2 of 2) sorted by relevance
42 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const { in canBeIntersectedInPlace() function in SkClipStack::Element531 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()
236 inline bool canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const;