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

/external/skia/src/core/
H A DSkClipStack.cpp186 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { argument
194 if (!SkRect::Intersects(this->getRect(), newR)) {
199 if (this->getRect().contains(newR)) {
205 // So either the two overlap in some complex manner or newR contains oldR.
208 // is AA while newR is BW but since newR contains oldR, oldR will be
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2056 Bool newR, newW, newX, needDiscard; local
2064 newR = toBool(prot & VKI_PROT_READ);
2080 nsegments[i].hasR = newR;

Completed in 107 milliseconds