Searched refs:strokeDashOffset (Results 1 – 7 of 7) sorted by relevance
374 context->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToContext()403 strokeData->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToStrokeData()
270 double dashOffset = svgStyle->strokeDashOffset().value(lengthContext); in writeStyle()
183 return SVGLength::toCSSPrimitiveValue(svgStyle->strokeDashOffset()); in getSVGPropertyCSSValue()
388 return AnimatableSVGLength::create(style.strokeDashOffset()); in create()
332 SVGLength strokeDashOffset() const { return stroke->dashOffset; } in strokeDashOffset() function
1382 SVGLength strokeDashOffset() const { return svgStyle()->strokeDashOffset(); } in strokeDashOffset() function
1054 …opertyWrapper<SVGLength>(CSSPropertyStrokeDashoffset, &RenderStyle::strokeDashOffset, &RenderStyle… in ensurePropertyMap()