Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
Dimgui.h2037 …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()
Dimgui_draw.cpp1688 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/
Dimgui.h2028 …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()
Dimgui_draw.cpp1677 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/
Dimgui.h2601 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()
Dimgui_draw.cpp2217 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()