Searched refs:fLastTick (Results 1 – 4 of 4) sorted by relevance
167 fLastTick = 0; in reset()175 const double dt = fLastTick ? (timer.secs() - fLastTick) : 0; in onAnimate()178 fLastTick = timer.secs(); in onAnimate()240 double fLastTick; member in MovingPathText
198 SkScalar dt = (timer.msec() - fLastTick) * fTimeScale; in onAnimate()199 fLastTick = timer.msec(); in onAnimate()291 SkMSec fLastTick = 0; member in PongView