Home
last modified time | relevance | path

Searched defs:font_cfg (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1544 ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) in AddFont()
1591 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontDefault() local
1619 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromFileTTF() local
1634 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryTTF() local
1650 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryCompressedTTF() local
1656 …TF(const char* compressed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const … in AddFontFromMemoryCompressedBase85TTF()