Home
last modified time | relevance | path

Searched refs:FontAtlasOwnedByContext (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h764 …bool FontAtlasOwnedByContext; // Io.Fonts-> is owned by the ImGuiCon… member
939 FontAtlasOwnedByContext = shared_font_atlas ? false : true; in ImGuiContext()
Dimgui.cpp3565 if (g.IO.Fonts && g.FontAtlasOwnedByContext) in Shutdown()