Home
last modified time | relevance | path

Searched refs:shared_font_atlas (Results 1 – 3 of 3) sorted by relevance

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