Searched refs:GlyphAdvanceX (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 2037 …float GlyphAdvanceX; // Input // For custom font glyphs only (ID<0x10000): glyph xad… member 2040 …t() { ID = 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0f; GlyphO… in CustomRect()
|
D | imgui_draw.cpp | 1688 r.GlyphAdvanceX = advance_x; in AddCustomRectFontGlyph() 2140 ….GlyphOffset.x + r.Width, r.GlyphOffset.y + r.Height, uv0.x, uv0.y, uv1.x, uv1.y, r.GlyphAdvanceX); in ImFontAtlasBuildFinish()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 2028 …float GlyphAdvanceX; // Input // For custom font glyphs only (ID<0x10000): glyph xad… member 2031 …t() { ID = 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0f; GlyphO… in CustomRect()
|
D | imgui_draw.cpp | 1677 r.GlyphAdvanceX = advance_x; in AddCustomRectFontGlyph() 2128 ….GlyphOffset.x + r.Width, r.GlyphOffset.y + r.Height, uv0.x, uv0.y, uv1.x, uv1.y, r.GlyphAdvanceX); in ImFontAtlasBuildFinish()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2601 float GlyphAdvanceX; // Input // For custom font glyphs only: glyph xadvance member 2604 …stomRect() { Width = Height = 0; X = Y = 0xFFFF; GlyphID = 0; GlyphAdvanceX = 0.0f; GlyphO… in ImFontAtlasCustomRect()
|
D | imgui_draw.cpp | 2217 r.GlyphAdvanceX = advance_x; in AddCustomRectFontGlyph() 2791 …phOffset.x + r->Width, r->GlyphOffset.y + r->Height, uv0.x, uv0.y, uv1.x, uv1.y, r->GlyphAdvanceX); in ImFontAtlasBuildFinish()
|