Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h158 float HexCellWidth; member
176 …s.HexCellWidth = (float)(int)(s.GlyphWidth * 2.5f); // "FF " we include trailing space… in CalcSizes()
177 …s.SpacingBetweenMidCols = (float)(int)(s.HexCellWidth * 0.25f); // Every OptMidColsCount columns w… in CalcSizes()
179 s.PosHexEnd = s.PosHexStart + (s.HexCellWidth * Cols); in CalcSizes()
290 float byte_pos_x = s.PosHexStart + s.HexCellWidth * n;
306 highlight_width = s.HexCellWidth;