Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h162 float PosAsciiStart; member
180 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)))