Home
last modified time | relevance | path

Searched refs:fLastTick (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSamplePathText.cpp141 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
DSampleSVGPong.cpp182 SkScalar dt = (timer.msec() - fLastTick) * fTimeScale; in onAnimate()
183 fLastTick = timer.msec(); in onAnimate()
280 SkMSec fLastTick = 0; member in SVGPongView