Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h157 float GlyphWidth; member
175 …s.GlyphWidth = ImGui::CalcTextSize("F").x + 1; // We assume the font is mono-space in CalcSizes()
176 …s.HexCellWidth = (float)(int)(s.GlyphWidth * 2.5f); // "FF " we include trailing space… in CalcSizes()
178 s.PosHexStart = (s.AddrDigitsCount + 2) * s.GlyphWidth; in CalcSizes()
183 s.PosAsciiStart = s.PosHexEnd + s.GlyphWidth * 1; in CalcSizes()
186 s.PosAsciiEnd = s.PosAsciiStart + Cols * s.GlyphWidth; in CalcSizes()
188 … s.WindowWidth = s.PosAsciiEnd + style.ScrollbarSize + style.WindowPadding.x * 2 + s.GlyphWidth; in CalcSizes()
271 …2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y), ImVec2(window_pos.x + s.PosAsciiSt…
302 float highlight_width = s.GlyphWidth * 2;
325 ImGui::PushItemWidth(s.GlyphWidth * 2);
[all …]