HomeSort by relevance Sort by last modified time
    Searched refs:m_lastStop (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Gradient.cpp 44 , m_lastStop(0)
58 , m_lastStop(0)
185 ASSERT(m_lastStop < numStops - 1);
187 int i = m_lastStop;
191 i = m_lastStop + 1;
197 m_lastStop = i - 1;
198 return m_lastStop;
Gradient.h 164 mutable int m_lastStop;

Completed in 37 milliseconds