Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5920 const float separator_max_x = tab_bar->BarRect.Max.x + window->WindowPadding.x; in BeginTabBarEx() local
5921 … window->DrawList->AddLine(ImVec2(separator_min_x, y), ImVec2(separator_max_x, y), col, 1.0f); in BeginTabBarEx()