Searched defs:strokePath (Results 1 - 7 of 7) sorted by relevance

/external/skia/gm/
H A Dgetpostextpath.cpp25 static void strokePath(SkCanvas* canvas, const SkPath& path) { function in class:GetPosTextPathGM
47 strokePath(canvas, path);
66 strokePath(canvas, path);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DPath.cpp79 SkPath strokePath; local
80 paint.getFillPath(m_path, &strokePath);
82 return SkPathContainsPoint(strokePath, point, SkPath::kWinding_FillType);
H A DGraphicsContext.cpp1306 void GraphicsContext::strokePath(const Path& pathToStroke) function in class:WebCore::GraphicsContext
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp822 SkPath strokePath; local
823 if (rec.applyToPath(&strokePath, localPath)) {
824 localPath.swap(strokePath);
H A DSkStroke.cpp539 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { function in class:SkStroke
/external/skia/src/core/
H A DSkScalerContext.cpp822 SkPath strokePath; local
823 if (rec.applyToPath(&strokePath, localPath)) {
824 localPath.swap(strokePath);
H A DSkStroke.cpp539 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { function in class:SkStroke

Completed in 1294 milliseconds