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

References

tools/lldb/source/Core/IOHandler.cpp
  695     height = 0;
  698   void Dump() { printf("(w=%i, h=%i)\n", width, height); }
  702   return lhs.width == rhs.width && lhs.height == rhs.height;
  702   return lhs.width == rhs.width && lhs.height == rhs.height;
  706   return lhs.width != rhs.width || lhs.height != rhs.height;
  706   return lhs.width != rhs.width || lhs.height != rhs.height;
  724            size.height);
  732     if (size.height > h * 2)
  733       size.height -= h * 2;
  741     if (size.height > 1) {
  743       status_bar.origin.y = size.height;
  745       status_bar.size.height = 1;
  746       --size.height;
  755     if (size.height > 1) {
  759       menubar.size.height = 1;
  761       --size.height;
  768     float top_height = top_percentage * size.height;
  774     if (top_height < size.height) {
  775       top.size.height = top_height;
  777       bottom.origin.y = origin.y + top.size.height;
  779       bottom.size.height = size.height - top.size.height;
  779       bottom.size.height = size.height - top.size.height;
  779       bottom.size.height = size.height - top.size.height;
  798       right.size.height = size.height;
  798       right.size.height = size.height;
  888     Reset(::newwin(bounds.size.height, bounds.size.width, bounds.origin.y,
  945     ::wresize(m_window, size.height, size.width);
  966       Reset(::subwin(m_parent->m_window, size.height, size.width, origin.y,
  978       Reset(::subwin(m_parent->m_window, bounds.size.height, bounds.size.width,
 1005                  ? ::subwin(m_window, bounds.size.height, bounds.size.width,
 1007                  : ::newwin(bounds.size.height, bounds.size.width,
 1147         if (num_lines + 2 < static_cast<size_t>(bounds.size.height)) {
 1148           bounds.origin.y += (bounds.size.height - num_lines + 2) / 2;
 1149           bounds.size.height = num_lines + 2;
 1151           if (bounds.size.height > 100) {
 1152             const int inset_h = bounds.size.height / 4;
 1154             bounds.size.height -= 2 * inset_h;
 1636       menu_bounds.size.height = run_menu_sp->GetSubmenus().size() + 2;
 3617                                    source_bounds.size.height +
 3618                                        variables_bounds.size.height);
 3662                                       variables_bounds.size.height);
 3667                                    source_bounds.size.height +