/external/chromium_org/third_party/skia/gm/ |
D | getpostextpath.cpp | 29 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function in GetPosTextPathGM 51 strokePath(canvas, path); in onDraw() 70 strokePath(canvas, path); in onDraw()
|
/external/skia/gm/ |
D | getpostextpath.cpp | 29 static void strokePath(SkCanvas* canvas, const SkPath& path) { in strokePath() function in GetPosTextPathGM 51 strokePath(canvas, path); in onDraw() 70 strokePath(canvas, path); in onDraw()
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 201 c.strokePath() 209 c.strokePath() 221 c.strokePath() 241 c.strokePath()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusLineCaps.h | 21 IN const GraphicsPath* strokePath, in CustomLineCap() argument 32 if(strokePath) in CustomLineCap() 33 nativeStrokePath = strokePath->nativePath; in CustomLineCap()
|
D | GdiPlusHeaders.h | 690 IN const GraphicsPath* strokePath,
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkStroke.h | 44 void strokePath(const SkPath& path, SkPath*) const;
|
D | SkStrokeRec.cpp | 111 stroker.strokePath(src, dst); in applyToPath()
|
D | SkScalerContext.cpp | 870 SkPath strokePath; in internalGetPath() local 871 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath() 872 localPath.swap(strokePath); in internalGetPath()
|
D | SkStroke.cpp | 548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
|
/external/skia/src/core/ |
D | SkStroke.h | 44 void strokePath(const SkPath& path, SkPath*) const;
|
D | SkStrokeRec.cpp | 111 stroker.strokePath(src, dst); in applyToPath()
|
D | SkScalerContext.cpp | 870 SkPath strokePath; in internalGetPath() local 871 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath() 872 localPath.swap(strokePath); in internalGetPath()
|
D | SkStroke.cpp | 548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceSolidColor.cpp | 97 context->strokePath(*path); in postApplyResource()
|
D | RenderSVGResourceGradient.cpp | 145 context->strokePath(*path); in postApplyResource()
|
D | RenderSVGResourcePattern.cpp | 187 context->strokePath(*path); in postApplyResource()
|
D | RenderSVGShape.cpp | 87 context->strokePath(*usePath); in strokeShape()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.cpp | 78 SkPath strokePath; in strokeContains() local 79 paint.getFillPath(m_path, &strokePath); in strokeContains() 81 return SkPathContainsPoint(strokePath, point, SkPath::kWinding_FillType); in strokeContains()
|
D | GraphicsContextTest.cpp | 959 context.strokePath(path); in TEST() 1011 context.strokePath(path); in TEST() 1038 context.strokePath(path); in TEST()
|
D | GraphicsContext.h | 256 void strokePath(const Path&);
|
D | GraphicsContext.cpp | 1278 void GraphicsContext::strokePath(const Path& pathToStroke) in strokePath() function in WebCore::GraphicsContext
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1063 c->strokePath(path); in strokeInternal() 1070 c->strokePath(path); in strokeInternal() 1638 context->strokePath(path); in strokePrimitive()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 128 context->strokePath(quadPath); in drawOutlinedQuad()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.cpp | 1072 context->strokePath(path); in strokeWavyTextDecoration()
|
D | RenderThemeChromiumMac.mm | 1366 paintInfo.context->strokePath(borderPath);
|