/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 98 …bool InitFont(FT_Library ft_library, const ImFontConfig& cfg, unsigned int extr… 116 …bool FreeTypeFont::InitFont(FT_Library ft_library, const ImFontConfig& cfg, unsigned int extra_use… in InitFont() 305 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithFreeType() 337 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithFreeType() 410 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithFreeType() 507 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithFreeType()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1357 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 …]
|
D | imgui.h | 101 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 …]
|
D | imgui_internal.h | 1508 … ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, f…
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1348 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig 1535 ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) in AddFont() 1548 ImFontConfig& new_font_cfg = ConfigData.back(); in AddFont() 1580 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) in AddFontDefault() 1582 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontDefault() 1598 ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig… in AddFontFromFileTTF() 1608 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromFileTTF() 1620 …tFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const ImFontConfig* font_cfg_templ… in AddFontFromMemoryTTF() 1623 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryTTF() 1633 …ompressed_ttf_data, int compressed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_templ… in AddFontFromMemoryCompressedTTF() [all …]
|
D | imgui.h | 98 struct ImFontConfig; // Configuration data when adding a font or merging fonts 1903 struct ImFontConfig struct 1926 IMGUI_API ImFontConfig(); argument 1980 IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg); 1981 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL); 1982 … AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NUL… 1983 …romMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = NUL… 1984 …pressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = NUL… 1985 …TTF(const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = NUL… 2063 ImVector<ImFontConfig> ConfigData; // Internal data [all …]
|
D | imgui_internal.h | 1460 … ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, f…
|
D | imgui_demo.cpp | 2885 if (ImFontConfig* cfg = &font->ConfigData[config_i]) in ShowStyleEditor()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 130 …bool InitFont(FT_Library ft_library, const ImFontConfig& cfg, unsigned int extr… 149 …bool FreeTypeFont::InitFont(FT_Library ft_library, const ImFontConfig& cfg, unsigned int extra_fon… in InitFont() 415 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithFreeTypeEx() 518 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithFreeTypeEx() 629 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1905 ImFontConfig::ImFontConfig() in ImFontConfig() function in ImFontConfig 2067 ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) in AddFont() 2080 ImFontConfig& new_font_cfg = ConfigData.back(); in AddFont() 2116 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) in AddFontDefault() 2118 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontDefault() 2137 ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig… in AddFontFromFileTTF() 2147 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromFileTTF() 2159 …tFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const ImFontConfig* font_cfg_templ… in AddFontFromMemoryTTF() 2162 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig(); in AddFontFromMemoryTTF() 2172 …ompressed_ttf_data, int compressed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_templ… in AddFontFromMemoryCompressedTTF() [all …]
|
D | imgui.h | 147 struct ImFontConfig; // Configuration data when adding a font or merging fonts 2540 struct ImFontConfig struct 2564 IMGUI_API ImFontConfig(); argument 2638 IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg); 2639 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL); 2640 … AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NUL… 2641 …romMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = NUL… 2642 …pressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = NUL… 2643 …TTF(const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = NUL… 2717 ImVector<ImFontConfig> ConfigData; // Configuration data [all …]
|
D | imgui_internal.h | 2773 IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_…
|
D | imgui.cpp | 11826 if (const ImFontConfig* cfg = &font->ConfigData[config_i]) in DebugNodeFont()
|
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/ |
D | README.txt | 68 ImFontConfig config; 106 For advanced options create a ImFontConfig structure and pass it to the AddFont function (it will b… 108 ImFontConfig config; 137 ImFontConfig config;
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FONTS.md | 86 **For advanced options create a ImFontConfig structure and pass it to the AddFont() function (it wi… 88 ImFontConfig config; 105 ImFontConfig config; 180 ImFontConfig config; 224 static ImFontConfig cfg;
|
D | CHANGELOG.txt | 455 - Renamed ImFontConfig::RasterizerFlags (used by FreeType) to ImFontConfig::FontBuilderFlags. 645 - Fonts: Removed ImFont::DisplayOffset in favor of ImFontConfig::GlyphOffset. DisplayOffset was app… 806 - Fonts: Fixed ImFontConfig::GlyphExtraSpacing and ImFontConfig::PixelSnapH settings being pulled 2006 - ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears mono… 2474 - ImFontConfig: Added `RasterizerMultiply` option to alter the brightness of individual fonts at ra… 2475 - ImFontConfig: Added `RasterizerFlags` to pass options to custom rasterizer (e.g. the [imgui_freet… 2591 - Removed ImFontConfig::MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. 2643 - ImFontConfig: Added GlyphOffset to explicitly offset glyphs at font build time, useful for merged… 2741 - ImFontConfig: Clarified persistence requirement of GlyphRanges array. (#651) 2743 - AddFontFromMemoryCompressedTTF(): Fix ImFontConfig propagation. (#587) [all …]
|
D | FAQ.md | 540 You may want to see `ImFontConfig::GlyphMinAdvanceX` to make your icon look monospace to facilitate… 563 ImFontConfig config; 572 ImFontConfig config;
|
D | TODO.txt | 300 …- font: enforce monospace through ImFontConfig (for icons?) + create dual ImFont output from same …
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
D | main.cpp | 96 ImFontConfig font_cfg; in init()
|
/third_party/skia/tools/viewer/ |
D | ImGuiLayer.cpp | 77 ImFontConfig cfg; in setScaleFactor()
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 350 - ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears mono… 795 - ImFontConfig: Added `RasterizerMultiply` option to alter the brightness of individual fonts at ra… 796 - ImFontConfig: Added `RasterizerFlags` to pass options to custom rasterizer (e.g. the [imgui_freet… 912 - Removed ImFontConfig::MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. 964 - ImFontConfig: Added GlyphOffset to explicitly offset glyphs at font build time, useful for merged… 1062 - ImFontConfig: Clarified persistence requirement of GlyphRanges array. (#651) 1064 - AddFontFromMemoryCompressedTTF(): Fix ImFontConfig propagation. (#587)
|
D | TODO.txt | 242 …- font: enforce monospace through ImFontConfig (for icons?) + create dual ImFont output from same …
|