Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1647 unsigned char* buf_decompressed_data = (unsigned char *)ImGui::MemAlloc(buf_decompressed_size); in AddFontFromMemoryCompressedTTF() local
1648 …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()