Searched defs:stops (Results 1 – 7 of 7) sorted by relevance
157 Vector<SVGGradientStop> stops = attributes.stops(); in buildGradient() local197 const Vector<SVGGradientStop>& stops(current->buildStops()); in collectGradientProperties() local
165 const Vector<SVGGradientStop>& stops(current->buildStops()); in collectGradientProperties() local
151 Vector<SVGGradientStop> stops; in buildStops() local
40 const Vector<SVGGradientStop>& stops() const { return m_stops; } in stops() function
64 void setGradientStops(const Vector<SVGGradientStop>& stops) { m_stops = stops; } in setGradientStops()
178 DataRef<StyleStopData> stops; variable
1345 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in gradientAverageColor() local1448 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in fillRect() local