Searched refs:DashArray (Results 1 – 18 of 18) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | DashArray.h | 32 typedef Vector<CGFloat> DashArray; typedef 34 typedef Vector<double> DashArray; typedef 36 typedef Vector<float> DashArray; typedef
|
D | GraphicsContext.h | 309 void setLineDash(const DashArray&, float dashOffset);
|
/external/webkit/WebCore/svg/graphics/ |
D | SVGPaintServer.cpp | 162 …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()
|
D | SVGPaintServer.h | 91 DashArray dashArrayFromRenderingStyle(const RenderStyle* style, RenderStyle* rootStyle);
|
/external/webkit/WebCore/rendering/ |
D | SVGRenderTreeAsText.cpp | 210 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/ |
D | PainterOpenVG.h | 74 void setLineDash(const DashArray&, float dashOffset);
|
D | PainterOpenVG.cpp | 120 DashArray strokeDashArray; 508 void PainterOpenVG::setLineDash(const DashArray& dashArray, float dashOffset) in setLineDash()
|
D | GraphicsContextOpenVG.cpp | 362 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 974 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 907 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 892 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 956 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 869 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 1929 void GraphicsContext::setLineDash(const DashArray&, float) in setLineDash() argument
|
/external/webkit/WebCore/ |
D | WebCore.gypi | 2244 'platform/graphics/DashArray.h',
|
D | GNUmakefile.am | 1534 WebCore/platform/graphics/DashArray.h \
|
D | ChangeLog-2009-06-16 | 87198 All platforms use the DashArray in the GraphicsContext. 87217 Moved DashArray to GraphicsContext. 87222 * platform/graphics/DashArray.h: Added.
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 2912 …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 */,
|