Searched refs:strokePath (Results 1 – 7 of 7) sorted by relevance
26 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function in GetPosTextPathGM49 strokePath(canvas, path); in onDraw()68 strokePath(canvas, path); in onDraw()
201 c.strokePath()209 c.strokePath()221 c.strokePath()241 c.strokePath()
65 void strokePath(const SkPath& path, SkPath*) const;
125 stroker.strokePath(src, dst); in applyToPath()
651 SkPath strokePath; in internalGetPath() local652 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()653 localPath.swap(strokePath); in internalGetPath()
1553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
207 stroker.strokePath(path_data, dstPathData); in SkRasterizeStroke()