Home
last modified time | relevance | path

Searched refs:strokeOpacity (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceSolidColor.cpp71 context->setAlpha(svgStyle ? svgStyle->strokeOpacity() : 1); in applyResource()
DRenderSVGResourceGradient.cpp133 context->setAlpha(svgStyle->strokeOpacity()); in applyResource()
DRenderSVGResourcePattern.cpp166 context->setAlpha(svgStyle->strokeOpacity()); in applyResource()
DSVGRenderTreeAsText.cpp279 writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f); in writeStyle()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp135 … return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp392 return createFromDouble(style.strokeOpacity()); in create()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h325 float strokeOpacity() const { return stroke->opacity; } in strokeOpacity() function
DRenderStyle.h1376 float strokeOpacity() const { return svgStyle()->strokeOpacity(); } in strokeOpacity() function
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1051 …nd(new PropertyWrapper<float>(CSSPropertyStrokeOpacity, &RenderStyle::strokeOpacity, &RenderStyle:… in ensurePropertyMap()