Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DDetermineDomainModeTest.cpp202 SkRect newR = enclosing.rect(); in generic_inset() local
206 newR.fLeft += insetAmount; in generic_inset()
216 newR.fTop += insetAmount; in generic_inset()
226 newR.fRight -= insetAmount; in generic_inset()
236 newR.fBottom -= insetAmount; in generic_inset()
244 result->set(newR, left, top, right, bot, name); in generic_inset()
/third_party/flutter/skia/src/core/
DSkScan_Antihair.cpp782 SkRect newR; in AntiFillRect() local
783 newR.set(clip->getBounds()); in AntiFillRect()
784 if (!newR.intersect(origR)) { in AntiFillRect()
788 const SkIRect outerBounds = newR.roundOut(); in AntiFillRect()
791 antifillrect(newR, blitter); in AntiFillRect()
795 newR.set(clipper.rect()); in AntiFillRect()
796 if (newR.intersect(origR)) { in AntiFillRect()
797 antifillrect(newR, blitter); in AntiFillRect()
DSkClipStack.cpp275 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { in rectRectIntersectAllowed() argument
283 if (!SkRect::Intersects(this->getDeviceSpaceRect(), newR)) { in rectRectIntersectAllowed()
288 if (this->getDeviceSpaceRect().contains(newR)) { in rectRectIntersectAllowed()
DSkClipStack.h256 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;
/third_party/skia/src/core/
DSkScan_Antihair.cpp787 SkRect newR; in AntiFillRect() local
788 newR.set(clip->getBounds()); in AntiFillRect()
789 if (!newR.intersect(origR)) { in AntiFillRect()
793 const SkIRect outerBounds = newR.roundOut(); in AntiFillRect()
796 antifillrect(newR, blitter); in AntiFillRect()
800 newR.set(clipper.rect()); in AntiFillRect()
801 if (newR.intersect(origR)) { in AntiFillRect()
802 antifillrect(newR, blitter); in AntiFillRect()
DSkClipStack.cpp319 bool SkClipStack::Element::rectRectIntersectAllowed(const SkRect& newR, bool newAA) const { in rectRectIntersectAllowed() argument
327 if (!SkRect::Intersects(this->getDeviceSpaceRect(), newR)) { in rectRectIntersectAllowed()
332 if (this->getDeviceSpaceRect().contains(newR)) { in rectRectIntersectAllowed()
DSkClipStack.h285 bool rectRectIntersectAllowed(const SkRect& newR, bool newAA) const;