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

/external/chromium_org/third_party/skia/gm/
H A Dgetpostextpath.cpp29 static void strokePath(SkCanvas* canvas, const SkPath& path) { function in class:GetPosTextPathGM
52 strokePath(canvas, path);
71 strokePath(canvas, path);
/external/skia/gm/
H A Dgetpostextpath.cpp29 static void strokePath(SkCanvas* canvas, const SkPath& path) { function in class:GetPosTextPathGM
51 strokePath(canvas, path);
70 strokePath(canvas, path);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusLineCaps.h21 IN const GraphicsPath* strokePath,
32 if(strokePath)
33 nativeStrokePath = strokePath->nativePath;
19 CustomLineCap( IN const GraphicsPath* fillPath, IN const GraphicsPath* strokePath, IN LineCap baseCap, IN REAL baseInset ) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp78 SkPath strokePath; local
79 paint.getFillPath(m_path, &strokePath);
81 return SkPathContainsPoint(strokePath, point, SkPath::kWinding_FillType);
H A DGraphicsContext.cpp1439 void GraphicsContext::strokePath(const Path& pathToStroke) function in class:blink::GraphicsContext
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp686 SkPath strokePath; local
687 if (rec.applyToPath(&strokePath, localPath)) {
688 localPath.swap(strokePath);
H A DSkStroke.cpp549 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { function in class:SkStroke
/external/skia/src/core/
H A DSkScalerContext.cpp870 SkPath strokePath; local
871 if (rec.applyToPath(&strokePath, localPath)) {
872 localPath.swap(strokePath);
H A DSkStroke.cpp548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { function in class:SkStroke

Completed in 2703 milliseconds