Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
DSlideDir.cpp204 const auto rel_t = (t - fTimeBase) / kFocusDuration, in onTick() local
205 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick()
218 if (rel_t < 1) in onTick()
/third_party/flutter/skia/tools/viewer/
DSlideDir.cpp193 const auto rel_t = (t - fTimeBase) / kFocusDuration, in onTick() local
194 map_t = SkTPin(fMap.computeYFromX(rel_t), 0.0f, 1.0f); in onTick()
207 if (rel_t < 1) in onTick()