Searched refs:Height (Results 426 - 450 of 534) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp140 float vInset = floorf((rect.Height() - LineHeight(0)) / 2);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp128 float height = Bounds().Height();
133 float y = floorf((height - bitmap->Bounds().Height()) / 2.0 + 0.5);
293 ResizeTo(rect.Width(), rect.Height());
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp453 float height = fPreview->Bounds().Height();
455 / fScreenshot->Bounds().Height()) * height;
460 height = (fScreenshot->Bounds().Height()
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp412 ? fFrame.Width() : fFrame.Height()) + fBorderWidth * 2;
718 && tabSize != tabRect.Height()) {
970 tabRect.Width() : tabRect.Height();
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp571 fOffwindowButton->ResizeTo(r.Width(), r.Height());
732 v2 += button->Frame().Height()+LEFT_OFFSET*2;
897 //fLeftView->ResizeTo(max_c(boxWidth + 2, fLeftView->Bounds().Width()), fLeftView->Bounds().Height());
904 /*Resize Window Height to fit contents, if needed*/
908 if (r.Height() > Bounds().Height())
909 ResizeTo(r.Width(), r.Height());
1118 fNextSettings.height = (int32)Frame().Height()+1-TOP_LEFT_LIMIT;
1227 window->ResizeTo(colorControl->Bounds().Width(), colorControl->Bounds().Height());
1258 window->ResizeTo(slider->Bounds().Width(), slider->Bounds().Height());
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp828 BSize(fTextRect.Width(), fTextRect.Height()),
2190 FrameResized(Bounds().Width(), Bounds().Height());
2426 FrameResized(Bounds().Width(), Bounds().Height());
2502 FrameResized(Bounds().Width(), Bounds().Height());
2655 float height = Bounds().Height();
2738 *min = fTextRect.Height();
2742 *preferred = fTextRect.Height();
3653 currentPos.y + lineHeight - Bounds().Height());
3683 BPoint nextPos(currentPos.x, currentPos.y + Bounds().Height());
3786 float saveHeight = fTextRect.Height();
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1185 float aspectRatio = BScreen().Frame().Width() / BScreen().Frame().Height();
1215 fYRatio = Bounds().Height() / fMode.virtual_height;
1268 min = (y > -fImageBounds.Height());
1275 if (!min && fPoint.y > -fImageBounds.Height()) {
1276 fPoint.y = -fImageBounds.Height();
/haiku/src/servers/app/
H A DWindow.cpp158 // ResizeBy(width - frame.Width(), height - frame.Height(), NULL);
575 (int32)(fFrame.Height() - fTopView->Frame().Height()), NULL);
1950 link.Attach<float>(fFrame.Height());
2041 float minHeightDiff = fMinHeight - fFrame.Height();
2043 float maxHeightDiff = fMaxHeight - fFrame.Height();
H A DServerWindow.cpp890 yResizeTo - fWindow->Frame().Height());
1407 float deltaHeight = newHeight - fCurrentView->Frame().Height();
2646 bitmap->Width(), bitmap->Height(),
3466 BPoint radii((rect.Width() + 1) / 2, (rect.Height() + 1) / 2);
3552 BPoint radii((rect.Width() + 1) / 2, (rect.Height() + 1) / 2);
3912 bitmap->Width(), bitmap->Height(), bitmap->BytesPerRow(),
4489 screenFrame.Height() - fWindow->Frame().Height());
4542 originalFrame.Height() - fWindow->Frame().Height());
[all...]
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp194 ResizeTo(windRect.Width(), windRect.Height());
703 rect.top = fMenuBar->Bounds().Height() + spacing;
733 windRect.Height() - (preferred.Height() + spacing)),
943 ResizeTo(frame.Width(), frame.Height());
/haiku/src/apps/mail/
H A DMailWindow.cpp1916 + (rect.Height() - fContentView->TextView()->Bounds().Height());
1917 if (height > (screenFrame.Height() - 29))
1918 height = screenFrame.Height() - 29;
1924 && abs((int)(Frame().Height() - rect.Height())) < 5) {
1932 if (rect.Height() > screenFrame.Height())
1933 rect.bottom = rect.top + screenFrame.Height();
1953 ResizeTo(rect.Width(), rect.Height());
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp642 float vmiddle = rect.top + rect.Height() / 2;
651 float spacer = rect.Height();
680 float spacer = rect.Height();
1040 sliderPosition = floorf(rect.top + 2 + (rect.Height() - 2)
1154 float vMiddle = rect.Height() / 2;
1285 factor = (rect.Height() - 2) / (hashMarkCount - 1);
1841 if (borders != 0 && rect.Width() > 3 && rect.Height() > 3)
1889 if (rect.Height() > 2) {
2348 height = icon->Bounds().Height() + 1;
2373 if (icon->Bounds().Height()
[all...]
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp200 SetSizeLimits(min_width, width, min_height, rect.Height() - 24);
206 SetZoomLimits(width, rect.Height() - 24);
455 fDeployedHeight = MIN_HEIGHT + fFileInfoBox->Bounds().Height() + 40.0f;
H A DTransportButton.cpp309 * (Bounds().Height() + 1), 0, B_CMAP8);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp166 float s = frame.Height() / 4;
177 float s = frame.Height() / 4;
534 frame.InsetBy(frame.Width() / 4, frame.Height() / 4);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp568 fHeight = (Bounds().Height() + 2 - kStrongLineSize * (fBlockSize - 1))
818 Bounds().Height()));
821 StrokeLine(BPoint(width, 0), BPoint(width, Bounds().Height()));
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp118 fHeightConstraint->SetRightSide(frame.Height());
173 fHeightConstraint->SetRightSide(frame.Height());
239 fHeightConstraint->SetRightSide(frame.Height());
/haiku/src/preferences/screen/
H A DScreenWindow.cpp378 itemRect.OffsetTo(x * itemRect.Width(), y * itemRect.Height());
1002 (frame.Height() - Frame().Height()) / 2);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp437 float channelHeight = (bitmapFrame.Height() + 1) / fChannelCount;
/haiku/src/preferences/time/
H A DAnalogClock.cpp171 fRadius = floorf((MIN(bounds.Width(), bounds.Height()) / 2.0)) - 5.5;
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp95 frame.OffsetBy(0,frame.Height());
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp315 Window()->ResizeTo(PreferredSize().Width(), PreferredSize().Height());
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp113 frame.top += frame.Height();
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp334 float height = paperCap->fPaperRect.Height();
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp42 #define _H(a) (a->Frame().Height())

Completed in 304 milliseconds

<<11121314151617181920>>