Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp41 fLastFrameTime = -1; in draw()
55 fLastFrameTime = -1; in draw()
149 if (fLastFrameTime < 0) { in animate()
153 fLastFrameTime = nanos; in animate()
161 double elapsed = nanos - fLastFrameTime; in animate()
170 fLastFrameTime += framesToAdvance*frameTime; in animate()
H A DMSKPSlide.h39 double fLastFrameTime = -1; member in MSKPSlide
/third_party/skia/samplecode/
H A DSampleThinAA.cpp281 fLastFrameTime = -1.f;
324 SkScalar dt = fLastFrameTime < 0.f ? 0.f : t - fLastFrameTime;
325 fLastFrameTime = t;
329 fLastFrameTime = -1.f;
433 SkScalar fLastFrameTime;

Completed in 2 milliseconds