Searched refs:HexCellWidth (Results 1 – 1 of 1) sorted by relevance
158 float HexCellWidth; member176 …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;