Searched refs:strokePath (Results 26 - 40 of 40) sorted by relevance

12

/external/skia/legacy/src/core/
H A DSkPaint.cpp1989 SkPath effectPath, strokePath;
2032 stroker.strokePath(*path, &strokePath);
2033 path = &strokePath;
2039 SkASSERT(path == &effectPath || path == &strokePath);
H A DSkScalerContext.cpp660 stroker.strokePath(localPath, &outline);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h323 void strokePath(const Path&);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h538 context->strokePath(m_path);
H A DPlatformGraphicsContextSkia.cpp589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke) function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp903 void PlatformGraphicsContextRecording::strokePath(const Path& pathToStroke) function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp535 void GraphicsContext::strokePath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp523 strokePath(path);
600 void GraphicsContext::strokePath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1365 void GraphicsContext::strokePath(const Path& path) function in class:WebCore::GraphicsContext
1389 path.platformPath()->strokePath(dc, &tr);
1394 path.platformPath()->strokePath(m_data->m_dc, &m_data->m_transform);
H A DPlatformPathWinCE.cpp573 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const function in class:WebCore::PlatformPath
/external/skia/src/core/
H A DSkStroke.cpp609 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { function in class:SkStroke
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp548 void GraphicsContext::strokePath(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp1197 void GraphicsContext::strokePath(const Path& pathToStroke) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp939 c->strokePath(m_path);
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1500 graphicsContext->strokePath(borderPath);

Completed in 235 milliseconds

12