Searched refs:doPath (Results 1 – 2 of 2) sorted by relevance
60 bool doPath(const SkPath&, const SkPaint&, bool doFill);
884 if (fBounder && !fBounder->doPath(*devPathPtr, paint, doFill)) { in drawPath()2286 bool SkBounder::doPath(const SkPath& path, const SkPaint& paint, bool doFill) { in doPath() function in SkBounder