Searched defs:size_pixels (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1609 ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig… in AddFontFromFileTTF() 1631 ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const Im… in AddFontFromMemoryTTF() 1644 …ressedTTF(const void* compressed_ttf_data, int compressed_ttf_size, float size_pixels, const ImFon… in AddFontFromMemoryCompressedTTF() 1656 …omMemoryCompressedBase85TTF(const char* compressed_ttf_data_base85, float size_pixels, const ImFon… in AddFontFromMemoryCompressedBase85TTF()
|