Home
last modified time | relevance | path

Searched defs:IM_NEW (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h1533 #define IM_NEW(_TYPE) new(ImNewDummy(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE macro
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1526 #define IM_NEW(_TYPE) new(ImNewDummy(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE macro
/third_party/skia/third_party/externals/imgui/
Dimgui.h1679 #define IM_NEW(_TYPE) new(ImNewWrapper(), ImGui::MemAlloc(sizeof(_TYPE))) _TY… macro