Searched refs:res_w (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5294 int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); local in function:ImGui::PlotEx
5314 const float t_step = 1.0f / (float)res_w;
5325 for (int n = 0; n < res_w; n++)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5294 int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); local in function:ImGui::PlotEx
5314 const float t_step = 1.0f / (float)res_w;
5325 for (int n = 0; n < res_w; n++)

Completed in 25 milliseconds