Searched refs:buf_decompressed_size (Results 1 – 1 of 1) sorted by relevance
1646 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF() local1647 unsigned char* buf_decompressed_data = (unsigned char *)ImGui::MemAlloc(buf_decompressed_size); in AddFontFromMemoryCompressedTTF()1653 …return AddFontFromMemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_… in AddFontFromMemoryCompressedTTF()