Searched refs:getClipRect (Results 1 – 3 of 3) sorted by relevance
22 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function181 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()
664 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()
464 public Rectangle getClipRect() in getClipRect() method in OverrideGraphics2D466 return graphics.getClipRect(); in getClipRect()