Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkScan_Path.cpp662 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()
DSkScanPriv.h24 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function
DSkScan_AntiPath.cpp776 SkASSERT(clipper.getClipRect() == nullptr || in AntiFillPath()
777 *clipper.getClipRect() == clipRgn->getBounds()); in AntiFillPath()
/third_party/skia/src/core/
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()
DSkScanPriv.h24 const SkIRect* getClipRect() const { return fClipRect; } in getClipRect() function
DSkScan_AntiPath.cpp775 SkASSERT(clipper.getClipRect() == nullptr || in AntiFillPath()
776 *clipper.getClipRect() == clipRgn->getBounds()); in AntiFillPath()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js4185 getClipRect: function (...args) { method