Searched refs:ImFontAtlasBuildSetupFont (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1508 IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent);
|
| H A D | imgui_draw.cpp | 2012 ImFontAtlasBuildSetupFont(atlas, dst_font, &cfg, ascent, descent); 2053 void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1508 IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent);
|
| H A D | imgui_draw.cpp | 2012 ImFontAtlasBuildSetupFont(atlas, dst_font, &cfg, ascent, descent); 2053 void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent) function in typeref:typename:void
|
Completed in 25 milliseconds