Searched refs:Height (Results 326 - 350 of 534) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/deskbar/
H A DBarView.cpp165 fTabHeight = tabRect.Height();
566 fResizeControl->ResizeTo(gDragWidth, fDragRegion->Bounds().Height() - 2);
629 fExpandoMenuBar->ResizeTo(expandoFrame.Width(), expandoFrame.Height());
666 windowHeight += fExpandoMenuBar->Bounds().Height();
667 // use Height() here, not bottom so view can be scrolled
676 windowHeight = fBarMenuBar->Frame().Height();
1242 frame.bottom = frame.top + rect.Height();
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp727 float yRadius = r.Height() / 2.0;
751 float yRadius = r.Height() / 2.0;
967 && frame.Width() * frame.Height() > 100) {
1015 if ((r.Width() + 1) * (r.Height() + 1) > 100.0) {
1482 BRect clip(0, 0, buffer->Width() - 1, buffer->Height() - 1);
1497 int32 cursorHeight = cursor->Height();
1543 BRect clip(0, 0, buffer->Width() - 1, buffer->Height() - 1);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp276 FrameResized(frame.Width(), frame.Height());
490 && expressionRect.Height() >= fCalcIcon->Bounds().Height()) {
504 iconPos.y = expressionRect.top + (expressionRect.Height()
505 - fCalcIcon->Bounds().Height()) / 2.0;
543 float sizeRow = (keypadRect.Height() + 1) / (float)fRows;
750 fExpressionTextView->ResizeTo(expressionRect.Width(), expressionRect.Height());
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp293 ResizeTo(frame.Width(), frame.Height());
303 ResizeTo(sNoVideoWidth, Bounds().Height());
322 fMenuBarHeight = (int)fMenuBar->Frame().Height() + 1;
336 fControlsHeight = (int)fControls->Frame().Height() + 1;
423 if (newWidth != Bounds().Width() || newHeight != Bounds().Height()) {
1507 FrameResized(Bounds().Width(), Bounds().Height());
1709 FrameResized(Frame().Width(), Frame().Height());
2123 || frame.Height() > screenFrame.Height()) {
2574 ResizeTo(rect.Width(), rect.Height());
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp256 (findWindowFrame.Height() - 235) / 2);
304 (replaceWindowFrame.Height() - 284) / 2);
1023 while (currentHeight < printableRect.Height() && currentLine
1026 if (currentHeight < printableRect.Height())
1032 if (currentHeight >= printableRect.Height()) {
1051 while (currentHeight < printableRect.Height()
1055 if (currentHeight < printableRect.Height())
1461 if (newFrame.Width() > 32 && newFrame.Height() > 32
1464 ResizeTo(newFrame.Width(), newFrame.Height());
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp340 int32 lineCount = int32(Bounds().Height() / fLineHeight);
653 ScrollTo(0.0, y + fLineHeight - Bounds().Height());
728 max = totalHeight - bounds.Height();
729 scrollBar->SetProportion(bounds.Height() / totalHeight);
730 scrollBar->SetSteps(fLineHeight, bounds.Height());
/haiku/src/kits/tracker/
H A DStatusWindow.cpp331 float height = winner->Bounds().Height() + 1;
359 ResizeTo(Bounds().Width(), Bounds().Height() - height);
521 // Height is 3 x the "room from the top" + bar height + room for
523 ResizeTo(Bounds().Width(), f.top + f.Height() + fh.leading + fh.ascent
641 location.y = (Bounds().Height()- fBitmap->Bounds().Height()) / 2;
H A DThumbnails.cpp66 if ((icon->Bounds().Width() / icon->Bounds().Height()) == aspectRatio)
105 / source->Bounds().Height()),
209 fFile->WriteAttr("Media:Height", B_INT32_TYPE, 0, &height, sizeof(int32));
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp366 floorf((Bounds().Height() - fBitmapRect.Height()) / 2.0 + 0.5));
549 b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
/haiku/src/apps/people/
H A DPictureView.cpp278 float pictureAspect = srcRect.Height() / srcRect.Width();
282 size.width = srcRect.Width() * size.height / srcRect.Height();
284 size.height = srcRect.Height() * size.width / srcRect.Width();
/haiku/src/kits/interface/
H A DAlert.cpp456 result.y = screenFrame.top + (screenFrame.Height() / 4.0) - ceil(height / 3.0);
733 *_height += fIconBitmap->Bounds().Height();
735 *_height += be_control_look->ComposeIconSize(B_LARGE_ICON).Height();
H A DColumnTypes.cpp76 + (rect.Height() - ceilf(finfo.ascent + finfo.descent)) / 2.0f;
636 float y = rect.top + ((rect.Height() - r.Height()) / 2);
H A DCheckBox.cpp40 if (Bounds().Height() < minHeight)
528 height = std::max(height, icon->Bounds().Height());
H A DRadioButton.cpp33 if (Bounds().Height() < minHeight)
261 height = std::max(height, icon->Bounds().Height());
H A DAboutWindow.cpp403 MoveTo(AboutPosition(Frame().Width(), Frame().Height()));
450 result.y = screenFrame.top + (screenFrame.Height() / 4.0)
/haiku/src/servers/notification/
H A DNotificationView.cpp268 float iy = (Bounds().Height() - fIconSize) / 4.0;
273 iy -= (progRect.Height() + kEdgePadding);
547 float minHeight = fBitmap->Bounds().Height() + 2 * kEdgePadding;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp517 float chartSize = horizontal ? fChartFrame.Width() : fChartFrame.Height();
555 float chartSize = horizontal ? fChartFrame.Width() : fChartFrame.Height();
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp100 m_pAddItemButton->Frame().Height() + 15);
192 float itemHeight = m_pMenuOutlineView->ItemFrame(0).Height();
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp108 SetSizeLimits(400, 600, Bounds().Height(), Bounds().Height());
/haiku/src/preferences/printers/
H A DPrinterListView.cpp291 float y = rect.Height() - checkMark->Bounds().Height();
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp78 float height = Bounds().Height();
403 float scrollBarHeight = scrollBar->Bounds().Height() - 1;
H A DBrowserApp.cpp237 screenFrame.Height() - fDownloadWindow->Frame().Height()
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp95 float y = rect.top + ((rect.Height() - r.Height()) / 2);
/haiku/src/add-ons/translators/shared/
H A DBaseTranslator.cpp303 if (header.rowBytes * (header.bounds.Height() + 1) != header.dataSize)
422 bitmap.bounds.Height() + 1.0);
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp121 screen.Frame().top + (screen.Frame().Height()
122 - Bounds().Height()) / 2.0f);

Completed in 400 milliseconds

<<11121314151617181920>>