Home
last modified time | relevance | path

Searched refs:DashArray (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DDashArray.h32 typedef Vector<CGFloat> DashArray; typedef
34 typedef Vector<double> DashArray; typedef
36 typedef Vector<float> DashArray; typedef
DGraphicsContext.h309 void setLineDash(const DashArray&, float dashOffset);
/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp162 …const DashArray& dashes = dashArrayFromRenderingStyle(object->style(), object->document()->documen… in applyStrokeStyleToContext()
210 DashArray dashArrayFromRenderingStyle(const RenderStyle* style, RenderStyle* rootStyle) in dashArrayFromRenderingStyle()
212 DashArray array; in dashArrayFromRenderingStyle()
DSVGPaintServer.h91 DashArray dashArrayFromRenderingStyle(const RenderStyle* style, RenderStyle* rootStyle);
/external/webkit/WebCore/rendering/
DSVGRenderTreeAsText.cpp210 static TextStream& operator<<(TextStream& ts, const DashArray& a) in operator <<()
213 DashArray::const_iterator end = a.end(); in operator <<()
214 for (DashArray::const_iterator it = a.begin(); it != end; ++it) { in operator <<()
276 …const DashArray& dashArray = dashArrayFromRenderingStyle(style, object.document()->documentElement… in writeStyle()
/external/webkit/WebCore/platform/graphics/openvg/
DPainterOpenVG.h74 void setLineDash(const DashArray&, float dashOffset);
DPainterOpenVG.cpp120 DashArray strokeDashArray;
508 void PainterOpenVG::setLineDash(const DashArray& dashArray, float dashOffset) in setLineDash()
DGraphicsContextOpenVG.cpp362 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp974 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp907 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp892 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp956 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp869 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1929 void GraphicsContext::setLineDash(const DashArray&, float) in setLineDash() argument
/external/webkit/WebCore/
DWebCore.gypi2244 'platform/graphics/DashArray.h',
DGNUmakefile.am1534 WebCore/platform/graphics/DashArray.h \
DChangeLog-2009-06-1687198 All platforms use the DashArray in the GraphicsContext.
87217 Moved DashArray to GraphicsContext.
87222 * platform/graphics/DashArray.h: Added.
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2912 …A8CB413E0E8633FD0032C4F0 /* DashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A8CB41020E8…
8125 …0E85B8A50032C4F0 /* DashArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
14404 A8CB41020E85B8A50032C4F0 /* DashArray.h */,
16279 A8CB413E0E8633FD0032C4F0 /* DashArray.h in Headers */,