Home
last modified time | relevance | path

Searched refs:dashArray (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyleDefs.cpp76 , dashArray(SVGRenderStyle::initialStrokeDashArray()) in StyleStrokeData()
87 , dashArray(other.dashArray) in StyleStrokeData()
99 && dashArray == other.dashArray; in operator ==()
DSVGRenderStyle.cpp174 || stroke->dashArray != other->stroke->dashArray in diff()
DSVGRenderStyle.h173 if (!(stroke->dashArray == obj)) in setStrokeDashArray()
174 stroke.access()->dashArray = obj; in setStrokeDashArray()
299 Vector<SVGLength> strokeDashArray() const { return stroke->dashArray; } in strokeDashArray()
DSVGRenderStyleDefs.h132 Vector<SVGLength> dashArray; variable
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp340 DashArray dashArray; in applyStrokeStyleToContext() local
343 dashArray.append((*it).value(lengthContext)); in applyStrokeStyleToContext()
345 context->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToContext()
DSVGRenderTreeAsText.cpp342 DashArray dashArray; in writeStyle() local
345 dashArray.append((*it).value(element)); in writeStyle()
353 if (!dashArray.isEmpty()) in writeStyle()
354 writeNameValuePair(ts, "dash array", dashArray); in writeStyle()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp586 void PainterOpenVG::setLineDash(const DashArray& dashArray, float dashOffset) in setLineDash() argument
591 m_state->strokeDashArray = dashArray; in setLineDash()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3129718 (WebCore::KRenderingStrokePainter::dashArray):