Lines Matching defs:Height

441 		ResizeTo(width, bounds.Height());
455 if (height > bounds.Height()) {
633 BRow::Height() const
1127 view->ResizeTo(viewRect.Width(), viewRect.Height());
1640 + (rect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
2078 size.height += fHorizontalScrollBar->Frame().Height() + 1;
2147 fTitleView->ResizeTo(titleRect.Width(), titleRect.Height());
2150 fOutlineView->ResizeTo(outlineRect.Width(), outlineRect.Height());
2154 vScrollBarRect.Height());
2179 hScrollBarRect.Height());
2194 if (bounds.Height() <= 0)
2216 fOutlineView, 0.0, bounds.Height(), B_VERTICAL);
2580 float columnHeight = fVisibleRect.Height();
2675 + (drawRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
2723 float bmh = fDownSortArrow->Bounds().Height()+1;
2795 columnLeftEdge + column->Width(), fVisibleRect.Height());
2808 fVisibleRect.Height());
2815 fVisibleRect.Height());
2935 fVisibleRect.Height());
2957 fVisibleRect.Height());
3023 position.y - dragRect.Height() / 2);
3344 line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
3347 float rowHeight = row->Height();
3420 + (fieldRect.Height() + 1 - (fh.ascent+fh.descent)) / 2);
3457 + (destRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
3497 float rowHeight = row->Height();
3550 fMasterView->LatchWidth()), line + row->Height()));
3609 + (destRect.Height() + 1
3668 float rowHeight = row->Height();
3772 + fMasterView->LatchWidth(), rowTop + row->Height());
3829 fTargetRowTop + fTargetRow->Height()));
4138 newRowPos = fFocusRowRect.top + (up ? -4 : fFocusRow->Height() + 4);
4142 verticalScroll = newRowPos - fVisibleRect.Height() + 20;
4159 fFocusRowRect.bottom = fFocusRowRect.top + fFocusRow->Height();
4307 subTreeHeight += iterator.CurrentRow()->Height()+1;
4315 subTreeHeight -= iterator.CurrentRow()->Height()+1;
4349 subTreeHeight = row->Height() + 1;
4355 subTreeHeight += iterator.CurrentRow()->Height() + 1;
4373 if (fItemsHeight > fVisibleRect.Height())
4374 ScrollBy(0.0, fItemsHeight - fVisibleRect.Height() - Bounds().top);
4496 ResizeBufferView()->UpdateMaxHeight(row->Height());
4500 fItemsHeight += row->Height() + 1;
4521 source.bottom -= row->Height() + 1;
4522 dest.top += row->Height() + 1;
4525 fVisibleRect.top + newRowRect.Height()));
4530 fVisibleRect.bottom - newRowRect.Height());
4532 dest.OffsetBy(0, newRowRect.Height() + 1);
4582 if (fItemsHeight > fVisibleRect.Height()) {
4583 float maxScrollBarValue = fItemsHeight - fVisibleRect.Height();
4584 vScrollBar->SetProportion(fVisibleRect.Height() / fItemsHeight);
4592 vScrollBar->SetSteps(20.0, fVisibleRect.Height());
4674 float maxScrollBarValue = fItemsHeight - fVisibleRect.Height();
4701 line + row->Height());
4705 line += iterator.CurrentRow()->Height() + 1;
4720 line + row->Height());
4724 line += iterator.CurrentRow()->Height() + 1;
4756 if (line + row->Height() > fVisibleRect.top) {
4759 line + row->Height()));
4762 line += row->Height() + 1;