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

12

/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/skia/src/core/
H A DSkStroke.h44 void strokePath(const SkPath& path, SkPath*) const;
H A DSkStrokeRec.cpp103 stroker.strokePath(src, dst);
H A DSkScalerContext.cpp665 SkPath strokePath; local
666 if (rec.applyToPath(&strokePath, localPath)) {
667 localPath.swap(strokePath);
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
/external/skia/legacy/include/core/
H A DSkStroke.h47 void strokePath(const SkPath& path, SkPath*) const;
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceSolidColor.cpp86 context->strokePath(*path);
H A DRenderSVGResourceGradient.cpp264 context->strokePath(*path);
H A DRenderSVGResourcePattern.cpp193 context->strokePath(*path);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp137 info.context->strokePath(root);
159 info.context->strokePath(line);
H A DRenderMathMLRoot.cpp171 info.context->strokePath(root);
193 info.context->strokePath(line);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp259 SkPath strokePath; local
260 paint.getFillPath(*platformPath(), &strokePath); local
261 bool contains = SkPathContainsPoint(&strokePath, point,
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp315 SkPath strokePath; local
316 paint.getFillPath(*platformPath(), &strokePath); local
317 bool contains = SkPathContainsPoint(&strokePath, point,
/external/skia/legacy/src/core/
H A DSkPathEffect.cpp107 stroke.strokePath(src, dst);
H A DSkStroke.cpp553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { function in class:SkStroke
662 this->strokePath(tmp, dst);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h100 virtual void strokePath(const Path& pathToStroke);
H A DGraphicsContextAndroid.cpp603 void GraphicsContext::strokePath(const Path& pathToStroke) function in class:WebCore::GraphicsContext
609 platformContext()->strokePath(pathToStroke);
H A DPlatformGraphicsContext.h141 virtual void strokePath(const Path& pathToStroke) = 0;
H A DPlatformGraphicsContextRecording.h141 virtual void strokePath(const Path& pathToStroke);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h149 void strokePath(HDC, const AffineTransform* tr) const;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp541 void GraphicsContext::strokePath(const Path& path) function in class:WebCore::GraphicsContext
565 shadowPainter->strokePath(platformPath, shadowPen);
568 shadowPainter->strokePath(platformPath, pen);
579 p->strokePath(platformPath, shadowPen);
588 p->strokePath(platformPath, pen);
594 p->strokePath(platformPath, pen);
596 p->strokePath(platformPath, pen);
820 p->strokePath(path, nPen);
1031 strokePath(path);
H A DFontQt.cpp211 p->strokePath(textStrokePath, QPen(ctxShadow->m_color));
220 shadowPainter->strokePath(textStrokePath, QPen(ctxShadow->m_color));
228 p->strokePath(textStrokePath, textStrokePen);
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp75 context.strokePath(quadPath);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp132 void GraphicsContext::strokePath(const Path&) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp147 void GraphicsContext::strokePath(const Path& path) function in class:WebCore::GraphicsContext

Completed in 544 milliseconds

12