Searched refs:stopOpacity (Results 1 – 6 of 6) sorted by relevance
104 return svgStyle.stopColor().combineWithAlpha(svgStyle.stopOpacity()); in stopColorIncludingOpacity()
209 return a.stopOpacity() == b.stopOpacity(); in propertiesEqual()
413 return createFromDouble(style.stopOpacity()); in create()
133 return CSSPrimitiveValue::create(svgStyle.stopOpacity(), CSSPrimitiveValue::CSS_NUMBER); in getSVGPropertyCSSValue()
316 float stopOpacity() const { return stops->opacity; } in stopOpacity() function
1441 float stopOpacity() const { return svgStyle().stopOpacity(); } in stopOpacity() function