Searched refs:numStops (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp161 size_t numStops = m_stops.size(); local
163 Vector<GradientStop> stops(numStops);
175 for (size_t i = 0; i < numStops; ++i) {
205 } else if (numStops > 1 && i == numStops - 1) {
226 ASSERT(stops[0].specified && stops[numStops - 1].specified);
231 if (numStops > 2) {
235 for (size_t i = 0; i < numStops; ++i) {
259 if (m_repeating && numStops > 1) {
262 float gradientRange = stops[numStops
[all...]

Completed in 54 milliseconds