Home | History | Annotate | Download | only in opengl

Lines Matching refs:m_timeline

215     if (!m_timeline.empty())
216 t = (--m_timeline.end())->first + 1.;
224 m_timeline[t] = aux;
273 TimeLine::const_iterator hi = m_timeline.upper_bound(m_alpha);
279 if(hi==m_timeline.end())
285 else if(hi==m_timeline.begin())
328 m_timeline.clear();
514 m_timeline.clear();
518 m_timeline[0] = aux0;
541 m_timeline[duration] = aux1;
543 m_timeline[2] = mInitFrame;