Home
last modified time | relevance | path

Searched defs:m_stops (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/svg/
DSVGLinearGradientElement.cpp122 Vector<SVGGradientStop> m_stops = attributes.stops(); in buildGradient() local
DGradientAttributes.h57 Vector<SVGGradientStop> m_stops; member
/external/webkit/WebCore/css/
DCSSGradientValue.h106 Vector<CSSGradientColorStop> m_stops; variable
/external/webkit/WebCore/platform/graphics/
DGradient.h145 mutable Vector<ColorStop> m_stops; variable