Searched refs:IM_NEW (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 1526 // 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 D | imgui_internal.h | 940 IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)();
|
| H A D | imgui_draw.cpp | 400 ImDrawList* dst = IM_NEW(ImDrawList(NULL)); 1552 Fonts.push_back(IM_NEW(ImFont));
|
| H A D | imgui.cpp | 3023 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 D | imgui.h | 1526 // 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 D | imgui_internal.h | 940 IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)();
|
| H A D | imgui_draw.cpp | 400 ImDrawList* dst = IM_NEW(ImDrawList(NULL)); 1552 Fonts.push_back(IM_NEW(ImFont));
|
| H A D | imgui.cpp | 3023 ImGuiContext* ctx = IM_NEW(ImGuiContext)(shared_font_atlas); 4483 ImGuiWindow* window = IM_NEW(ImGuiWindow)(&g, name);
|
Completed in 72 milliseconds