Home
last modified time | relevance | path

Searched refs:strokeDashOffset (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.cpp374 context->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToContext()
403 strokeData->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToStrokeData()
DSVGRenderTreeAsText.cpp270 double dashOffset = svgStyle->strokeDashOffset().value(lengthContext); in writeStyle()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp183 return SVGLength::toCSSPrimitiveValue(svgStyle->strokeDashOffset()); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp388 return AnimatableSVGLength::create(style.strokeDashOffset()); in create()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h332 SVGLength strokeDashOffset() const { return stroke->dashOffset; } in strokeDashOffset() function
DRenderStyle.h1382 SVGLength strokeDashOffset() const { return svgStyle()->strokeDashOffset(); } in strokeDashOffset() function
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1054 …opertyWrapper<SVGLength>(CSSPropertyStrokeDashoffset, &RenderStyle::strokeDashOffset, &RenderStyle… in ensurePropertyMap()