Searched refs:newR (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Antihair.cpp851 SkRect newR;
852 newR.set(clip->getBounds());
853 if (!newR.intersect(origR)) {
858 newR.roundOut(&outerBounds);
861 antifillrect(newR, blitter);
865 newR.set(clipper.rect());
866 if (newR.intersect(origR)) {
867 antifillrect(newR, blitter);
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 DSkScan_Antihair.cpp851 SkRect newR;
852 newR.set(clip->getBounds());
853 if (!newR.intersect(origR)) {
858 newR.roundOut(&outerBounds);
861 antifillrect(newR, blitter);
865 newR.set(clipper.rect());
866 if (newR.intersect(origR)) {
867 antifillrect(newR, blitter);
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/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h264 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;
/external/skia/include/core/
H A DSkClipStack.h264 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;
/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 239 milliseconds