Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1007 float t_step = 1.0f / (float)num_segments; in PathBezierCurveTo() local
1010 float t = t_step * i_step; in PathBezierCurveTo()
Dimgui_widgets.cpp5314 const float t_step = 1.0f / (float)res_w; in PlotEx() local
5327 const float t1 = t0 + t_step; in PlotEx()