Home
last modified time | relevance | path

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

12

/external/mdnsresponder/mDNSPosix/
Dparselog.py201 c.strokePath()
209 c.strokePath()
221 c.strokePath()
241 c.strokePath()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp259 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/
DRenderMathMLSquareRoot.cpp137 info.context->strokePath(root); in paint()
159 info.context->strokePath(line); in paint()
DRenderMathMLRoot.cpp171 info.context->strokePath(root); in paint()
193 info.context->strokePath(line); in paint()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp315 SkPath strokePath; in strokeContains() local
316 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
317 bool contains = SkPathContainsPoint(&strokePath, point, in strokeContains()
/external/skia/include/core/
DSkStroke.h47 void strokePath(const SkPath& path, SkPath*) const;
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp541 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()
DFontQt.cpp211 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/
DRenderSVGResourceSolidColor.cpp86 context->strokePath(*path); in postApplyResource()
DRenderSVGResourceGradient.cpp264 context->strokePath(*path); in applyResource()
DRenderSVGResourcePattern.cpp193 context->strokePath(*path); in postApplyResource()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp605 void GraphicsContext::strokePath(const Path& pathToStroke) in strokePath() function in WebCore::GraphicsContext
611 platformContext()->strokePath(pathToStroke); in strokePath()
DPlatformGraphicsContextSkia.h100 virtual void strokePath(const Path& pathToStroke);
DPlatformGraphicsContextRecording.h138 virtual void strokePath(const Path& pathToStroke);
DPlatformGraphicsContext.h141 virtual void strokePath(const Path& pathToStroke) = 0;
DGraphicsOperation.h535 context->strokePath(m_path);
DPlatformGraphicsContextSkia.cpp589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke) in strokePath() function in WebCore::PlatformGraphicsContextSkia
/external/skia/src/core/
DSkPathEffect.cpp107 stroke.strokePath(src, dst); in filterPath()
DSkStroke.cpp553 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
662 this->strokePath(tmp, dst); in strokeLine()
DSkPaint.cpp1989 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/
DPlatformPathWinCE.h149 void strokePath(HDC, const AffineTransform* tr) const;
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp132 void GraphicsContext::strokePath(const Path&) in strokePath() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp75 context.strokePath(quadPath); in drawOutlinedQuad()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp147 void GraphicsContext::strokePath(const Path& path) in strokePath() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h323 void strokePath(const Path&);

12