Searched refs:Height (Results 226 - 250 of 534) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DListItem.cpp85 BListItem::Height() const function in class:BListItem
H A DChannelSlider.cpp303 fMinPoint = frame.top + frame.Height() / 2;
548 float vCenter = area.Height() / 2;
655 frame.OffsetBy(channel * frame.Width(), (frame.Height() / 2.0) -
658 frame.OffsetBy(frame.Width() / 2.0, channel * frame.Height()
694 range = bounds.Height() - frame.Height() - (fLineFeed * 3.0) -
717 fIsVertical = Bounds().Width() / Bounds().Height() < 1;
806 drawHere.y = (Bounds().Height() - bounds.Height()) - kPadding
H A DSeparatorItem.cpp107 const float startTop = bounds.top + (floor(bounds.Height())) / 2;
H A DListView.cpp216 itemFrame.bottom = itemFrame.top + ceilf(item->Height()) - 1;
593 scrollOffset.y = std::max(0.0f, scrollOffset.y - Bounds().Height());
602 scrollOffset.y += Bounds().Height();
603 scrollOffset.y = std::min(item->Bottom() - Bounds().Height(),
1240 ScrollTo(BPoint(0, itemFrame.bottom - bounds.Height()));
1250 || itemFrame.Height() > Bounds().Height())
1636 if (bounds.Height() > itemHeight) {
1642 vertScroller->SetRange(0.0, itemHeight - bounds.Height() - 1.0);
1643 vertScroller->SetProportion(bounds.Height () / itemHeigh
[all...]
H A DMenuField.cpp210 TRACE("frame.width: %.2f, height: %.2f\n", frame.Width(), frame.Height());
446 TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame().Height());
459 ResizeTo(width, fMenuBar->Bounds().Height() + kVMargin * 2);
461 TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame().Height());
588 fMenuBar->ResizeTo(_MenuBarWidth(), fMenuBar->Frame().Height());
707 fMenuBar->ResizeTo(_MenuBarWidth(), dirty.Height());
765 fMenuBar->Frame().Width(), fMenuBar->Frame().Height());
770 fMenuBar->Frame().Width(), fMenuBar->Frame().Height());
1041 fMenuBar->Frame().Width(), fMenuBar->Frame().Height());
1188 menuFrame.top + menuFrame.Height()
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp408 scrollView->ResizeTo(listRect.Width() + 1, listRect.Height() + 2);
411 fListView->ResizeTo(listRect.Width() - B_V_SCROLL_BAR_WIDTH, listRect.Height());
414 fListView->ResizeTo(listRect.Width(), listRect.Height());
417 fWindow->ResizeTo(listRect.Width(), listRect.Height());
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp138 fBounds.OffsetBy(0, view->Bounds().Height()+1);
363 UpdateParentHeight(box->Bounds().Height());
442 SetScrollBar(scroller, builder.GetBounds().Height(), fDetails->Bounds().Height());
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp121 b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp448 fScrollLimit = fTarget->Bounds().Height()
449 - (frame.Height() - 2 * kScrollerDimension);
487 fScrollLimit = fTarget->Bounds().Height()
488 - (frame.Height() - 2 * kScrollerDimension);
H A DShowHideMenuItem.cpp83 drawLoc.y = ((frame.Height() - labelHeight) / 2);
/haiku/src/apps/showimage/
H A DProgressWindow.cpp79 screen.Frame().bottom - Bounds().Height() - borderWidth);
H A DShowImageView.cpp315 fSelectionBox.Bounds().Height() + 1.0);
562 float bitmapHeight = fBitmap->Bounds().Height() + 1;
566 float height = Bounds().Height() + 1;
584 float bitmapHeight = rect.Height() + 1;
588 float height = Bounds().Height() + 1;
599 bitmapHeight = rect.Height() + 1.0;
874 && selectionRect.Height() * fZoom < 400.0) {
1166 if (fCopyFromRect.Width() < 1.0 && fCopyFromRect.Height() < 1.0)
1481 FixupScrollBar(B_VERTICAL, bitmapRect.Height(), viewRect.Height());
[all...]
/haiku/src/libs/print/libprint/
H A DPreview.cpp138 float height = printableRect.Height();
502 float height = _PaperRect().Height() + kPreviewTopMargin + kPreviewBottomMargin;
509 float y = height - frame.Height();
523 bigStep = frame.Height() - 2;
822 fPageNumber->MoveBy(0.0, bounds.Height() - fPageNumber->Bounds().Height());
836 fFirst->Bounds().Height());
974 float height = rect.Height() + 1 + fButtonBarHeight + B_H_SCROLL_BAR_HEIGHT;
979 float maxHeight = rect.Height() + 1 - windowBorderHeight - Frame().top;
/haiku/src/kits/shared/
H A DBitmapButton.cpp50 min.height = fBitmap->Bounds().Height();
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp69 virtual int16 Height(const struct video_mode *mode=NULL);
178 ModeOps::Height(const struct video_mode *mode) function in class:ModeOps
854 virtual int16 Height(const struct video_mode *mode=NULL);
930 mode->height = Height();
947 (int32)Width(mode), (int32)Height(mode), (int32)Depth(mode));
949 (int32)Width(mode), (int32)Height(mode), (int32)Depth(mode));
993 NFVDIModeOps::Height(const struct video_mode *mode) function in class:NFVDIModeOps
996 return ModeOps::Height(mode);
1123 gKernelArgs.frame_buffer.height = sMode->ops->Height(sMode);
/haiku/src/apps/cortex/addons/common/
H A DMediaNodeControlApp.cpp136 pWnd->ResizeTo(pView->Bounds().Width(), pView->Bounds().Height());
/haiku/src/servers/app/
H A DServerBitmap.h48 inline int32 Height() const function in class:ServerBitmap
H A DIntRect.h87 int32 Height() const;
222 IntRect::Height() const function in class:IntRect
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp405 minHeight += m_labelRect.Height();
408 if ((Frame().Height() < minHeight)
409 || ((Frame().Height() > minHeight)
422 float center = Frame().top + r.top + (r.Height() / 2.0);
455 inputOffset += jack->Frame().Height() + MediaJack::M_DEFAULT_GAP;
460 outputOffset += jack->Frame().Height() + MediaJack::M_DEFAULT_GAP;
503 resizeTo(minWidth, Frame().Height());
949 p.y = m_labelRect.bottom + m_bodyRect.Height() / 2.0 - B_LARGE_ICON / 2.0;
1002 p.y = m_bodyRect.top + (m_bodyRect.Height() / 2.0) - (B_MINI_ICON / 2.0);
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp174 ResizeTo(windFrame.Width(), windFrame.Height() ); // window position and size
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp56 fYScrollRange = fPadRect.Height();
146 fYScrollRange = fPadRect.Height() * (1 - bottomRange);
157 *height = fPrefRect.Height();
177 fYScrollRange = fPadRect.Height();
/haiku/src/apps/mail/
H A DEnclosures.cpp425 be_control_look->ComposeIconSize(B_MINI_ICON).Height() +
427 if (Height() < minimalHeight)
490 iconFrame.top + iconRect.Height() + 1);
508 frame.top + ((frame.Height()
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp237 m_statusPosition.y = b.Height() - (fh.descent + fh.leading + _edge_pad_y);
1327 m_startButton->ResizeTo(br.Width(), br.Height());
1331 m_stopButton->ResizeTo(br.Width(), br.Height());
1335 m_prerollButton->ResizeTo(br.Width(), br.Height());
1370 m_fromLabel->Bounds().Height());
1381 m_regionStartView->Bounds().Height());
1397 m_toLabel->Bounds().Height());
1416 float targetHeight = (b.Height() < viewHeight) ?
1418 b.Height();
/haiku/src/apps/diskprobe/
H A DDataView.cpp854 point.y = frame.bottom - bounds.Height();
970 float delta = height - Bounds().Height();
975 bar->SetSteps(fFontHeight, Bounds().Height());
976 bar->SetProportion(Bounds().Height() / height);
1262 frame.OffsetBy(0, -Bounds().Height());
1265 ScrollBy(0, -Bounds().Height());
1276 frame.OffsetBy(0, Bounds().Height());
1278 float lastLine = DataBounds().Height() - 1 - kVerticalSpace;
1281 ScrollBy(0, Bounds().Height());
1406 FrameResized(Bounds().Width(), Bounds().Height());
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp77 ResizeTo(frame.Width(), frame.Height());
142 p.y += floorf(Bounds().Height() / 2.0 + (fh.ascent + fh.descent) / 2.0) - 2.0;

Completed in 165 milliseconds

1234567891011>>