Searched refs:Height (Results 376 - 400 of 534) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/tracker/
H A DBitmaps.cpp192 float y = roundf((dest->Bounds().Height() - size) / 2);
H A DCountView.cpp177 floorf(result.Height() * 0.25f));
H A DContainerWindow.cpp1010 && Bounds().Height() > fPreviousBounds.Height()) {
1011 scroll.y = std::max(fPreviousBounds.Height() - Bounds().Height(),
1229 ResizeTo(oldZoomRect.Width(), oldZoomRect.Height());
1246 tabHeight = tabRect.Height();
1252 float heightDiff = frame.Height() - PoseView()->Frame().Height();
1262 frame.bottom = frame.top + extent.Height() + heightDiff;
1267 ResizeTo(frame.Width(), frame.Height());
[all...]
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp239 ResizeTo(frame.Width(), frame.Height());
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp172 Window()->ResizeTo(PreferredSize().Width(), PreferredSize().Height());
/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp196 PreferredSize().Height());
/haiku/src/apps/expander/
H A DExpanderWindow.cpp161 fSizeLimit = size.Height() - fScrollView->PreferredSize().height - spacing;
735 std::min(fSizeLimit + fListingText->TextRect().Height()
741 std::min(fSizeLimit + fListingText->TextRect().Height()
773 fPreviousHeight = Frame().Height();
/haiku/src/apps/haiku3d/
H A DRenderView.cpp135 fNextRes.Set(Bounds().Width(), Bounds().Height());
/haiku/src/kits/translation/
H A DBitmapStream.cpp43 ((fHeader.bounds.Height() + 1) * fHeader.rowBytes);
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp394 float y = rect.top + ((rect.Height() - r.Height()) / 2) - 1;
495 float y = rect.top + (rect.Height()
782 offset.y = bounds.top + (bounds.Height()
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacbuffer.h234 UINT16 Height; member in struct:acpi_pld_info
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxface.c710 PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp156 SetHeight(std::max(2 * lineHeight + 4, fIcon->Bounds().Height() + 4));
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp152 static_cast<int32>(screenshot->Height()),
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp768 if( format->u.raw_video.last_active >= (uint32)active_rect.Height() ) {
790 format->u.raw_video.last_active = (uint32)active_rect.Height() - 1;
872 uint32 max_height = active_rect.Height();
931 if( format->u.raw_video.display.line_count > (uint32)active_rect.Height() )
932 format->u.raw_video.display.line_count = (uint32)active_rect.Height();
936 if( format->u.raw_video.display.line_count > (uint32)active_rect.Height() / 2 )
937 format->u.raw_video.display.line_count = (uint32)active_rect.Height() / 2;
/haiku/src/apps/deskbar/
H A DStatusView.cpp297 if (width == bounds.Width() && height == bounds.Height()) {
1003 float oldHeight = Bounds().Height();
1069 float oldHeight = Bounds().Height();
1151 if (replicantFrame.Height() > fMaxReplicantHeight)
1393 *height = fReplicantTray->Bounds().Height();
1618 float menuBarHeight = fBarView->BarMenuBar()->Frame().Height();
1620 float halfScreen = floorf(screenFrame.Height() / 2);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp460 return BSize(fLogo->Bounds().Width(), fLogo->Bounds().Height());
470 return BSize(B_SIZE_UNLIMITED, fLogo->Bounds().Height());
552 Bounds().Height() + fCropTop + fCropBottom);
708 float draggerHeight = fDragger->Bounds().Height() + kDraggerMargin * 2;
959 _ResizeBy(width - Bounds().Width(), height - Bounds().Height());
1313 float logoViewHeight = fLogoView->Bounds().Height();
1346 float logoViewHeight = fLogoView->Bounds().Height();
/haiku/src/apps/terminal/
H A DTermView.cpp215 Bounds().bottom - rect.Height());
948 TermPos(0, fTextBuffer->Height()), false, true);
1483 const int numLines = (int)((updateRect.Height()) / fFontHeight);
1595 (Bounds().Height()- fResizeView->Bounds().Height()) / 2);
2348 offset + fTextBuffer->Height() + 2);
2656 TermPos maxPos(0, fTextBuffer->Height());
2662 && end.y < fTextBuffer->Height()) {
2909 start = TermPos(0, fTextBuffer->Height());
2997 float height = Bounds().Height();
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp257 dy = newFrame.Height() - fFrame.Height();
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp158 ResizeTo(frame.Width(), frame.Height());
162 ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
/haiku/src/libs/glut/
H A DglutEvent.cpp838 if (m_width != (frame.Width()+1) || m_height != (frame.Height()+1)) {
839 FrameResized(frame.Width(), frame.Height());
/haiku/src/kits/interface/
H A DDragger.cpp256 fBitmap->Bounds().Height());
686 parentBounds.bottom - bounds.Height());
H A DButton.cpp54 if (Bounds().Height() < minHeight)
682 icon->Bounds().Height() + minHorizontalMargins);
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp770 gHeight = (int32)((view->Bounds().Height()+1)/fFactor + 0.5f);
813 (view->Bounds().Height() / fFactor - 1 - gHeight) / 2);
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp488 fTermView->ResizeBy(0, fStatusBar->Bounds().Height() - 1);
497 fTermView->ResizeBy(0, -(fStatusBar->Bounds().Height() - 1));

Completed in 237 milliseconds

<<11121314151617181920>>