Searched refs:IM_NEW (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1526 // Helper: IM_NEW(), IM_PLACEMENT_NEW(), IM_DELETE() macros to call MemAlloc + Placement New, Placement Delete + MemFree
1533 #define IM_NEW(_TYPE) new(ImNewDummy(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE macro
H A Dimgui_internal.h940 IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)();
H A Dimgui_draw.cpp400 ImDrawList* dst = IM_NEW(ImDrawList(NULL));
1552 Fonts.push_back(IM_NEW(ImFont));
H A Dimgui.cpp3023 ImGuiContext* ctx = IM_NEW(ImGuiContext)(shared_font_atlas);
4483 ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1526 // Helper: IM_NEW(), IM_PLACEMENT_NEW(), IM_DELETE() macros to call MemAlloc + Placement New, Placement Delete + MemFree
1533 #define IM_NEW(_TYPE) new(ImNewDummy(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE macro
H A Dimgui_internal.h940 IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)();
H A Dimgui_draw.cpp400 ImDrawList* dst = IM_NEW(ImDrawList(NULL));
1552 Fonts.push_back(IM_NEW(ImFont));
H A Dimgui.cpp3023 ImGuiContext* ctx = IM_NEW(ImGuiContext)(shared_font_atlas);
4483 ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name);

Completed in 72 milliseconds