Searched refs:strokeOpacity (Results 1 – 10 of 10) sorted by relevance
78 context->setAlpha(style ? svgStyle->strokeOpacity() : 1); in setup()
158 context->setAlpha(style->strokeOpacity()); in setup()
232 context->setAlpha(style->strokeOpacity()); in setup()
94 … return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER); in getSVGPropertyCSSValue()
325 HANDLE_INHERIT_AND_INITIAL(strokeOpacity, StrokeOpacity) in applySVGProperty()
255 if (svgStyle->strokeOpacity() != 1.0f) in writeStyle()256 ts << s << "[opacity=" << svgStyle->strokeOpacity() << "]"; in writeStyle()
77 …S_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(float, stroke, opacity, StrokeOpacity, strokeOpacity, 1.0f)
964 float strokeOpacity() const { return svgStyle()->strokeOpacity(); } in strokeOpacity() function
412 …nd(new PropertyWrapper<float>(CSSPropertyStrokeOpacity, &RenderStyle::strokeOpacity, &RenderStyle:… in ensurePropertyMap()
31536 (WebCore::RenderStyle::strokeOpacity):