Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1589 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) in AddFontDefault() argument
1591 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontDefault()
1592 if (!font_cfg_template) in AddFontDefault()
1609 …ileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWch… in AddFontFromFileTTF() argument
1619 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromFileTTF()
1631 …oid* ttf_data, int ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWch… in AddFontFromMemoryTTF() argument
1634 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryTTF()
1644 …ta, int compressed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWch… in AddFontFromMemoryCompressedTTF() argument
1650 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryCompressedTTF()