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->setAlphaAsFloat(svgStyle ? svgStyle->strokeOpacity() : 1); in applyResource()
DRenderSVGResourceGradient.cpp124 context->setAlphaAsFloat(svgStyle->strokeOpacity()); in applyResource()
DRenderSVGResourcePattern.cpp159 context->setAlphaAsFloat(svgStyle->strokeOpacity()); in applyResource()
DSVGRenderTreeAsText.cpp300 writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f); in writeStyle()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSPropertyEquality.cpp225 return a.strokeOpacity() == b.strokeOpacity(); in propertiesEqual()
DCSSAnimatableValueFactory.cpp411 return createFromDouble(style.strokeOpacity()); in create()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp143 … return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h309 float strokeOpacity() const { return stroke->opacity; } in strokeOpacity() function
DRenderStyle.h1425 float strokeOpacity() const { return svgStyle()->strokeOpacity(); } in strokeOpacity() function