Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkScan_Path.cpp661 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()
H A DSkScanPriv.h24 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function in SkScanClipper
H A DSkScan_AntiPath.cpp788 SkASSERT(clipper.getClipRect() == nullptr ||
789 *clipper.getClipRect() == clipRgn->getBounds());

Completed in 3 milliseconds