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

/external/skia/include/core/
H A DSkStroke.h58 void strokePath(const SkPath& path, SkPath*) const;
/external/webkit/WebCore/platform/graphics/skia/
H A DPathSkia.cpp315 SkPath strokePath; local
316 paint.getFillPath(*platformPath(), &strokePath); local
317 bool contains = SkPathContainsPoint(&strokePath, point,
H A DGraphicsContextSkia.cpp1116 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
H A DPathAndroid.cpp389 SkPath strokePath;
390 paint.getFillPath(*platformPath(), &strokePath);
391 bool contains = SkPathContainsPoint(&strokePath, point,
H A DGraphicsContextAndroid.cpp1142 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
/external/skia/src/core/
H A DSkPathEffect.cpp110 stroke.strokePath(src, dst);
H A DSkPaint.cpp1588 SkPath effectPath, strokePath;
1630 stroker.strokePath(*path, &strokePath);
1631 path = &strokePath;
1638 SkASSERT(path == &effectPath || path == &strokePath);
H A DSkStroke.cpp566 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { function in class:SkStroke
645 this->strokePath(tmp, dst);
H A DSkScalerContext.cpp571 stroker.strokePath(localPath, &outline);
/external/webkit/WebCore/platform/graphics/wince/
H A DPlatformPathWince.h144 void strokePath(HDC, const AffineTransform* tr) const;
H A DGraphicsContextWince.cpp1404 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
1428 i->platformPath()->strokePath(dc, &tr);
1437 i->platformPath()->strokePath(m_data->m_dc, &m_data->m_transform);
H A DPlatformPathWince.cpp574 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const function in class:WebCore::PlatformPath
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp555 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
574 p->strokePath(path, shadowPen);
581 p->strokePath(path, pen);
587 p->strokePath(path, pen);
590 p->strokePath(path, pen);
733 p->strokePath(newPath, nPen);
855 strokePath();
H A DFontQt.cpp166 p->strokePath(path, p->pen());
/external/webkit/WebCore/svg/graphics/
H A DSVGPaintServer.cpp189 context->strokePath();
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp503 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
510 strokePath();
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp135 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp149 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h241 void strokePath();
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp536 strokePath();
585 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp513 void GraphicsContext::strokePath() function in class:WebCore::GraphicsContext
932 strokePath();
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp681 c->strokePath();
/external/webkit/WebCore/inspector/
H A DInspectorController.cpp1647 context.strokePath();

Completed in 134 milliseconds