Searched refs:buf_decompressed_size (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1646 const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_ttf_data); local in function:ImFontAtlas::AddFontFromMemoryCompressedTTF
1647 unsigned char* buf_decompressed_data = (unsigned char *)ImGui::MemAlloc(buf_decompressed_size);
1653 return AddFontFromMemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1646 const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_ttf_data); local in function:ImFontAtlas::AddFontFromMemoryCompressedTTF
1647 unsigned char* buf_decompressed_data = (unsigned char *)ImGui::MemAlloc(buf_decompressed_size);
1653 return AddFontFromMemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges);

Completed in 15 milliseconds