reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/IOHandler.cpp
  668     y = 0;
  673     y += rhs.y;
  673     y += rhs.y;
  677   void Dump() { printf("(x=%i, y=%i)\n", x, y); }
  681   return lhs.x == rhs.x && lhs.y == rhs.y;
  681   return lhs.x == rhs.x && lhs.y == rhs.y;
  685   return lhs.x != rhs.x || lhs.y != rhs.y;
  685   return lhs.x != rhs.x || lhs.y != rhs.y;
  723     printf("(x=%i, y=%i), w=%i, h=%i)\n", origin.x, origin.y, size.width,
  734     origin.y += h;
  743       status_bar.origin.y = size.height;
  757       menubar.origin.y = origin.y;
  757       menubar.origin.y = origin.y;
  760       ++origin.y;
  777       bottom.origin.y = origin.y + top.size.height;
  777       bottom.origin.y = origin.y + top.size.height;
  796       right.origin.y = origin.y;
  796       right.origin.y = origin.y;
  888     Reset(::newwin(bounds.size.height, bounds.size.width, bounds.origin.y,
  889                    bounds.origin.y));
  966       Reset(::subwin(m_parent->m_window, size.height, size.width, origin.y,
  970       ::mvwin(m_window, origin.y, origin.x);
  979                      bounds.origin.y, bounds.origin.x),
 1006                             bounds.origin.y, bounds.origin.x)
 1008                             bounds.origin.y, bounds.origin.x);
 1148           bounds.origin.y += (bounds.size.height - num_lines + 2) / 2;
 1153             bounds.origin.y += inset_h;
 1634       menu_bounds.origin.y = 1;