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 177 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const {
682 if (prior->canBeIntersectedInPlace(fSaveCount, element.getOp())) {
739 if (element && element->canBeIntersectedInPlace(fSaveCount, SkRegion::kIntersect_Op)) {
  /external/skia/include/core/
SkClipStack.h 259 inline bool canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const;

Completed in 917 milliseconds