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 279 inline void combineBoundsIntersection(int combination, const SkRect& prevFinite);
  /external/skia/src/core/
SkClipStack.cpp 288 // a mirror of combineBoundsIntersection
319 void SkClipStack::Element::combineBoundsIntersection(int combination, const SkRect& prevFinite) {
344 SkDEBUGFAIL("SkClipStack::Element::combineBoundsIntersection Invalid fill combination");
468 this->combineBoundsIntersection(combination, prevFinite);

Completed in 4651 milliseconds