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

/external/skia/src/core/
H A DSkClipStack.cpp54 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { argument
62 if (!SkRect::Intersects(fRect, newR)) {
67 if (fRect.contains(newR)) {
73 // So either the two overlap in some complex manner or newR contains oldR.
76 // is AA while newR is BW but since newR contains oldR, oldR will be
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2102 Bool newR, newW, newX, needDiscard; local
2110 newR = toBool(prot & VKI_PROT_READ);
2126 nsegments[i].hasR = newR;

Completed in 115 milliseconds