Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/graphics/
DSVGPaintServerSolid.cpp78 context->setAlpha(style ? svgStyle->strokeOpacity() : 1); in setup()
DSVGPaintServerPattern.cpp158 context->setAlpha(style->strokeOpacity()); in setup()
DSVGPaintServerGradient.cpp232 context->setAlpha(style->strokeOpacity()); in setup()
/external/webkit/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp94 … return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp325 HANDLE_INHERIT_AND_INITIAL(strokeOpacity, StrokeOpacity) in applySVGProperty()
/external/webkit/WebCore/rendering/
DSVGRenderTreeAsText.cpp255 if (svgStyle->strokeOpacity() != 1.0f) in writeStyle()
256 ts << s << "[opacity=" << svgStyle->strokeOpacity() << "]"; in writeStyle()
/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.h77 …S_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(float, stroke, opacity, StrokeOpacity, strokeOpacity, 1.0f)
DRenderStyle.h964 float strokeOpacity() const { return svgStyle()->strokeOpacity(); } in strokeOpacity() function
/external/webkit/WebCore/page/animation/
DAnimationBase.cpp412 …nd(new PropertyWrapper<float>(CSSPropertyStrokeOpacity, &RenderStyle::strokeOpacity, &RenderStyle:… in ensurePropertyMap()
/external/webkit/WebCore/
DChangeLog31536 (WebCore::RenderStyle::strokeOpacity):