Searched refs:ImGuiColorMod (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h64 struct ImGuiColorMod; // Stacked color modifier, backup of modified data so we can restore it
515 struct ImGuiColorMod struct
810 ImVector<ImGuiColorMod> ColorModifiers; // Stack for PushStyleColor()/PopStyleColor()
H A Dimgui.cpp5759 ImGuiColorMod backup;
5769 ImGuiColorMod backup;
5781 ImGuiColorMod& backup = g.ColorModifiers.back();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h64 struct ImGuiColorMod; // Stacked color modifier, backup of modified data so we can restore it
515 struct ImGuiColorMod struct
810 ImVector<ImGuiColorMod> ColorModifiers; // Stack for PushStyleColor()/PopStyleColor()
H A Dimgui.cpp5759 ImGuiColorMod backup;
5769 ImGuiColorMod backup;
5781 ImGuiColorMod& backup = g.ColorModifiers.back();

Completed in 65 milliseconds