Searched refs:FontDataOwnedByAtlas (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1361 FontDataOwnedByAtlas = true; 1459 if (ConfigData[i].FontData && ConfigData[i].FontDataOwnedByAtlas) 1560 if (!new_font_cfg.FontDataOwnedByAtlas) 1563 new_font_cfg.FontDataOwnedByAtlas = true; 1630 // NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after Build(). 1652 font_cfg.FontDataOwnedByAtlas = true;
|
| H A D | imgui.h | 1916 bool FontDataOwnedByAtlas; // true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself). member in struct:ImFontConfig 1982 // You can set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed, 1992 IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); // Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas. Set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed.
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1361 FontDataOwnedByAtlas = true; 1459 if (ConfigData[i].FontData && ConfigData[i].FontDataOwnedByAtlas) 1560 if (!new_font_cfg.FontDataOwnedByAtlas) 1563 new_font_cfg.FontDataOwnedByAtlas = true; 1630 // NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after Build(). 1652 font_cfg.FontDataOwnedByAtlas = true;
|
| H A D | imgui.h | 1916 bool FontDataOwnedByAtlas; // true // TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself). member in struct:ImFontConfig 1982 // You can set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed, 1992 IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); // Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas. Set font_cfg->FontDataOwnedByAtlas=false to keep ownership of your data and it won't be freed.
|
Completed in 30 milliseconds