OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopColorIncludingOpacity
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStopElement.h
34
Color
stopColorIncludingOpacity
() const;
SVGStopElement.cpp
108
Color SVGStopElement::
stopColorIncludingOpacity
() const
SVGGradientElement.cpp
149
Color color = stop->
stopColorIncludingOpacity
();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp
617
ts << " [offset=" << stopElement->offsetCurrentValue() << "] [color=" << stopElement->
stopColorIncludingOpacity
() << "]\n";
Completed in 36 milliseconds