Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Path.cpp662 SkASSERT(clipper.getClipRect() == nullptr || in FillPath()
663 *clipper.getClipRect() == clipPtr->getBounds()); in FillPath()
665 0, clipper.getClipRect() == nullptr); in FillPath()
778 sk_fill_triangle(pts, clipper.getClipRect(), blitter, ir); in FillTriangle()
DSkScanPriv.h24 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function
DSkScan_AntiPath.cpp826 SkASSERT(clipper.getClipRect() == nullptr || in AntiFillPath()
827 *clipper.getClipRect() == clipRgn->getBounds()); in AntiFillPath()
/external/skqp/src/core/
DSkScan_Path.cpp662 SkASSERT(clipper.getClipRect() == nullptr || in FillPath()
663 *clipper.getClipRect() == clipPtr->getBounds()); in FillPath()
665 0, clipper.getClipRect() == nullptr); in FillPath()
778 sk_fill_triangle(pts, clipper.getClipRect(), blitter, ir); in FillTriangle()
DSkScanPriv.h24 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function
DSkScan_AntiPath.cpp826 SkASSERT(clipper.getClipRect() == nullptr || in AntiFillPath()
827 *clipper.getClipRect() == clipRgn->getBounds()); in AntiFillPath()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java464 public Rectangle getClipRect() in getClipRect() method in OverrideGraphics2D
466 return graphics.getClipRect(); in getClipRect()