Searched refs:shared_font_atlas (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h933 ImGuiContext(ImFontAtlas* shared_font_atlas) : OverlayDrawList(NULL) argument
939 FontAtlasOwnedByContext = shared_font_atlas ? false : true;
940 IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)();
H A Dimgui.h201 IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL);
H A Dimgui.cpp3021 ImGuiContext* ImGui::CreateContext(ImFontAtlas* shared_font_atlas) argument
3023 ImGuiContext* ctx = IM_NEW(ImGuiContext)(shared_font_atlas);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h933 ImGuiContext(ImFontAtlas* shared_font_atlas) : OverlayDrawList(NULL) argument
939 FontAtlasOwnedByContext = shared_font_atlas ? false : true;
940 IO.Fonts = shared_font_atlas ? shared_font_atlas : IM_NEW(ImFontAtlas)();
H A Dimgui.h201 IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL);
H A Dimgui.cpp3021 ImGuiContext* ImGui::CreateContext(ImFontAtlas* shared_font_atlas) argument
3023 ImGuiContext* ctx = IM_NEW(ImGuiContext)(shared_font_atlas);

Completed in 59 milliseconds