Searched refs:animation_width (Results 1 – 1 of 1) sorted by relevance
118 int animation_width = frame_width + object_width; in ComputeAnimationProgress() local119 double interval = static_cast<double>(animation_width) / pixels_per_second; in ComputeAnimationProgress()121 return static_cast<int>(animation_width * ratio) - object_width; in ComputeAnimationProgress()