Searched refs:ImGuiCol_ChildBg (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1000 ImGuiCol_ChildBg, // Background of child windows enumerator 1050 …, ImGuiCol_ChildWindowBg = ImGuiCol_ChildBg // [renamed in 1.…
|
D | imgui_draw.cpp | 182 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()
|
D | imgui.cpp | 4428 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/ |
D | imgui.h | 993 ImGuiCol_ChildBg, // Background of child windows enumerator 1043 …, ImGuiCol_ChildWindowBg = ImGuiCol_ChildBg // [renamed in 1.…
|
D | imgui_draw.cpp | 180 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()
|
D | imgui.cpp | 4349 PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); in BeginChildFrame() 4568 return ImGuiCol_ChildBg; in GetWindowBgColorIdxFromFlags() 5755 case ImGuiCol_ChildBg: return "ChildBg"; in GetStyleColorName()
|
D | imgui_demo.cpp | 1596 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 198 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()
|
D | imgui.h | 1457 ImGuiCol_ChildBg, // Background of child windows enumerator
|
D | imgui.cpp | 2630 case ImGuiCol_ChildBg: return "ChildBg"; in GetStyleColorName() 5122 PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); in BeginChildFrame() 5324 return ImGuiCol_ChildBg; in GetWindowBgColorIdxFromFlags()
|
D | imgui_demo.cpp | 2454 ImGui::PushStyleColor(ImGuiCol_ChildBg, IM_COL32(255, 0, 0, 100)); in ShowDemoWindowLayout()
|
D | imgui_widgets.cpp | 3994 PushStyleColor(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]); in InputTextEx()
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 90 - 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/ |
D | CHANGELOG.txt | 1009 - 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.
|