Searched refs:IntegerHeight (Results 101 - 119 of 119) sorted by relevance

12345

/haiku/src/servers/registrar/
H A DShutdownProcess.cpp537 fTintedIconBitmap->Bounds().IntegerHeight() + 1;
590 lastHeight = fCurrentIconBitmap->Bounds().IntegerHeight();
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2049 int viewHeight = fVideoView->Bounds().IntegerHeight() + 1;
2128 = frame.IntegerHeight() - screenFrame.IntegerHeight();
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp730 tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
761 tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
/haiku/src/apps/deskbar/
H A DStatusView.cpp1471 BeginLineArray(dragRegion.IntegerHeight() + 2);
1810 int32 height = dragRegion.IntegerHeight();
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1156 fNumberFormat.Format(height, bounds.IntegerHeight() + 1);
1635 int32 height = bounds.IntegerHeight() + 1;
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp292 uint32 height = rect.IntegerHeight() + 1;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp641 size_t h = vf.IntegerHeight()+1;
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp900 int height = bounds.IntegerHeight() + 1;
/haiku/src/servers/app/
H A DServerFont.cpp1111 fBounds.IntegerHeight() > 0)
/haiku/src/kits/interface/
H A DAbstractSpinner.cpp425 if (rect.IntegerHeight() % 2 != 0)
H A DTextView.cpp5053 long viewHeight = bounds.IntegerHeight();
5083 long viewHeight = bounds.IntegerHeight();
H A DView.cpp1462 uint32 height = dragRect.IntegerHeight() + 1;
6178 resized.AddInt32("height", fBounds.IntegerHeight());
/haiku/src/preferences/screen/
H A DScreenWindow.cpp229 screen.Frame().IntegerHeight() + 1);
/haiku/src/build/libbe/interface/
H A DBitmap.cpp2077 int32 size = bytesPerRow * (bounds.IntegerHeight() + 1);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp947 schedulingLineRect.bottom -= lineRect.IntegerHeight() / 2;
/haiku/src/kits/tracker/
H A DIconCache.cpp1334 uint32 height = source->Bounds().IntegerHeight() + 1;
H A DPoseView.cpp7986 if (selection.IntegerHeight() < 1)
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp1042 int32 gradientArraySize = r.IntegerHeight() + 1;
/haiku/src/apps/terminal/
H A DTermView.cpp650 int rows = int((rect.IntegerHeight() + 1) / fFontHeight);

Completed in 227 milliseconds

12345