Home
last modified time | relevance | path

Searched defs:dashes (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp49 static PassRefPtr<CSSValue> strokeDashArrayToCSSValueList(const Vector<SVGLength>& dashes) in strokeDashArrayToCSSValueList()
DSVGCSSStyleSelector.cpp260 CSSValueList* dashes = static_cast<CSSValueList*>(value); in applySVGProperty() local
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.dashes.js225 dashes: { property
/external/webkit/Source/WebCore/platform/graphics/cairo/
DCairoUtilities.cpp47 Vector<double> dashes(dashCount); in copyContextProperties() local
DGraphicsContextCairo.cpp995 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp336 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); in applyStrokeStyleToContext() local
DSVGRenderTreeAsText.cpp340 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); in writeStyle() local
/external/bluetooth/glib/gio/
Dgthemedicon.c155 int i = 0, dashes = 0; in g_themed_icon_constructed() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp335 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp413 QVector<qreal> dashes; in drawLine() local
1048 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp942 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/strace/
Dsyscall.c2686 char *dashes = "-------------------------"; local
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp1073 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1067 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash()