Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h1258 …float TabRounding; // Radius of upper corners of a tab. Set to 0.0f to have r… member
Dimgui.cpp1103TabRounding = 4.0f; // Radius of upper corners of a tab. Set to 0.0f to ha… in ImGuiStyle()
1138 TabRounding = ImFloor(TabRounding * scale_factor); in ScaleAllSizes()
5818 …{ ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, TabRounding) }, // ImGuiStyleVar_…
Dimgui_widgets.cpp6562 const float rounding = ImMax(0.0f, ImMin(g.Style.TabRounding, width * 0.5f - 1.0f)); in TabItemBackground()