Searched defs:drawCoverage (Results 1 – 4 of 4) sorted by relevance
325 void SkDrawBase::drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage, in drawDevPath()386 bool drawCoverage, SkBlitter* customBlitter) const { in drawPath()
290 bool drawCoverage, in SkA8Blitter_Choose()
689 bool drawCoverage, in Choose()
27 DrawPathBench(bool drawCoverage) : fDrawCoverage(drawCoverage) { in DrawPathBench()