Searched refs:getClipRect (Results 1 – 7 of 7) sorted by relevance
662 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()
24 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function
826 SkASSERT(clipper.getClipRect() == nullptr || in AntiFillPath()827 *clipper.getClipRect() == clipRgn->getBounds()); in AntiFillPath()
464 public Rectangle getClipRect() in getClipRect() method in OverrideGraphics2D466 return graphics.getClipRect(); in getClipRect()