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
776 SkASSERT(clipper.getClipRect() == nullptr || in AntiFillPath()777 *clipper.getClipRect() == clipRgn->getBounds()); in AntiFillPath()
661 SkASSERT(clipper.getClipRect() == nullptr || in FillPath()662 *clipper.getClipRect() == clipPtr->getBounds()); in FillPath()664 0, clipper.getClipRect() == nullptr); in FillPath()782 sk_fill_triangle(pts, clipper.getClipRect(), blitter, ir); in FillTriangle()
775 SkASSERT(clipper.getClipRect() == nullptr || in AntiFillPath()776 *clipper.getClipRect() == clipRgn->getBounds()); in AntiFillPath()
4185 getClipRect: function (...args) { method