Home
last modified time | relevance | path

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

/external/skia/gm/
Dgetpostextpath.cpp26 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function in GetPosTextPathGM
49 strokePath(canvas, path); in onDraw()
68 strokePath(canvas, path); in onDraw()
/external/mdnsresponder/mDNSPosix/
Dparselog.py201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
/external/skia/src/core/
DSkStroke.h65 void strokePath(const SkPath& path, SkPath*) const;
DSkStrokeRec.cpp125 stroker.strokePath(src, dst); in applyToPath()
DSkScalerContext.cpp651 SkPath strokePath; in internalGetPath() local
652 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
653 localPath.swap(strokePath); in internalGetPath()
DSkStroke.cpp1553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp207 stroker.strokePath(path_data, dstPathData); in SkRasterizeStroke()