Searched refs:strokeOpacity (Results 1 – 9 of 9) sorted by relevance
71 context->setAlpha(svgStyle ? svgStyle->strokeOpacity() : 1); in applyResource()
133 context->setAlpha(svgStyle->strokeOpacity()); in applyResource()
166 context->setAlpha(svgStyle->strokeOpacity()); in applyResource()
279 writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f); in writeStyle()
135 … return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER); in getSVGPropertyCSSValue()
392 return createFromDouble(style.strokeOpacity()); in create()
325 float strokeOpacity() const { return stroke->opacity; } in strokeOpacity() function
1376 float strokeOpacity() const { return svgStyle()->strokeOpacity(); } in strokeOpacity() function
1051 …nd(new PropertyWrapper<float>(CSSPropertyStrokeOpacity, &RenderStyle::strokeOpacity, &RenderStyle:… in ensurePropertyMap()