Home | History | Annotate | Download | only in animation

Lines Matching defs:timeList

249 static void sortTimeList(Vector<SMILTime>& timeList)
251 std::sort(timeList.begin(), timeList.end());
331 Vector<SMILTime>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes;
335 for (unsigned n = 0; n < timeList.size(); ++n)
336 existing.add(timeList[n].value());
344 timeList.append(value);
346 sortTimeList(timeList);