Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1644 ImFont* ImFontAtlas::AddFontFromMemoryCompressedTTF(const void* compressed_ttf_data, int compressed… in AddFontFromMemoryCompressedTTF() argument
1646 …igned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_ttf_data); in AddFontFromMemoryCompressedTTF()
1648 …stb_decompress(buf_decompressed_data, (const unsigned char*)compressed_ttf_data, (unsigned int)com… in AddFontFromMemoryCompressedTTF()