Searched refs:sk_fill_path (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkScanPriv.h | 32 void sk_fill_path(const SkPath& path, const SkIRect* clipRect,
|
D | SkScan_AntiPath.cpp | 720 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn); in AntiFillPath() 723 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn); in AntiFillPath()
|
D | SkScan_Path.cpp | 429 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, in sk_fill_path() function 670 sk_fill_path(path, clipper.getClipRect(), blitter, ir.fTop, ir.fBottom, in FillPath()
|