Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp309 SkPath strokePath; in strokeContains() local
310 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
311 bool contains = SkPathContainsPoint(&strokePath, point, in strokeContains()
DGraphicsContextSkia.cpp1118 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp389 SkPath strokePath; in strokeContains()
390 paint.getFillPath(*platformPath(), &strokePath); in strokeContains()
391 bool contains = SkPathContainsPoint(&strokePath, point, in strokeContains()
DGraphicsContextAndroid.cpp1136 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
/external/skia/include/core/
DSkStroke.h58 void strokePath(const SkPath& path, SkPath*) const;
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp640 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
653 p->strokePath(path, pen); in strokePath()
659 p->strokePath(path, pen); in strokePath()
667 p->strokePath(path, pen); in strokePath()
794 p->strokePath(newPath, nPen); in drawFocusRing()
911 strokePath(); in strokeRect()
DFontQt.cpp179 p->strokePath(path, p->pen()); in drawComplexText()
/external/skia/src/core/
DSkPathEffect.cpp110 stroke.strokePath(src, dst); in filterPath()
DSkPaint.cpp1490 SkPath effectPath, strokePath; in getFillPath() local
1532 stroker.strokePath(*path, &strokePath); in getFillPath()
1533 path = &strokePath; in getFillPath()
1540 SkASSERT(path == &effectPath || path == &strokePath); in getFillPath()
DSkStroke.cpp566 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke
645 this->strokePath(tmp, dst); in strokeLine()
DSkScalerContext.cpp543 stroker.strokePath(localPath, &outline); in internalGetPath()
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp493 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
500 strokePath(); in drawPath()
/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp184 context->strokePath(); in renderPath()
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp450 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
494 strokePath(); in drawPath()
820 strokePath(); in strokeRect()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h245 void strokePath();
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp463 strokePath(); in drawPath()
512 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1395 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
1419 i->platformPath()->strokePath(dc, &tr); in strokePath()
1428 i->platformPath()->strokePath(m_data->m_dc, &m_data->m_transform); in strokePath()
/external/webkit/WebCore/inspector/
DInspectorController.cpp1315 context.strokePath(); in drawOutlinedQuad()
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp681 c->strokePath(); in stroke()
/external/webkit/WebCore/
DChangeLog-2009-06-166163 (WebCore::GraphicsContext::strokePath):
7522 (WebCore::GraphicsContext::strokePath):
7531 (WebCore::GraphicsContext::strokePath):
7918 (WebCore::GraphicsContext::strokePath): Ditto.
26266 (WebCore::GraphicsContext::strokePath):
33037 (WebCore::GraphicsContext::strokePath):
36812 (WebCore::GraphicsContext::strokePath): Removed illegal indirection.
40273 (WebCore::GraphicsContext::strokePath):
40277 (WebCore::GraphicsContext::strokePath):
47977 (WebCore::GraphicsContext::strokePath):
[all …]
DChangeLog-2006-12-319186 (WebCore::SVGPaintServer::strokePath):
28610 (WebCore::KRenderingPaintServerQuartzHelper::strokePath):
38228 (WebCore::KRenderingDeviceContextQt::strokePath):
DChangeLog11106 (WebCore::GraphicsContext::strokePath):
DChangeLog-2006-05-1029732 (KRenderingPaintServerQuartzHelper::strokePath):
DChangeLog-2007-10-141615 (WebCore::SVGPaintServer::strokePath):
DChangeLog-2005-08-2343613 context.strokePath();