Searched refs:strokeMiterLimit (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderSupport.cpp363 context->setMiterLimit(svgStyle->strokeMiterLimit());
392 strokeData->setMiterLimit(svgStyle->strokeMiterLimit());
H A DRenderSVGShape.cpp435 && svgStyle->strokeMiterLimit() == svgStyle->initialStrokeMiterLimit()
H A DSVGRenderTreeAsText.cpp281 writeIfNotDefault(ts, "miter limit", svgStyle->strokeMiterLimit(), 4.0f);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSVGCSSComputedStyleDeclaration.cpp133 return CSSPrimitiveValue::create(svgStyle->strokeMiterLimit(), CSSPrimitiveValue::CSS_NUMBER);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp390 return createFromDouble(style.strokeMiterLimit());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h330 float strokeMiterLimit() const { return stroke->miterLimit; } function in class:WebCore::SVGRenderStyle
H A DRenderStyle.h1384 float strokeMiterLimit() const { return svgStyle()->strokeMiterLimit(); } function in class:WebCore::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DCSSPropertyAnimation.cpp1055 gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyStrokeMiterlimit, &RenderStyle::strokeMiterLimit, &RenderStyle::setStrokeMiterLimit));

Completed in 175 milliseconds