OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PushStyleColor
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp
446
- 2017/08/20 (1.51) - added
PushStyleColor
(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix.
4428
PushStyleColor
(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]);
4453
{ int current = g.ColorModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "
PushStyleColor
/PopStyleColor Mismatch!"); p_backup++; } // Too few or too many PopStyleColor()
5756
void ImGui::
PushStyleColor
(ImGuiCol idx, ImU32 col)
5766
void ImGui::
PushStyleColor
(ImGuiCol idx, const ImVec4& col)
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp
446
- 2017/08/20 (1.51) - added
PushStyleColor
(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix.
4428
PushStyleColor
(ImGuiCol_ChildBg, style.Colors[ImGuiCol_FrameBg]);
4453
{ int current = g.ColorModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "
PushStyleColor
/PopStyleColor Mismatch!"); p_backup++; } // Too few or too many PopStyleColor()
5756
void ImGui::
PushStyleColor
(ImGuiCol idx, ImU32 col)
5766
void ImGui::
PushStyleColor
(ImGuiCol idx, const ImVec4& col)
Completed in 34 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026