Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1361 FontDataOwnedByAtlas = true; in ImFontConfig()
1459 if (ConfigData[i].FontData && ConfigData[i].FontDataOwnedByAtlas) in ClearInputData()
1560 if (!new_font_cfg.FontDataOwnedByAtlas) in AddFont()
1563 new_font_cfg.FontDataOwnedByAtlas = true; in AddFont()
1652 font_cfg.FontDataOwnedByAtlas = true; in AddFontFromMemoryCompressedTTF()
Dimgui.h1916 …bool FontDataOwnedByAtlas; // true // TTF/OTF data ownership taken by the contain… member