Searched refs:stopOpacity (Results 1 – 3 of 3) sorted by relevance
57 const auto& stopOpacity = stop.getStopOpacity(); in resolveStopColor() local59 if (!stopColor.isValue() || !stopOpacity.isValue()) { in resolveStopColor()66 return { color.fR, color.fG, color.fB, *stopOpacity }; in resolveStopColor()
25 const SkSVGNumberType& stopOpacity() const { return fStopOpacity; } in stopOpacity() function
61 SkScalarRoundToInt(stop.stopOpacity() * 255))); in collectColorStops()