Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScanPriv.h22 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function
181 const SkIRect* clipRect = clipper.getClipRect(); in do_fill_path()
190 SkASSERT(clipper.getClipRect() == nullptr || in do_fill_path()
191 *clipper.getClipRect() == clipRgn->getBounds()); in do_fill_path()
DSkScan_Path.cpp664 SkASSERT(clipper.getClipRect() == nullptr || in FillPath()
665 *clipper.getClipRect() == clipPtr->getBounds()); in FillPath()
667 0, clipper.getClipRect() == nullptr); in FillPath()
771 sk_fill_triangle(pts, clipper.getClipRect(), blitter, ir); in FillTriangle()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java464 public Rectangle getClipRect() in getClipRect() method in OverrideGraphics2D
466 return graphics.getClipRect(); in getClipRect()