Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_AntiPath.cpp718 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()