Searched refs:fLastTick (Results 1 – 2 of 2) sorted by relevance
141 fLastTick = 0; in reset()149 const double dt = fLastTick ? (timer.secs() - fLastTick) : 0; in onAnimate()152 fLastTick = timer.secs(); in onAnimate()214 double fLastTick; member in MovingPathText
182 SkScalar dt = (timer.msec() - fLastTick) * fTimeScale; in onAnimate()183 fLastTick = timer.msec(); in onAnimate()280 SkMSec fLastTick = 0; member in SVGPongView