Home
last modified time | relevance | path

Searched refs:fLastTime (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/gm/
H A Danimatedimageblurs.cpp33 AnimatedImageBlurs() : fLastTime(0.0f) { in AnimatedImageBlurs()
72 if (0.0f != fLastTime) {
74 fNodes[i].update(nanos, fLastTime);
78 fLastTime = 1e-9 * nanos;
140 SkScalar fLastTime; member in AnimatedImageBlurs
/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp223 , fLastTime(-1.0) in SkParticleEffect()
269 fLastTime = now; in start()
353 float deltaTime = static_cast<float>(now - fLastTime); in advanceTime()
357 fLastTime = now; in advanceTime()
/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h204 double fLastTime; member in SkParticleEffect

Completed in 2 milliseconds