Searched defs:compressed_ttf_size (Results 1 – 1 of 1) sorted by relevance
1644 …:AddFontFromMemoryCompressedTTF(const void* compressed_ttf_data, int compressed_ttf_size, float si… in AddFontFromMemoryCompressedTTF()1658 int compressed_ttf_size = (((int)strlen(compressed_ttf_data_base85) + 4) / 5) * 4; in AddFontFromMemoryCompressedBase85TTF() local