Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp2452 ImFontGlyph& tab_glyph = Glyphs.back(); in BuildLookupTable() local
2453 tab_glyph = *FindGlyph((ImWchar)' '); in BuildLookupTable()
2454 tab_glyph.Codepoint = '\t'; in BuildLookupTable()
2455 tab_glyph.AdvanceX *= 4; in BuildLookupTable()
2456 IndexAdvanceX[(int)tab_glyph.Codepoint] = (float)tab_glyph.AdvanceX; in BuildLookupTable()
2457 IndexLookup[(int)tab_glyph.Codepoint] = (ImWchar)(Glyphs.Size-1); in BuildLookupTable()