Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1357 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig
1544 ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) in AddFont()
1557 ImFontConfig& new_font_cfg = ConfigData.back(); in AddFont()
1589 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) in AddFontDefault()
1591 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontDefault()
1609 ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig in AddFontFromFileTTF()
1619 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromFileTTF()
1631 …tFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const ImFontConfig* font_cfg_templ… in AddFontFromMemoryTTF()
1634 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryTTF()
1644 …ompressed_ttf_data, int compressed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_templ… in AddFontFromMemoryCompressedTTF()
[all …]
Dimgui.h101 struct ImFontConfig; // Configuration data when adding a font or merging fonts
1912 struct ImFontConfig struct
1935 IMGUI_API ImFontConfig(); argument
1989 IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg);
1990 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL);
1991 … AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NUL…
1992 …romMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = NUL…
1993 …pressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = NUL…
1994 …TTF(const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = NUL…
2072 ImVector<ImFontConfig> ConfigData; // Internal data
[all …]
Dimgui_internal.h1508 … ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, f…
/external/skia/tools/viewer/
DImGuiLayer.cpp77 ImFontConfig cfg; in setScaleFactor()