Searched refs:stopColor (Results 1 – 5 of 5) sorted by relevance
65 QColor stopColor; in platformGradient() local70 …stopColor.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha); in platformGradient()87 m_gradient->setColorAt(stopPosition, stopColor); in platformGradient()
105 return colorWithOverrideAlpha(svgStyle->stopColor().rgb(), svgStyle->stopOpacity()); in stopColorIncludingOpacity()
134 return CSSPrimitiveValue::createColor(svgStyle->stopColor().rgb()); in getSVGPropertyCSSValue()
472 HANDLE_INHERIT_AND_INITIAL(stopColor, StopColor); in applySVGProperty()
305 Color stopColor() const { return stops->color; } in stopColor() function