Searched refs:setLineDash (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.h83 void setLineDash(const DashArray&, float dashOffset);
H A DGraphicsContextOpenVG.cpp335 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::GraphicsContext
340 m_data->setLineDash(dashes, dashOffset);
H A DPainterOpenVG.cpp586 void PainterOpenVG::setLineDash(const DashArray& dashArray, float dashOffset) function in class:WebCore::PainterOpenVG
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp479 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::GraphicsContext
484 platformContext()->setLineDash(dashes, dashOffset);
H A DPlatformGraphicsContext.h69 virtual void setLineDash(const DashArray& dashes, float dashOffset);
H A DPlatformGraphicsContextRecording.h83 virtual void setLineDash(const DashArray& dashes, float dashOffset);
H A DPlatformGraphicsContext.cpp294 void PlatformGraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::PlatformGraphicsContext
H A DPlatformGraphicsContextRecording.cpp602 void PlatformGraphicsContextRecording::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::PlatformGraphicsContextRecording
604 PlatformGraphicsContext::setLineDash(dashes, dashOffset);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.cpp345 context->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext));
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h421 void setLineDash(const DashArray&, float dashOffset);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp585 void GraphicsContext::setLineDash(const DashArray&, float dashOffset) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp995 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp942 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1067 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1048 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1891 void GraphicsContext::setLineDash(const DashArray&, float) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1494 graphicsContext->setLineDash(lineDash, dashLength);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 478 milliseconds