Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
Dimgui.h2082 struct ImFont struct
2091 ImVector<ImFontGlyph> Glyphs; // 12-16 // out // // All glyphs. argument
2092 const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar) argument
2096ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been … argument
2097 …const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within Co… argument
2098 …1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging mult… argument
2106 IMGUI_API ImFont(); argument
2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ argument
Dimgui_draw.cpp2393 ImFont::ImFont() in ImFont() function in ImFont
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h2073 struct ImFont struct
2079 ImVector<ImFontGlyph> Glyphs; // // All glyphs. argument
2082 const ImFontGlyph* FallbackGlyph; // == FindGlyph(FontFallbackChar) argument
2087 … // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging mult… argument
2088ImFontConfig* ConfigData; // // Pointer within ContainerAtlas->… argument
2089 ImFontAtlas* ContainerAtlas; // // What we has been loaded into argument
2095 IMGUI_API ImFont(); argument
2119 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ argument
Dimgui_draw.cpp2379 ImFont::ImFont() in ImFont() function in ImFont
/third_party/skia/third_party/externals/imgui/
Dimgui.h2736 struct ImFont struct
2745 ImVector<ImFontGlyph> Glyphs; // 12-16 // out // // All glyphs. argument
2746 const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar) argument
2749ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been … argument
2750 …const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within Co… argument
2751 …1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging mult… argument
2762 IMGUI_API ImFont(); argument
2781 …IMGUI_API void AddGlyph(const ImFontConfig* src_cfg, ImWchar c, float x0, float y0, f… argument
Dimgui_draw.cpp3098 ImFont::ImFont() in ImFont() function in ImFont
Dimgui.cpp12230 void ImGui::DebugNodeFont(ImFont*) {} in DebugNodeFont() argument