Searched refs:buf_decompressed_data (Results 1 – 1 of 1) sorted by relevance
1647 unsigned char* buf_decompressed_data = (unsigned char *)ImGui::MemAlloc(buf_decompressed_size); in AddFontFromMemoryCompressedTTF() local1648 …stb_decompress(buf_decompressed_data, (const unsigned char*)compressed_ttf_data, (unsigned int)com… in AddFontFromMemoryCompressedTTF()1653 …return AddFontFromMemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_… in AddFontFromMemoryCompressedTTF()