Searched refs:Height (Results 501 - 525 of 534) sorted by relevance

<<2122

/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp770 logoPos.y = floorf((screen.Frame().Height() - 190) * 0.9);
H A DTextWidget.cpp489 textView->ResizeTo(std::min(fMaxWidth, rect.Width()), rect.Height());
H A DOpenWithWindow.cpp99 ResizeTo(windowRect.Width(), windowRect.Height());
482 ResizeTo(frame.Width(), frame.Height());
H A DPoseView.cpp3091 center.y += bounds.Height() / 2.0;
4048 || poseRect.Height() > Bounds().Height())
7213 bool sameHeight = fSelectionRectInfo.rect.Height()
7214 == fSelectionRectInfo.lastRect.Height();
7627 && dragRect.Height() < kTransparentDragThreshold.y) {
8205 BPose* pose = FindPose(BPoint(fListOffset, Bounds().top + Frame().Height()
8314 box1.InsetBy(rect.Width() / 2 - 2, rect.Height() / 2 - 2);
9090 fVScrollBar->SetSteps(fListElemHeight / 2.0f, bounds.Height());
9103 if (fVScrollBar && totalExtent.Height() !
[all...]
H A DIconCache.cpp112 ASSERT(size.Width() == size.Height());
240 bounds.InsetBy((bounds.Width() + 1.0) / 8.0, (bounds.Height() + 1.0) / 8.0);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp39 FrameResized(Bounds().Width(), Bounds().Height());
/haiku/src/apps/deskbar/
H A DSwitcher.cpp755 point.y -= (windowFrame.Height() / 2);
1338 float height = fIconView->Bounds().Height();
1711 centered.y -= roundf(screenFrame.Height() / 16);
2375 point.y += ((textHeight - bitmap->Bounds().Height()) / 2);
H A DExpandoMenuBar.cpp786 ResizeTo(newItemWidth * itemCount, Frame().Height());
/haiku/src/kits/interface/
H A DSlider.cpp492 fOffScreenView->ResizeTo(bounds.Width(), bounds.Height());
1251 *_height = std::max(Bounds().Height(), preferredSize.height);
H A DPicturePlayer.cpp110 BPoint radii((rect.Width() + 1) / 2.0f, (rect.Height() + 1) / 2.0f);
573 BPoint radii((rect.Width() + 1) / 2.0f, (rect.Height() + 1) / 2.0f);
H A DView.cpp1321 *_height = fBounds.Height();
4866 fOwner->fLink->Attach<float>(fBounds.Height() + deltaHeight);
4880 ResizeBy(width - fBounds.Width(), height - fBounds.Height());
4887 ResizeBy(size.width - fBounds.Width(), size.height - fBounds.Height());
5247 ResizeTo(newFrame.Width(), newFrame.Height());
6225 int32 heightDiff = (int32)(newFrame.Height() - fBounds.Height());
H A DTwoDimensionalLayout.cpp492 " size: (%.1f, %.1f)\n", View(), size.Width(), size.Height());
H A DBitmap.cpp1063 double realSize = bounds.Width() * bounds.Height();
H A DOutlineListView.cpp926 float heightOffset = itemRect.Height() / 2 - latchHeight / 2;
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h1427 int16 Width, Height; member in struct:NewWindow
1462 int16 LeftEdge, TopEdge, Width, Height, Depth; member in struct:NewScreen
1477 int16 Width, Height; member in struct:Screen
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp155 // Alert Window Width/Height
158 ASSERT_DEQUAL(fWinInfo.height, pAlert->Bounds().Height());
188 ASSERT_DEQUAL(fButtonInfo[i].height, btns[i]->Bounds().Height());
226 // TextView Width/Height
229 ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height());
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp257 buffer->Width(), buffer->Height(), buffer->BytesPerRow());
1210 float yRadius = r.Height() / 2.0;
1237 float yRadius = r.Height() / 2.0;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1463 fNonFullscreenWindowFrame.Height());
1711 height = min_c(height, screen.Frame().Height());
2439 ResizeTo(screen.Frame().Width(), screen.Frame().Height());
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp65 int CRadeonRect::Height() const function in class:CRadeonRect
/haiku/src/preferences/mail/
H A DConfigWindow.cpp617 frame.top + (frame.Width() - autoConfigRect.Height()) / 2);
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp170 ResizeTo(windowFrame.Width(), windowFrame.Height());
/haiku/src/apps/mail/
H A DMailApp.cpp1118 if (fMailWindowFrame.Width() < 64 || fMailWindowFrame.Height() < 20) {
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp903 if (fDragBitmap != NULL && fDragBitmap->Bounds().Width() > 0 && fDragBitmap->Bounds().Height() > 0) {
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp726 fWindow->ResizeTo(frame.Width(), frame.Height());
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp1028 static_cast<int32> (bitsHeader.bounds.Height() + 1);

Completed in 422 milliseconds

<<2122