Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGStopElement.h34 Color stopColorIncludingOpacity() const;
DSVGStopElement.cpp99 Color SVGStopElement::stopColorIncludingOpacity() const in stopColorIncludingOpacity() function in WebCore::SVGStopElement
DSVGGradientElement.cpp159 Color color = stop->stopColorIncludingOpacity(); in buildStops()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderTreeAsText.cpp708 …ffset=" << stopElement->offset() << "] [color=" << stopElement->stopColorIncludingOpacity() << "]\… in writeSVGGradientStop()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2417354 (WebCore::SVGStopElement::stopColorIncludingOpacity):