Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h1259 float TabBorderSize; // Thickness of border around tabs. member
Dimgui_widgets.cpp6570 if (g.Style.TabBorderSize > 0.0f) in TabItemBackground()
6576 draw_list->PathStroke(GetColorU32(ImGuiCol_Border), false, g.Style.TabBorderSize); in TabItemBackground()
Dimgui.cpp1104 TabBorderSize = 0.0f; // Thickness of border around tabs. in ImGuiStyle()