HomeSort by relevance Sort by last modified time
    Searched refs:canBeIntersectedInPlace (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkClipStack.cpp 174 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const {
679 if (prior->canBeIntersectedInPlace(fSaveCount, element.getOp())) {
736 if (element && element->canBeIntersectedInPlace(fSaveCount, SkRegion::kIntersect_Op)) {
  /external/skia/include/core/
SkClipStack.h 260 inline bool canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const;

Completed in 171 milliseconds