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

/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp101 struct GradientStop { struct in namespace:WebCore
106 GradientStop() function in struct:WebCore::GradientStop
140 Vector<GradientStop> stops(numStops);
267 GradientStop newStop = stops[originalFirstStopIndex + srcStopOrdinal];
287 GradientStop newStop = stops[srcStopOrdinal];

Completed in 38 milliseconds