Searched defs:combineBoundsIntersection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp284 // a mirror of combineBoundsIntersection
315 void SkClipStack::Element::combineBoundsIntersection(int combination, const SkRect& prevFinite) { function in class:SkClipStack::Element
340 SkDEBUGFAIL("SkClipStack::Element::combineBoundsIntersection Invalid fill combination");
470 this->combineBoundsIntersection(combination, prevFinite);
/external/skia/src/core/
H A DSkClipStack.cpp284 // a mirror of combineBoundsIntersection
315 void SkClipStack::Element::combineBoundsIntersection(int combination, const SkRect& prevFinite) { function in class:SkClipStack::Element
340 SkDEBUGFAIL("SkClipStack::Element::combineBoundsIntersection Invalid fill combination");
470 this->combineBoundsIntersection(combination, prevFinite);

Completed in 107 milliseconds