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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h161 float PosAsciiEnd; member in struct:MemoryEditor::Sizes
178 s.PosAsciiStart = s.PosAsciiEnd = s.PosHexEnd;
184 s.PosAsciiEnd = s.PosAsciiStart + Cols * s.GlyphWidth;
186 s.WindowWidth = s.PosAsciiEnd + style.ScrollbarSize + style.WindowPadding.x * 2 + s.GlyphWidth;
407 if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h163 float PosAsciiEnd; member in struct:MemoryEditor::Sizes
180 s.PosAsciiStart = s.PosAsciiEnd = s.PosHexEnd;
186 s.PosAsciiEnd = s.PosAsciiStart + Cols * s.GlyphWidth;
188 s.WindowWidth = s.PosAsciiEnd + style.ScrollbarSize + style.WindowPadding.x * 2 + s.GlyphWidth;
409 if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))

Completed in 4 milliseconds