Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1656 ImFont* ImFontAtlas::AddFontFromMemoryCompressedBase85TTF(const char* compressed_ttf_data_base85, f… in AddFontFromMemoryCompressedBase85TTF() argument
1658 int compressed_ttf_size = (((int)strlen(compressed_ttf_data_base85) + 4) / 5) * 4; in AddFontFromMemoryCompressedBase85TTF()
1660 Decode85((const unsigned char*)compressed_ttf_data_base85, (unsigned char*)compressed_ttf); in AddFontFromMemoryCompressedBase85TTF()