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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h160 float PosAsciiStart; member in struct:MemoryEditor::Sizes
178 s.PosAsciiStart = s.PosAsciiEnd = s.PosHexEnd;
181 s.PosAsciiStart = s.PosHexEnd + s.GlyphWidth * 1;
183 s.PosAsciiStart += ((Cols + OptMidColsCount - 1) / OptMidColsCount) * s.SpacingBetweenMidCols;
184 s.PosAsciiEnd = s.PosAsciiStart + Cols * s.GlyphWidth;
269 draw_list->AddLine(ImVec2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y), ImVec2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y + 9999), ImGui::GetColorU32(ImGuiCol_Border));
403 ImGui::SameLine(s.PosAsciiStart);
407 if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h162 float PosAsciiStart; member in struct:MemoryEditor::Sizes
180 s.PosAsciiStart = s.PosAsciiEnd = s.PosHexEnd;
183 s.PosAsciiStart = s.PosHexEnd + s.GlyphWidth * 1;
185 s.PosAsciiStart += (float)((Cols + OptMidColsCount - 1) / OptMidColsCount) * s.SpacingBetweenMidCols;
186 s.PosAsciiEnd = s.PosAsciiStart + Cols * s.GlyphWidth;
271 draw_list->AddLine(ImVec2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y), ImVec2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y + 9999), ImGui::GetColorU32(ImGuiCol_Border));
405 ImGui::SameLine(s.PosAsciiStart);
409 if (ImGui::InvisibleButton("ascii", ImVec2(s.PosAsciiEnd - s.PosAsciiStart, s.LineHeight)))

Completed in 17 milliseconds