Home
last modified time | relevance | path

Searched defs:stops (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/svg/
DSVGRadialGradientElement.cpp157 Vector<SVGGradientStop> stops = attributes.stops(); in buildGradient() local
197 const Vector<SVGGradientStop>& stops(current->buildStops()); in collectGradientProperties() local
DSVGLinearGradientElement.cpp165 const Vector<SVGGradientStop>& stops(current->buildStops()); in collectGradientProperties() local
DSVGGradientElement.cpp151 Vector<SVGGradientStop> stops; in buildStops() local
DGradientAttributes.h40 const Vector<SVGGradientStop>& stops() const { return m_stops; } in stops() function
/external/webkit/WebCore/svg/graphics/
DSVGPaintServerGradient.h64 void setGradientStops(const Vector<SVGGradientStop>& stops) { m_stops = stops; } in setGradientStops()
/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.h178 DataRef<StyleStopData> stops; variable
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1345 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in gradientAverageColor() local
1448 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in fillRect() local