Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const Im… in AddFontFromMemoryTTF() function in ImFontAtlas
1653 …return AddFontFromMemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_… in AddFontFromMemoryCompressedTTF()
Dimgui.h1992 …IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_size, float size_pixels…