Searched refs:IntegerHeight (Results 1 - 25 of 119) sorted by last modified time

12345

/haiku/src/preferences/screen/
H A DScreenWindow.cpp229 screen.Frame().IntegerHeight() + 1);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1156 fNumberFormat.Format(height, bounds.IntegerHeight() + 1);
1635 int32 height = bounds.IntegerHeight() + 1;
H A DShowImageView.cpp124 uint32 height = result->Bounds().IntegerHeight() + 1;
296 msg.AddInt32("height", fBitmap->Bounds().IntegerHeight() + 1);
1771 rect.OffsetBy(0, (size - rect.IntegerHeight()) / 2);
1797 for (int32 y = 0; y <= rect.IntegerHeight(); y++) {
/haiku/src/kits/tracker/
H A DPoseView.cpp7986 if (selection.IntegerHeight() < 1)
H A DThumbnails.cpp72 floorf((icon->Bounds().IntegerHeight() - 1) / aspectRatio));
73 thumbBounds.OffsetBySelf(0, floorf((icon->Bounds().IntegerHeight()
74 - thumbBounds.IntegerHeight()) / 2.0f));
78 * aspectRatio), icon->Bounds().IntegerHeight() - 1);
208 const int32 height = image->Bounds().IntegerHeight() + 1;
/haiku/src/servers/app/
H A DBitmapManager.cpp98 bounds.IntegerHeight() + 1, space))
H A DWorkspacesView.cpp96 int32 height = frame.IntegerHeight() / rows;
H A DWindow.cpp338 int32 wantHeight = fFrame.IntegerHeight() + y;
359 y = wantHeight - fFrame.IntegerHeight();
393 msg.AddInt32("height", frame.IntegerHeight());
402 float wantHeight = fFrame.IntegerHeight() + delta.y;
422 delta.y = wantHeight - fFrame.IntegerHeight();
H A DServerFont.cpp1111 fBounds.IntegerHeight() > 0)
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp420 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
546 uint32 height = fGradientBitmap->Bounds().IntegerHeight() + 1;
/haiku/src/kits/interface/
H A DTextView.cpp5053 long viewHeight = bounds.IntegerHeight();
5083 long viewHeight = bounds.IntegerHeight();
H A DColumnListView.cpp1692 if (sideLen > rect.IntegerHeight())
1693 sideLen = rect.IntegerHeight();
1697 int32 halfHeight = rect.IntegerHeight() / 2;
2728 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
2729 - fDownSortArrow->Bounds().IntegerHeight()) / 2);
2732 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
2733 - fUpSortArrow->Bounds().IntegerHeight()) / 2);
H A DAbstractSpinner.cpp425 if (rect.IntegerHeight() % 2 != 0)
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp493 long viewHeight = bounds.IntegerHeight();
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2049 int viewHeight = fVideoView->Bounds().IntegerHeight() + 1;
2128 = frame.IntegerHeight() - screenFrame.IntegerHeight();
/haiku/src/apps/deskbar/
H A DStatusView.cpp1471 BeginLineArray(dragRegion.IntegerHeight() + 2);
1810 int32 height = dragRegion.IntegerHeight();
/haiku/src/apps/glteapot/
H A DTeapotWindow.cpp200 float f = menuBar->Bounds().IntegerHeight() + 1;
H A DObjectView.cpp248 (GLint)bounds.IntegerHeight() + 1);
/haiku/src/libs/icon/
H A DIconRenderer.cpp422 bitmap->Bounds().IntegerHeight() + 1, bitmap->BytesPerRow());
425 bitmap->Bounds().IntegerHeight());
506 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp180 offset->y += bitmap->Bounds().IntegerHeight()+1;
/haiku/src/apps/resedit/
H A DResFields.cpp63 fBitmap->Bounds().IntegerWidth(), fBitmap->Bounds().IntegerHeight(),
/haiku/src/apps/terminal/
H A DTermView.cpp650 int rows = int((rect.IntegerHeight() + 1) / fFontHeight);
/haiku/src/apps/tv/
H A DVideoNode.cpp361 overlay_copy(fBitmap->Bounds().IntegerHeight() + 1,
372 overlay_copy(fBitmap->Bounds().IntegerHeight() + 1,
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp390 (uint32)(fVideoBounds.IntegerHeight() + 1),
/haiku/headers/os/interface/
H A DSize.h34 inline int32 IntegerHeight() const;
114 BSize::IntegerHeight() const function in class:BSize

Completed in 308 milliseconds

12345