OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stopColor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/qt/
GradientQt.cpp
65
QColor
stopColor
;
70
stopColor
.setRgbF(stopIterator->red, stopIterator->green, stopIterator->blue, stopIterator->alpha);
87
m_gradient->setColorAt(stopPosition,
stopColor
);
88
// Keep the lastStop as orginal value, since the following
stopColor
depend it
/external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h
305
Color
stopColor
() const { return stops->color; }
Completed in 546 milliseconds