Searched refs:TabRounding (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1083 ImGuiStyleVar_TabRounding, // float TabRounding
1258 float TabRounding; // Radius of upper corners of a tab. Set to 0.0f to have rectangular tabs. member in struct:ImGuiStyle
H A Dimgui.cpp1103 TabRounding = 4.0f; // Radius of upper corners of a tab. Set to 0.0f to have rectangular tabs.
1138 TabRounding = ImFloor(TabRounding * scale_factor);
5818 { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, TabRounding) }, // ImGuiStyleVar_TabRounding
H A Dimgui_demo.cpp2845 ImGui::SliderFloat("TabRounding", &style.TabRounding, 0.0f, 12.0f, "%.0f");
H A Dimgui_widgets.cpp6562 const float rounding = ImMax(0.0f, ImMin(g.Style.TabRounding, width * 0.5f - 1.0f));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1083 ImGuiStyleVar_TabRounding, // float TabRounding
1258 float TabRounding; // Radius of upper corners of a tab. Set to 0.0f to have rectangular tabs. member in struct:ImGuiStyle
H A Dimgui.cpp1103 TabRounding = 4.0f; // Radius of upper corners of a tab. Set to 0.0f to have rectangular tabs.
1138 TabRounding = ImFloor(TabRounding * scale_factor);
5818 { ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, TabRounding) }, // ImGuiStyleVar_TabRounding
H A Dimgui_widgets.cpp6562 const float rounding = ImMax(0.0f, ImMin(g.Style.TabRounding, width * 0.5f - 1.0f));

Completed in 144 milliseconds