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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5328 const int v1_idx = (int)(t0 * item_count + 0.5f); local in function:ImGui::PlotEx
5329 IM_ASSERT(v1_idx >= 0 && v1_idx < values_count);
5330 const float v1 = values_getter(data, (v1_idx + values_offset + 1) % values_count);
5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
5344 window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5328 const int v1_idx = (int)(t0 * item_count + 0.5f); local in function:ImGui::PlotEx
5329 IM_ASSERT(v1_idx >= 0 && v1_idx < values_count);
5330 const float v1 = values_getter(data, (v1_idx + values_offset + 1) % values_count);
5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);
5344 window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base);

Completed in 24 milliseconds