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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp5920 const float separator_max_x = tab_bar->BarRect.Max.x + window->WindowPadding.x; local in function:ImGui::BeginTabBarEx
5921 window->DrawList->AddLine(ImVec2(separator_min_x, y), ImVec2(separator_max_x, y), col, 1.0f);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp5920 const float separator_max_x = tab_bar->BarRect.Max.x + window->WindowPadding.x; local in function:ImGui::BeginTabBarEx
5921 window->DrawList->AddLine(ImVec2(separator_min_x, y), ImVec2(separator_max_x, y), col, 1.0f);

Completed in 43 milliseconds