Searched refs:ImLinearSweep (Results 1 – 2 of 2) sorted by relevance
247 static inline float ImLinearSweep(float current, float target, float speed) { if (current < tar… in ImLinearSweep() function
6112 …tab_bar->ScrollingAnim = ImLinearSweep(tab_bar->ScrollingAnim, tab_bar->ScrollingTarget, scrolling… in TabBarLayout()