Home | History | Annotate | Download | only in animation

Lines Matching defs:timeList

276 static void sortTimeList(Vector<SMILTime>& timeList)
278 std::sort(timeList.begin(), timeList.end());
358 Vector<SMILTime>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes;
362 for (unsigned n = 0; n < timeList.size(); ++n)
363 existing.add(timeList[n].value());
371 timeList.append(value);
373 sortTimeList(timeList);