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

/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { function in class:SkClipStack::Element
268 prior->rectRectIntersectAllowed(fRect, fDoAA))) {
541 if (element->rectRectIntersectAllowed(rect, doAA)) {
/external/skia/src/core/
H A DSkClipStack.cpp54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { function in class:SkClipStack::Element
268 prior->rectRectIntersectAllowed(fRect, fDoAA))) {
541 if (element->rectRectIntersectAllowed(rect, doAA)) {

Completed in 708 milliseconds