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

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp182 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { function in class:SkClipStack::Element
396 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) {
678 if (prior->rectRectIntersectAllowed(element.getRect(), element.isAA())) {
/external/skia/src/core/
H A DSkClipStack.cpp182 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { function in class:SkClipStack::Element
396 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) {
678 if (prior->rectRectIntersectAllowed(element.getRect(), element.isAA())) {

Completed in 100 milliseconds