Home
last modified time | relevance | path

Searched defs:ImGuiStyle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.h1234 struct ImGuiStyle struct
1236 float Alpha; // Global alpha applies to everything in ImGui.
1237 ImVec2 WindowPadding; // Padding within a window.
1238 …ounding; // Radius of window corners rounding. Set to 0.0f to have rectangular windows.
1239 …windows. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly).
1240 …a global setting. If you want to constraint individual windows, use SetNextWindowSizeConstraints().
1241 … // Alignment for title bar text. Defaults to (0.0f,0.5f) for left-aligned,vertically centered.
1242 …; // Radius of child window corners rounding. Set to 0.0f to have rectangular windows.
1243 …windows. Generally set to 0.0f or 1.0f. (Other values are not well tested and more CPU/GPU costly).
1244 … // Radius of popup window corners rounding. (Note that tooltip windows use WindowRounding)
[all …]
H A Dimgui.cpp1079 ImGuiStyle::ImGuiStyle() in ImGuiStyle() function in ImGuiStyle