Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h993 ImGuiCol_ChildBg, // Background of child windows enumerator
1043 …, ImGuiCol_ChildWindowBg = ImGuiCol_ChildBg // [renamed in 1.…
Dimgui_draw.cpp180 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsDark()
235 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsClassic()
291 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsLight()
Dimgui.cpp4349 PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); in BeginChildFrame()
4568 return ImGuiCol_ChildBg; in GetWindowBgColorIdxFromFlags()
5755 case ImGuiCol_ChildBg: return "ChildBg"; in GetStyleColorName()
Dimgui_demo.cpp1596 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp198 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsDark()
258 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsClassic()
319 colors[ImGuiCol_ChildBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f); in StyleColorsLight()
Dimgui.h1457 ImGuiCol_ChildBg, // Background of child windows enumerator
Dimgui.cpp2630 case ImGuiCol_ChildBg: return "ChildBg"; in GetStyleColorName()
5122 PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); in BeginChildFrame()
5324 return ImGuiCol_ChildBg; in GetWindowBgColorIdxFromFlags()
Dimgui_demo.cpp2454 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
Dimgui_widgets.cpp3994 PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); in InputTextEx()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt90 - Demo: Added a few more things under "Child windows" (changing ImGuiCol_ChildBg, positioning child…
615 - Style: Renamed `ImGuiCol_ChildWindowBg` to `ImGuiCol_ChildBg`.
639 - Style: Renamed ImGuiCol_ChildWindowBg to ImGuiCol_ChildBg.
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1009 - ImGuiCol_ChildWindowBg -> use ImGuiCol_ChildBg
1719 - Demo: Added a few more things under "Child windows" (changing ImGuiCol_ChildBg, positioning child…
2294 - Style: Renamed `ImGuiCol_ChildWindowBg` to `ImGuiCol_ChildBg`.
2318 - Style: Renamed ImGuiCol_ChildWindowBg to ImGuiCol_ChildBg.