Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/gm/
Dgetpostextpath.cpp29 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/
Dgetpostextpath.cpp29 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/
Dparselog.py201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusLineCaps.h21 IN const GraphicsPath* strokePath, in CustomLineCap() argument
32 if(strokePath) in CustomLineCap()
33 nativeStrokePath = strokePath->nativePath; in CustomLineCap()
DGdiPlusHeaders.h690 IN const GraphicsPath* strokePath,
/external/chromium_org/third_party/skia/src/core/
DSkStroke.h44 void strokePath(const SkPath& path, SkPath*) const;
DSkStrokeRec.cpp111 stroker.strokePath(src, dst); in applyToPath()
DSkScalerContext.cpp870 SkPath strokePath; in internalGetPath() local
871 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
872 localPath.swap(strokePath); in internalGetPath()
DSkStroke.cpp548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
/external/skia/src/core/
DSkStroke.h44 void strokePath(const SkPath& path, SkPath*) const;
DSkStrokeRec.cpp111 stroker.strokePath(src, dst); in applyToPath()
DSkScalerContext.cpp870 SkPath strokePath; in internalGetPath() local
871 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
872 localPath.swap(strokePath); in internalGetPath()
DSkStroke.cpp548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceSolidColor.cpp97 context->strokePath(*path); in postApplyResource()
DRenderSVGResourceGradient.cpp145 context->strokePath(*path); in postApplyResource()
DRenderSVGResourcePattern.cpp187 context->strokePath(*path); in postApplyResource()
DRenderSVGShape.cpp87 context->strokePath(*usePath); in strokeShape()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.cpp78 SkPath strokePath; in strokeContains() local
79 paint.getFillPath(m_path, &strokePath); in strokeContains()
81 return SkPathContainsPoint(strokePath, point, SkPath::kWinding_FillType); in strokeContains()
DGraphicsContextTest.cpp959 context.strokePath(path); in TEST()
1011 context.strokePath(path); in TEST()
1038 context.strokePath(path); in TEST()
DGraphicsContext.h256 void strokePath(const Path&);
DGraphicsContext.cpp1278 void GraphicsContext::strokePath(const Path& pathToStroke) in strokePath() function in WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1063 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/
DInspectorOverlay.cpp128 context->strokePath(quadPath); in drawOutlinedQuad()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1072 context->strokePath(path); in strokeWavyTextDecoration()
DRenderThemeChromiumMac.mm1366 paintInfo.context->strokePath(borderPath);

12