Searched refs:m_lastStop (Results 1 – 2 of 2) sorted by relevance
44 , m_lastStop(0) in Gradient()58 , m_lastStop(0) in Gradient()185 ASSERT(m_lastStop < numStops - 1); in findStop()187 int i = m_lastStop; in findStop()191 i = m_lastStop + 1; in findStop()197 m_lastStop = i - 1; in findStop()198 return m_lastStop; in findStop()
164 mutable int m_lastStop; variable