Searched refs:PopupRounding (Results 1 – 2 of 2) sorted by relevance
1089 …PopupRounding = 0.0f; // Radius of popup window corners rounding. Set to 0.0… in ImGuiStyle()1126 PopupRounding = ImFloor(PopupRounding * scale_factor); in ScaleAllSizes()5151 …ImGuiWindowFlags_Popup) && !(flags & ImGuiWindowFlags_Modal)) ? style.PopupRounding : style.Window… in Begin()5806 …{ ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, PopupRounding) }, // ImGuiStyleVar_…
1244 …float PopupRounding; // Radius of popup window corners rounding. (Note that too… member