Home
last modified time | relevance | path

Searched refs:ImGuiCol_ChildBg (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1000 ImGuiCol_ChildBg, // Background of child windows enumerator
1050 …, ImGuiCol_ChildWindowBg = ImGuiCol_ChildBg // [renamed in 1.…
Dimgui_draw.cpp182 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsDark()
237 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsClassic()
293 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsLight()
Dimgui.cpp4428 PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); in BeginChildFrame()
4651 return ImGuiCol_ChildBg; in GetWindowBgColorIdxFromFlags()
5882 case ImGuiCol_ChildBg: return "ChildBg"; in GetStyleColorName()