Searched refs:PosAsciiStart (Results 1 – 1 of 1) sorted by relevance
162 float PosAsciiStart; member180 s.PosAsciiStart = s.PosAsciiEnd = s.PosHexEnd; in CalcSizes()183 s.PosAsciiStart = s.PosHexEnd + s.GlyphWidth * 1; in CalcSizes()185 …s.PosAsciiStart += (float)((Cols + OptMidColsCount - 1) / OptMidColsCount) * s.SpacingBetweenMidCo… in CalcSizes()186 s.PosAsciiEnd = s.PosAsciiStart + Cols * s.GlyphWidth; in CalcSizes()271 …t->AddLine(ImVec2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y), ImVec2(window_pos.…405 ImGui::SameLine(s.PosAsciiStart);409 … if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))