Searched defs:newR (Results 1 - 3 of 3) 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 { argument
190 if (!SkRect::Intersects(this->getRect(), newR)) {
195 if (this->getRect().contains(newR)) {
201 // So either the two overlap in some complex manner or newR contains oldR.
204 // is AA while newR is BW but since newR contains oldR, oldR will be
/external/skia/src/core/
H A DSkClipStack.cpp182 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { argument
190 if (!SkRect::Intersects(this->getRect(), newR)) {
195 if (this->getRect().contains(newR)) {
201 // So either the two overlap in some complex manner or newR contains oldR.
204 // is AA while newR is BW but since newR contains oldR, oldR will be
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2125 Bool newR, newW, newX, needDiscard; local
2133 newR = toBool(prot & VKI_PROT_READ);
2149 nsegments[i].hasR = newR;

Completed in 2314 milliseconds