Home | History | Annotate | Download | only in graphics

Lines Matching defs:stopTime

142         double stopTime = now + minDuration;
143 for (unsigned step = 0; step < minRepeatCount || now < stopTime; ++step) {