Searched refs:ScrollbarRounding (Results 1 – 3 of 3) sorted by relevance
1255 float ScrollbarRounding; // Radius of grab corners for scrollbar. member
1100 ScrollbarRounding = 9.0f; // Radius of grab corners rounding for scrollbar in ImGuiStyle()1135 ScrollbarRounding = ImFloor(ScrollbarRounding * scale_factor); in ScaleAllSizes()5815 …{ ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, ScrollbarRounding) }, // ImGuiStyleVar_…
839 … window->DrawList->AddRectFilled(grab_rect.Min, grab_rect.Max, grab_col, style.ScrollbarRounding); in Scrollbar()