Home
last modified time | relevance | path

Searched refs:stopColor (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DGradientQt.cpp65 QColor stopColor; in platformGradient() local
70stopColor.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha); in platformGradient()
87 m_gradient->setColorAt(stopPosition, stopColor); in platformGradient()
/external/webkit/Source/WebCore/svg/
DSVGStopElement.cpp105 return colorWithOverrideAlpha(svgStyle->stopColor().rgb(), svgStyle->stopOpacity()); in stopColorIncludingOpacity()
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp134 return CSSPrimitiveValue::createColor(svgStyle->stopColor().rgb()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp472 HANDLE_INHERIT_AND_INITIAL(stopColor, StopColor); in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h305 Color stopColor() const { return stops->color; } in stopColor() function