Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp101 struct GradientStop { struct
106 GradientStop() in GradientStop() function
140 Vector<GradientStop> stops(numStops); in addStops()
267 GradientStop newStop = stops[originalFirstStopIndex + srcStopOrdinal]; in addStops()
287 GradientStop newStop = stops[srcStopOrdinal]; in addStops()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633590 (WebCore::GradientStop): Small struct to aid gradient stop processing.