Searched refs:ChildRounding (Results 1 – 2 of 2) sorted by relevance
1087 …ChildRounding = 0.0f; // Radius of child window corners rounding. Set to 0.0… in ImGuiStyle()1125 ChildRounding = ImFloor(ChildRounding * scale_factor); in ScaleAllSizes()5151 …window->WindowRounding = (flags & ImGuiWindowFlags_ChildWindow) ? style.ChildRounding : ((flags & … in Begin()5804 …{ ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, ChildRounding) }, // ImGuiStyleVar_…
1242 …float ChildRounding; // Radius of child window corners rounding. Set to 0.0f to… member