Searched refs:TabRounding (Results 1 – 3 of 3) sorted by relevance
1258 …float TabRounding; // Radius of upper corners of a tab. Set to 0.0f to have r… member
1103 …TabRounding = 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_…
6562 const float rounding = ImMax(0.0f, ImMin(g.Style.TabRounding, width * 0.5f - 1.0f)); in TabItemBackground()