Home
last modified time | relevance | path

Searched refs:setLineDash (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp335 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::GraphicsContext
340 m_data->setLineDash(dashes, dashOffset); in setLineDash()
DPainterOpenVG.h83 void setLineDash(const DashArray&, float dashOffset);
DPainterOpenVG.cpp586 void PainterOpenVG::setLineDash(const DashArray& dashArray, float dashOffset) in setLineDash() function in WebCore::PainterOpenVG
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp479 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::GraphicsContext
484 platformContext()->setLineDash(dashes, dashOffset); in setLineDash()
DPlatformGraphicsContextRecording.h83 virtual void setLineDash(const DashArray& dashes, float dashOffset);
DPlatformGraphicsContext.h69 virtual void setLineDash(const DashArray& dashes, float dashOffset);
DPlatformGraphicsContext.cpp294 void PlatformGraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::PlatformGraphicsContext
DPlatformGraphicsContextRecording.cpp602 void PlatformGraphicsContextRecording::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::PlatformGraphicsContextRecording
604 PlatformGraphicsContext::setLineDash(dashes, dashOffset); in setLineDash()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp345 context->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToContext()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h421 void setLineDash(const DashArray&, float dashOffset);
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp585 void GraphicsContext::setLineDash(const DashArray&, float dashOffset) in setLineDash() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp942 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp995 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1067 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1048 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1891 void GraphicsContext::setLineDash(const DashArray&, float) in setLineDash() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1494 graphicsContext->setLineDash(lineDash, dashLength); in drawBoxSideFromPath()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1610532 (WebCore::GraphicsContext::setLineDash):
56819 (WebCore::GraphicsContext::setLineDash):
71367 (WebCore::GraphicsContext::setLineDash):
87225 (WebCore::GraphicsContext::setLineDash):
87227 (WebCore::GraphicsContext::setLineDash):
87229 (WebCore::GraphicsContext::setLineDash):
DChangeLog-2010-01-29397 (WebCore::GraphicsContext::setLineDash):
454 (WebCore::PainterOpenVG::setLineDash):
68715 (WebCore::GraphicsContext::setLineDash):
DChangeLog-2010-12-0646864 [Qt] GraphicsContext::setLineDash() should scale dashOffset to penWidth
46872 (WebCore::GraphicsContext::setLineDash):
99375 (WebCore::GraphicsContext::setLineDash):
DChangeLog-2010-05-2423795 (WebCore::GraphicsContext::setLineDash):