Searched refs:PosAsciiEnd (Results 1 – 1 of 1) sorted by relevance
163 float PosAsciiEnd; member180 s.PosAsciiStart = s.PosAsciiEnd = s.PosHexEnd; 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()409 … if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))