/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 201 c.strokePath() 209 c.strokePath() 221 c.strokePath() 241 c.strokePath()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 259 SkPath strokePath; in strokeContains() local 260 paint.getFillPath(*platformPath(), &strokePath); in strokeContains() 261 bool contains = SkPathContainsPoint(&strokePath, point, in strokeContains()
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLSquareRoot.cpp | 137 info.context->strokePath(root); in paint() 159 info.context->strokePath(line); in paint()
|
D | RenderMathMLRoot.cpp | 171 info.context->strokePath(root); in paint() 193 info.context->strokePath(line); in paint()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 315 SkPath strokePath; in strokeContains() local 316 paint.getFillPath(*platformPath(), &strokePath); in strokeContains() 317 bool contains = SkPathContainsPoint(&strokePath, point, in strokeContains()
|
/external/skia/include/core/ |
D | SkStroke.h | 47 void strokePath(const SkPath& path, SkPath*) const;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 541 void GraphicsContext::strokePath(const Path& path) in strokePath() function in WebCore::GraphicsContext 565 shadowPainter->strokePath(platformPath, shadowPen); in strokePath() 568 shadowPainter->strokePath(platformPath, pen); in strokePath() 579 p->strokePath(platformPath, shadowPen); in strokePath() 588 p->strokePath(platformPath, pen); in strokePath() 594 p->strokePath(platformPath, pen); in strokePath() 596 p->strokePath(platformPath, pen); in strokePath() 820 p->strokePath(path, nPen); in drawFocusRingForPath() 1031 strokePath(path); in strokeRect()
|
D | FontQt.cpp | 211 p->strokePath(textStrokePath, QPen(ctxShadow->m_color)); in drawTextCommon() 220 shadowPainter->strokePath(textStrokePath, QPen(ctxShadow->m_color)); in drawTextCommon() 228 p->strokePath(textStrokePath, textStrokePen); in drawTextCommon()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceSolidColor.cpp | 86 context->strokePath(*path); in postApplyResource()
|
D | RenderSVGResourceGradient.cpp | 264 context->strokePath(*path); in applyResource()
|
D | RenderSVGResourcePattern.cpp | 193 context->strokePath(*path); in postApplyResource()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 605 void GraphicsContext::strokePath(const Path& pathToStroke) in strokePath() function in WebCore::GraphicsContext 611 platformContext()->strokePath(pathToStroke); in strokePath()
|
D | PlatformGraphicsContextSkia.h | 100 virtual void strokePath(const Path& pathToStroke);
|
D | PlatformGraphicsContextRecording.h | 138 virtual void strokePath(const Path& pathToStroke);
|
D | PlatformGraphicsContext.h | 141 virtual void strokePath(const Path& pathToStroke) = 0;
|
D | GraphicsOperation.h | 535 context->strokePath(m_path);
|
D | PlatformGraphicsContextSkia.cpp | 589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke) in strokePath() function in WebCore::PlatformGraphicsContextSkia
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 107 stroke.strokePath(src, dst); in filterPath()
|
D | SkStroke.cpp | 553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke 662 this->strokePath(tmp, dst); in strokeLine()
|
D | SkPaint.cpp | 1989 SkPath effectPath, strokePath; in getFillPath() local 2032 stroker.strokePath(*path, &strokePath); in getFillPath() 2033 path = &strokePath; in getFillPath() 2039 SkASSERT(path == &effectPath || path == &strokePath); in getFillPath()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PlatformPathWinCE.h | 149 void strokePath(HDC, const AffineTransform* tr) const;
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 132 void GraphicsContext::strokePath(const Path&) in strokePath() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/inspector/ |
D | DOMNodeHighlighter.cpp | 75 context.strokePath(quadPath); in drawOutlinedQuad()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 147 void GraphicsContext::strokePath(const Path& path) in strokePath() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 323 void strokePath(const Path&);
|