/external/webkit/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 309 SkPath strokePath; in strokeContains() local 310 paint.getFillPath(*platformPath(), &strokePath); in strokeContains() 311 bool contains = SkPathContainsPoint(&strokePath, point, in strokeContains()
|
D | GraphicsContextSkia.cpp | 1118 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 389 SkPath strokePath; in strokeContains() 390 paint.getFillPath(*platformPath(), &strokePath); in strokeContains() 391 bool contains = SkPathContainsPoint(&strokePath, point, in strokeContains()
|
D | GraphicsContextAndroid.cpp | 1136 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
|
/external/skia/include/core/ |
D | SkStroke.h | 58 void strokePath(const SkPath& path, SkPath*) const;
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 640 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()
|
D | FontQt.cpp | 179 p->strokePath(path, p->pen()); in drawComplexText()
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 110 stroke.strokePath(src, dst); in filterPath()
|
D | SkPaint.cpp | 1490 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()
|
D | SkStroke.cpp | 566 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() function in SkStroke 645 this->strokePath(tmp, dst); in strokeLine()
|
D | SkScalerContext.cpp | 543 stroker.strokePath(localPath, &outline); in internalGetPath()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 493 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext 500 strokePath(); in drawPath()
|
/external/webkit/WebCore/svg/graphics/ |
D | SVGPaintServer.cpp | 184 context->strokePath(); in renderPath()
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 450 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext 494 strokePath(); in drawPath() 820 strokePath(); in strokeRect()
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.h | 245 void strokePath();
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 463 strokePath(); in drawPath() 512 void GraphicsContext::strokePath() in strokePath() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 1395 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/ |
D | InspectorController.cpp | 1315 context.strokePath(); in drawOutlinedQuad()
|
/external/webkit/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 681 c->strokePath(); in stroke()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 6163 (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 …]
|
D | ChangeLog-2006-12-31 | 9186 (WebCore::SVGPaintServer::strokePath): 28610 (WebCore::KRenderingPaintServerQuartzHelper::strokePath): 38228 (WebCore::KRenderingDeviceContextQt::strokePath):
|
D | ChangeLog | 11106 (WebCore::GraphicsContext::strokePath):
|
D | ChangeLog-2006-05-10 | 29732 (KRenderingPaintServerQuartzHelper::strokePath):
|
D | ChangeLog-2007-10-14 | 1615 (WebCore::SVGPaintServer::strokePath):
|
D | ChangeLog-2005-08-23 | 43613 context.strokePath();
|