Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_totalLoops

66     , m_totalLoops(0)
193 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops);
226 if (m_direction != s->marqueeDirection() || (m_totalLoops != s->marqueeLoopCount() && m_currentLoop >= m_totalLoops))
229 m_totalLoops = s->marqueeLoopCount();
234 if (m_totalLoops <= 0 && s->marqueeBehavior() == MSLIDE)
235 m_totalLoops = 1;
259 bool activate = (m_totalLoops <= 0 || m_currentLoop < m_totalLoops);
317 if (m_totalLoops > 0 && m_currentLoop >= m_totalLoops)