Searched refs:m_lastStop (Results 1 – 2 of 2) sorted by relevance
41 , m_lastStop(0) in Gradient()54 , m_lastStop(0) in Gradient()135 ASSERT(m_lastStop < numStops - 1); in findStop()137 int i = m_lastStop; in findStop()141 i = m_lastStop + 1; in findStop()147 m_lastStop = i - 1; in findStop()148 return m_lastStop; in findStop()
134 mutable int m_lastStop; variable