Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
Dinterpolator.cpp72 bool Interpolator::Update( const double current_time, float& p ) in Update() argument
75 if( current_time >= dest_time_ ) in Update()
93 float t = (float) (current_time - start_time_); in Update()