Home
last modified time | relevance | path

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

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