Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkBounder.h60 bool doPath(const SkPath&, const SkPaint&, bool doFill);
/external/skia/src/core/
DSkDraw.cpp884 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