Searched refs:strokeOpacity (Results 1 – 9 of 9) sorted by relevance
71 context->setAlphaAsFloat(svgStyle ? svgStyle->strokeOpacity() : 1); in applyResource()
124 context->setAlphaAsFloat(svgStyle->strokeOpacity()); in applyResource()
159 context->setAlphaAsFloat(svgStyle->strokeOpacity()); in applyResource()
300 writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f); in writeStyle()
225 return a.strokeOpacity() == b.strokeOpacity(); in propertiesEqual()
411 return createFromDouble(style.strokeOpacity()); in create()
143 … return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER); in getSVGPropertyCSSValue()
309 float strokeOpacity() const { return stroke->opacity; } in strokeOpacity() function
1425 float strokeOpacity() const { return svgStyle()->strokeOpacity(); } in strokeOpacity() function