Searched refs:superBlit (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkScan_AntiPath.cpp | 718 MaskSuperBlitter superBlit(blitter, ir, *clipRgn, isInverse); in AntiFillPath() local 720 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn); in AntiFillPath() 722 SuperBlitter superBlit(blitter, ir, *clipRgn, isInverse); in AntiFillPath() local 723 sk_fill_path(path, superClipRect, &superBlit, ir.fTop, ir.fBottom, SHIFT, *clipRgn); in AntiFillPath()
|