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

  /external/skia/include/core/
SkClipStack.h 255 inline void combineBoundsIntersection(int combination, const SkRect& prevFinite);
  /external/skia/src/core/
SkClipStack.cpp 156 // a mirror of combineBoundsIntersection
187 void SkClipStack::Element::combineBoundsIntersection(int combination, const SkRect& prevFinite) {
213 SkDEBUGFAIL("SkClipStack::Element::combineBoundsIntersection Invalid fill combination");
336 this->combineBoundsIntersection(combination, prevFinite);

Completed in 135 milliseconds