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 42 bool SkClipStack::Element::canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const {
531 if (element && element->canBeIntersectedInPlace(fSaveCount, op)) {
574 if (element && element->canBeIntersectedInPlace(fSaveCount, op)) {
608 if (element && element->canBeIntersectedInPlace(fSaveCount, SkRegion::kIntersect_Op)) {
  /external/skia/include/core/
SkClipStack.h 236 inline bool canBeIntersectedInPlace(int saveCount, SkRegion::Op op) const;

Completed in 617 milliseconds