headers/os/interface/Rect.h
81
int32 IntegerHeight() const;
headers/os/interface/Size.h
34
inline int32 IntegerHeight() const;
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
730
tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
761
tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
704
tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
735
tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
src/add-ons/input_server/devices/keyboard/TeamListItem.cpp
124
return fMiniIcon.Bounds().IntegerHeight() +
src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/SonixCamDevice.cpp
641
size_t h = vf.IntegerHeight()+1;
src/add-ons/print/drivers/canon_lips/lips3/Lips3.cpp
322
height = GetJobData()->GetPaperRect().IntegerHeight();
src/add-ons/print/drivers/gutenprint/GPBand.cpp
33
return 0 <= y && y <= fValidRect.IntegerHeight();
src/add-ons/print/drivers/gutenprint/GPJob.cpp
481
ASSERT(0 <= imageTop && imageTop <= band->fValidRect.IntegerHeight());
src/add-ons/print/drivers/pcl6/PCL6.cpp
180
offset->y += bitmap->Bounds().IntegerHeight()+1;
src/add-ons/print/drivers/postscript/PS.cpp
357
GetJobData()->GetPaperRect().IntegerHeight());
src/add-ons/screen_savers/icons/IconsSaver.cpp
112
if (fMaxSize > screenRect.IntegerHeight())
src/add-ons/screen_savers/icons/IconsSaver.cpp
113
fMaxSize = screenRect.IntegerHeight();
src/add-ons/screen_savers/icons/IconsSaver.cpp
162
uint16 maxY = view->Frame().IntegerHeight() - size;
src/add-ons/screen_savers/ifs/IFS.cpp
233
Fractal->Height = bounds.IntegerHeight() / 2 + 1;
src/add-ons/screen_savers/ifs/IFS.cpp
236
Fractal->Height = bounds.IntegerHeight() + 1;
src/add-ons/translators/avif/AVIFTranslator.cpp
271
int height = bitsHeader.bounds.IntegerHeight() + 1;
src/add-ons/translators/gif/GIFSave.cpp
83
height = bitmap->Bounds().IntegerHeight() + 1;
src/add-ons/translators/gif/SavePalette.cpp
292
uint32 height = rect.IntegerHeight() + 1;
src/add-ons/translators/ico/ICO.cpp
227
for (int32 y = 0; y < bitsHeader.bounds.IntegerHeight() + 1; y++) {
src/add-ons/translators/ico/ICO.cpp
666
int32 height = bitsHeader.bounds.IntegerHeight() + 1;
src/add-ons/translators/jpeg/JPEGTranslator.cpp
1165
bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1, orientation);
src/add-ons/translators/jpeg/JPEGTranslator.cpp
856
int height = bounds.IntegerHeight() + 1;
src/add-ons/translators/jpeg2000/JPEG2000Translator.cpp
905
int height = bounds.IntegerHeight() + 1;
src/add-ons/translators/psd/PSDWriter.cpp
55
fHeight = bounds.IntegerHeight() + 1;
src/add-ons/translators/sgi/SGITranslator.cpp
288
uint32 height = bitsHeader.bounds.IntegerHeight() + 1;
src/add-ons/translators/tiff/TIFFTranslator.cpp
667
uint32 height = bitsHeader.bounds.IntegerHeight() + 1;
src/add-ons/translators/webp/WebPTranslator.cpp
274
picture.height = bitsHeader.bounds.IntegerHeight() + 1;
src/add-ons/translators/wonderbrush/Canvas.cpp
161
uint32 height = bitmap->Bounds().IntegerHeight() + 1;
src/add-ons/translators/wonderbrush/WonderBrushTranslator.cpp
215
uint32 height = bitmap->Bounds().IntegerHeight() + 1;
src/apps/cortex/RouteApp/StatusView.cpp
348
for (int32 i = 0; i < r.IntegerHeight(); i += 3) {
src/apps/debuganalyzer/gui/chart/Chart.cpp
449
int32 height = size.IntegerHeight() + 1;
src/apps/debuganalyzer/gui/chart/Chart.cpp
462
top = fTopAxis.axis->PreferredSize(this, size).IntegerHeight() + 1;
src/apps/debuganalyzer/gui/chart/Chart.cpp
464
bottom = fBottomAxis.axis->PreferredSize(this, size).IntegerHeight()
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
354
int32 height = fFrame.IntegerHeight() + 1;
src/apps/debuganalyzer/gui/chart/LegendChartAxis.cpp
406
return (int32)((size.IntegerHeight() + 1) / (10 + *_vSpacing));
src/apps/debuganalyzer/gui/chart/LineChartRenderer.cpp
190
double scale = (double)fFrame.IntegerHeight() / sampleRange;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
947
schedulingLineRect.bottom -= lineRect.IntegerHeight() / 2;
src/apps/deskbar/StatusView.cpp
1460
BeginLineArray(dragRegion.IntegerHeight() + 2);
src/apps/deskbar/StatusView.cpp
1796
int32 height = dragRegion.IntegerHeight();
src/apps/glteapot/ObjectView.cpp
248
(GLint)bounds.IntegerHeight() + 1);
src/apps/glteapot/TeapotWindow.cpp
200
float f = menuBar->Bounds().IntegerHeight() + 1;
src/apps/haikudepot/textview/TextDocumentView.cpp
564
long viewHeight = bounds.IntegerHeight();
src/apps/icon-o-matic/CanvasView.cpp
491
uint32 height = fBackground->Bounds().IntegerHeight() + 1;
src/apps/icon-o-matic/generic/gui/IconButton.cpp
263
minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0;
src/apps/icon-o-matic/generic/gui/IconButton.cpp
479
uint32 height = bitmap->Bounds().IntegerHeight() + 1;
src/apps/icon-o-matic/generic/gui/IconButton.cpp
623
int32 lines = b.IntegerHeight() + 1;
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
228
_AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
320
uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
183
_AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
374
return _BitmapRect().IntegerHeight() + 1;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
445
int32 height = bitmap->Bounds().IntegerHeight();
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
143
if (where.y > Bounds().top + (Bounds().IntegerHeight() >> 1))
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
226
_AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
461
int32 height = bitmap->Bounds().IntegerHeight();
src/apps/icon-o-matic/generic/support/support_ui.cpp
89
uint32 height = bitmap->Bounds().IntegerHeight() + 1;
src/apps/icon-o-matic/gui/GradientControl.cpp
420
_AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
src/apps/icon-o-matic/gui/GradientControl.cpp
546
uint32 height = fGradientBitmap->Bounds().IntegerHeight() + 1;
src/apps/launchbox/LaunchButton.cpp
230
uint32 height = bitmap->Bounds().IntegerHeight() + 1;
src/apps/mandelbrot/FractalEngine.cpp
170
if (size.IntegerWidth() != fWidth || size.IntegerHeight() != fHeight) {
src/apps/mediaplayer/MainWin.cpp
2050
int viewHeight = fVideoView->Bounds().IntegerHeight() + 1;
src/apps/mediaplayer/MainWin.cpp
2129
= frame.IntegerHeight() - screenFrame.IntegerHeight();
src/apps/mediaplayer/interface/PeakView.cpp
327
&& fBackBitmap->Bounds().IntegerHeight() + 1 == channels) {
src/apps/mediaplayer/media_node_framework/NodeManager.cpp
390
(uint32)(fVideoBounds.IntegerHeight() + 1),
src/apps/mediaplayer/support/StackBlurFilter.cpp
118
int32 height = bitmap->Bounds().IntegerHeight() + 1;
src/apps/pulse/CPUButton.cpp
172
int rect_height = bounds.IntegerHeight();
src/apps/pulse/MiniPulseView.cpp
73
int h = bounds.IntegerHeight() - 2;
src/apps/pulse/PulseWindow.cpp
156
pulseapp->fPrefs->mini_window_rect.IntegerHeight());
src/apps/remotedesktop/RemoteView.cpp
475
reply.Add(bounds.IntegerHeight() + 1);
src/apps/remotedesktop/RemoteView.cpp
519
+ bounds.IntegerHeight() + 1;
src/apps/resedit/ResFields.cpp
63
fBitmap->Bounds().IntegerWidth(), fBitmap->Bounds().IntegerHeight(),
src/apps/screenshot/Screenshot.cpp
242
int cursorHeight = bounds.IntegerHeight() + 1;
src/apps/showimage/Filter.cpp
1018
return GetSrcImage()->Bounds().IntegerHeight() + 1;
src/apps/showimage/Filter.cpp
299
BRect dest(0, 0, fRect.IntegerWidth(), fRect.IntegerHeight());
src/apps/showimage/Filter.cpp
310
BRect dest_rect(0, 0, fRect.IntegerWidth(), fRect.IntegerHeight());
src/apps/showimage/Filter.cpp
329
&& fRect.IntegerHeight() == rect.IntegerHeight()
src/apps/showimage/Filter.cpp
364
srcH = src->Bounds().IntegerHeight();
src/apps/showimage/Filter.cpp
366
destH = dest->Bounds().IntegerHeight();
src/apps/showimage/Filter.cpp
500
srcH = src->Bounds().IntegerHeight();
src/apps/showimage/Filter.cpp
502
destH = dest->Bounds().IntegerHeight();
src/apps/showimage/Filter.cpp
660
srcH = src->Bounds().IntegerHeight();
src/apps/showimage/Filter.cpp
662
destH = dest->Bounds().IntegerHeight();
src/apps/showimage/Filter.cpp
797
ASSERT(src->Bounds().IntegerHeight() == dest->Bounds().IntegerHeight());
src/apps/showimage/Filter.cpp
927
return fRect.IntegerHeight() + 1;
src/apps/showimage/Filter.cpp
935
imageHeight = GetDestImage()->Bounds().IntegerHeight() + 1;
src/apps/showimage/Filter.cpp
995
fHeight = GetSrcImage()->Bounds().IntegerHeight();
src/apps/showimage/ShowImageView.cpp
124
uint32 height = result->Bounds().IntegerHeight() + 1;
src/apps/showimage/ShowImageView.cpp
1775
rect.OffsetBy(0, (size - rect.IntegerHeight()) / 2);
src/apps/showimage/ShowImageView.cpp
1801
for (int32 y = 0; y <= rect.IntegerHeight(); y++) {
src/apps/showimage/ShowImageView.cpp
296
msg.AddInt32("height", fBitmap->Bounds().IntegerHeight() + 1);
src/apps/showimage/ShowImageWindow.cpp
1150
fNumberFormat.Format(height, bounds.IntegerHeight() + 1);
src/apps/showimage/ShowImageWindow.cpp
1629
int32 height = bounds.IntegerHeight() + 1;
src/apps/terminal/TermView.cpp
617
int rows = int((rect.IntegerHeight() + 1) / fFontHeight);
src/apps/tv/VideoNode.cpp
361
overlay_copy(fBitmap->Bounds().IntegerHeight() + 1,
src/apps/tv/VideoNode.cpp
372
overlay_copy(fBitmap->Bounds().IntegerHeight() + 1,
src/build/libbe/interface/Bitmap.cpp
581
fBounds.IntegerHeight() + 1);
src/build/libbe/interface/Bitmap.cpp
615
if (!data || length < 0 || size.IntegerWidth() < 0 || size.IntegerHeight() < 0)
src/build/libbe/interface/Bitmap.cpp
627
size.IntegerWidth() + 1, size.IntegerHeight() + 1);
src/build/libbe/interface/Bitmap.cpp
816
int32 size = bytesPerRow * (bounds.IntegerHeight() + 1);
src/kits/interface/AbstractSpinner.cpp
428
if (rect.IntegerHeight() % 2 != 0)
src/kits/interface/Bitmap.cpp
1086
int32 size = bytesPerRow * (bounds.IntegerHeight() + 1);
src/kits/interface/Bitmap.cpp
1177
size = bytesPerRow * (bounds.IntegerHeight() + 1);
src/kits/interface/Bitmap.cpp
730
fBounds.IntegerHeight() + 1);
src/kits/interface/Bitmap.cpp
764
if (!data || length < 0 || size.IntegerWidth() < 0 || size.IntegerHeight() < 0)
src/kits/interface/Bitmap.cpp
776
size.IntegerWidth() + 1, size.IntegerHeight() + 1);
src/kits/interface/ColumnListView.cpp
1730
if (sideLen > rect.IntegerHeight())
src/kits/interface/ColumnListView.cpp
1731
sideLen = rect.IntegerHeight();
src/kits/interface/ColumnListView.cpp
1735
int32 halfHeight = rect.IntegerHeight() / 2;
src/kits/interface/ColumnListView.cpp
2772
BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
src/kits/interface/ColumnListView.cpp
2773
- fDownSortArrow->Bounds().IntegerHeight()) / 2);
src/kits/interface/ColumnListView.cpp
2776
BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
src/kits/interface/ColumnListView.cpp
2777
- fUpSortArrow->Bounds().IntegerHeight()) / 2);
src/kits/interface/Icon.cpp
293
uint32 height = bitmap->Bounds().IntegerHeight() + 1;
src/kits/interface/Icon.cpp
339
uint32 trimmedHeight = trimmedBitmap->Bounds().IntegerHeight() + 1;
src/kits/interface/Icon.cpp
398
int32 lines = b.IntegerHeight() + 1;
src/kits/interface/SplitLayout.cpp
906
range.previousSize = previousInfo->layoutFrame.IntegerHeight() + 1;
src/kits/interface/SplitLayout.cpp
909
range.nextSize = (int32)nextInfo->layoutFrame.IntegerHeight() + 1;
src/kits/interface/SplitLayout.cpp
928
return info->layoutFrame.IntegerHeight() + 1 + (int32)fSpacing;
src/kits/interface/TextView.cpp
5085
long viewHeight = bounds.IntegerHeight();
src/kits/interface/TextView.cpp
5115
long viewHeight = bounds.IntegerHeight();
src/kits/interface/View.cpp
1446
uint32 height = dragRect.IntegerHeight() + 1;
src/kits/interface/View.cpp
6491
resized.AddInt32("height", fBounds.IntegerHeight());
src/kits/shared/IconButton.cpp
224
minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0f;
src/kits/shared/IconButton.cpp
518
uint32 height = fNormalBitmap->Bounds().IntegerHeight() + 1;
src/kits/shared/IconButton.cpp
559
uint32 trimmedHeight = trimmedBitmap.Bounds().IntegerHeight() + 1;
src/kits/shared/IconButton.cpp
594
uint32 height = bitmap->Bounds().IntegerHeight() + 1;
src/kits/shared/IconButton.cpp
708
int32 lines = b.IntegerHeight() + 1;
src/kits/tracker/IconCache.cpp
1358
uint32 height = source->Bounds().IntegerHeight() + 1;
src/kits/tracker/IconMenuItem.cpp
473
iconHeight = fDeviceIcon->Bounds().IntegerHeight() + 1;
src/kits/tracker/PoseView.cpp
7970
if (selection.IntegerHeight() < 1)
src/kits/tracker/Thumbnails.cpp
208
const int32 height = image->Bounds().IntegerHeight() + 1;
src/kits/tracker/Thumbnails.cpp
72
floorf((icon->Bounds().IntegerHeight() - 1) / aspectRatio));
src/kits/tracker/Thumbnails.cpp
73
thumbBounds.OffsetBySelf(0, floorf((icon->Bounds().IntegerHeight()
src/kits/tracker/Thumbnails.cpp
74
- thumbBounds.IntegerHeight()) / 2.0f));
src/kits/tracker/Thumbnails.cpp
78
* aspectRatio), icon->Bounds().IntegerHeight() - 1);
src/libs/glut/beos_x11.cpp
20
return s.Frame().IntegerHeight() + 1;
src/libs/icon/IconRenderer.cpp
422
bitmap->Bounds().IntegerHeight() + 1, bitmap->BytesPerRow());
src/libs/icon/IconRenderer.cpp
425
bitmap->Bounds().IntegerHeight());
src/libs/icon/IconRenderer.cpp
506
uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
src/libs/icon/IconUtils.cpp
358
uint32 height = temp.Bounds().IntegerHeight() + 1;
src/libs/icon/IconUtils.cpp
485
uint32 height = temp->Bounds().IntegerHeight() + 1;
src/libs/icon/IconUtils.cpp
703
uint32 height = source->Bounds().IntegerHeight() + 1;
src/libs/icon/IconUtils.cpp
728
uint32 height = source->Bounds().IntegerHeight() + 1;
src/libs/icon/IconUtils.cpp
751
uint32 dstHeight = icon->Bounds().IntegerHeight() + 1;
src/libs/icon/IconUtils.cpp
894
uint32 dstHeight = icon->Bounds().IntegerHeight() + 1;
src/libs/print/libprint/GraphicsDriver.cpp
162
fPageHeight = (fRealJobData->GetPhysicalRect().IntegerHeight()
src/libs/print/libprint/GraphicsDriver.cpp
513
ASSERT(target->Bounds().IntegerWidth() == source->Bounds().IntegerHeight());
src/libs/print/libprint/GraphicsDriver.cpp
514
ASSERT(target->Bounds().IntegerHeight() == source->Bounds().IntegerWidth());
src/libs/print/libprint/GraphicsDriver.cpp
517
const int32 height = source->Bounds().IntegerHeight() + 1;
src/libs/print/libprint/HalftoneView.cpp
140
const int height = r.IntegerHeight()+1;
src/libs/print/libprint/HalftoneView.cpp
33
const int height = Bounds().IntegerHeight()+1;
src/libs/print/libprint/PageSetupDlg.cpp
107
paper.IntegerHeight(),
src/preferences/input/MouseView.cpp
311
+ (border.IntegerHeight() - fDigitHeight) / 2));
src/preferences/media/Media.cpp
50
if (d - b >= rect.IntegerHeight()) {
src/preferences/printers/JobListView.cpp
189
if (type.GetIcon(fIcon, (icon_size)(rect.IntegerHeight() + 1)) != B_OK) {
src/preferences/printers/PrinterListView.cpp
275
type.GetIcon(sIcon, (icon_size)(rect.IntegerHeight() + 1));
src/preferences/screen/ScreenWindow.cpp
230
screen.Frame().IntegerHeight() + 1);
src/servers/app/BitmapManager.cpp
98
bounds.IntegerHeight() + 1, space))
src/servers/app/IntRect.h
88
int32 IntegerHeight() const;
src/servers/app/ServerBitmap.cpp
70
fHeight(rect.IntegerHeight() + 1),
src/servers/app/ServerFont.cpp
1111
fBounds.IntegerHeight() > 0)
src/servers/app/Window.cpp
339
int32 wantHeight = fFrame.IntegerHeight() + y;
src/servers/app/Window.cpp
360
y = wantHeight - fFrame.IntegerHeight();
src/servers/app/Window.cpp
394
msg.AddInt32("height", frame.IntegerHeight());
src/servers/app/Window.cpp
403
float wantHeight = fFrame.IntegerHeight() + delta.y;
src/servers/app/Window.cpp
423
delta.y = wantHeight - fFrame.IntegerHeight();
src/servers/app/WorkspacesView.cpp
96
int32 height = frame.IntegerHeight() / rows;
src/servers/app/decorator/DefaultDecorator.cpp
638
tab->closePressed, rect.IntegerWidth(), rect.IntegerHeight());
src/servers/app/decorator/DefaultDecorator.cpp
669
tab->zoomPressed, rect.IntegerWidth(), rect.IntegerHeight());
src/servers/app/drawing/BBitmapBuffer.cpp
69
return fBitmap->Bounds().IntegerHeight() + 1;
src/servers/app/drawing/BitmapDrawingEngine.cpp
46
&& fBitmap->Bounds().IntegerHeight() >= newHeight) {
src/servers/app/drawing/DrawingEngine.cpp
1390
bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1);
src/servers/app/drawing/DrawingEngine.cpp
1465
uint32 height = src.IntegerHeight() + 1;
src/servers/app/drawing/HWInterface.cpp
1009
cursorBounds.IntegerHeight() + 1));
src/servers/app/drawing/HWInterface.cpp
913
uint32 height = bitmapFrame.IntegerHeight() + 1;
src/servers/app/drawing/HWInterface.cpp
930
height = cursorFrame.IntegerHeight() + 1;
src/servers/app/drawing/HWInterface.cpp
974
height = combindedBounds.IntegerHeight() + 1;
src/servers/app/drawing/HWInterface.cpp
991
bitmapFrame.IntegerWidth() + 1, bitmapFrame.IntegerHeight() + 1,
src/servers/app/drawing/Overlay.cpp
276
fView.height = (uint16)source.IntegerHeight() + 1;
src/servers/app/drawing/Overlay.cpp
281
fWindow.height = (uint16)destination.IntegerHeight() + 1;
src/servers/app/drawing/Painter/Painter.cpp
1125
int32 gradientArraySize = r.IntegerHeight() + 1;
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
327
(uint32)fBitmapBounds.IntegerHeight() + 1,
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapBilinear.h
490
uint32 dstHeight = destinationRect.IntegerHeight() + 1;
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapBilinear.h
499
if (clippingRegion.Frame().IntegerHeight() + 1 < (int32)dstHeight)
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapBilinear.h
500
dstHeight = clippingRegion.Frame().IntegerHeight() + 1;
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapNearestNeighbor.h
22
uint32 dstHeight = destinationRect.IntegerHeight() + 1;
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapNearestNeighbor.h
31
if (clippingRegion.Frame().IntegerHeight() + 1 < (int32)dstHeight)
src/servers/app/drawing/Painter/bitmap_painter/DrawBitmapNearestNeighbor.h
32
dstHeight = clippingRegion.Frame().IntegerHeight() + 1;
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
177
Add(bounds.IntegerHeight() + 1);
src/servers/app/stackandtile/SATWindow.cpp
261
maxHeight = targetFrame.IntegerHeight();
src/servers/registrar/ShutdownProcess.cpp
537
fTintedIconBitmap->Bounds().IntegerHeight() + 1;
src/servers/registrar/ShutdownProcess.cpp
590
lastHeight = fCurrentIconBitmap->Bounds().IntegerHeight();
src/tests/apps/miniterminal/MiniView.cpp
195
ws.ws_ypixel = Bounds().IntegerHeight();
src/tests/apps/miniterminal/ViewBuffer.cpp
45
fRows(frame.IntegerHeight() / CHAR_HEIGHT),
src/tests/kits/interface/bbitmap/BBitmapTester.cpp
197
int32 height = testCase.bounds.IntegerHeight() + 1;
src/tests/kits/interface/bbitmap/SetBitsTester.cpp
387
int32 height = bounds.IntegerHeight() + 1;
src/tests/kits/interface/flatten_picture/PictureTest.cpp
309
int32 height = bitmap1->Bounds().IntegerHeight() + 1;
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
28
int y = (int)(rect.top + rect.IntegerHeight() / 2);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
622
int32 height = bitmap.Bounds().IntegerHeight()+1;
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
693
r.InsetBy(r.IntegerWidth() / 4, r.IntegerHeight() / 4);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
875
BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
889
BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
907
BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
925
BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
952
BRect r(0, 0, frame.IntegerWidth() / 2, frame.IntegerHeight() / 2);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
970
int size = frame.IntegerHeight() / 3;
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
165
float baseLine = itemRect.top + (itemRect.IntegerHeight() / 2 + font.Size() / 2);
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
80
float baseLine = itemRect.top + (itemRect.IntegerHeight() / 2 + font.Size() / 2);
src/tests/kits/interface/layout/widget_layout_test/GroupView.cpp
148
_LayoutLine(size.IntegerHeight() + 1, fRowInfos, fRowCount);
src/tests/kits/interface/pictureprint/Preview.cpp
210
r.bottom = r.IntegerHeight() - B_H_SCROLL_BAR_HEIGHT; r.top = 0;
src/tests/kits/translation/TranslationUtilsTest.cpp
92
CPPUNIT_ASSERT(pbits->Bounds().IntegerHeight() == 288);
src/tests/servers/app/benchmark/HorizontalLineTest.cpp
86
printf("Lines per iteration: %ld\n", fViewBounds.IntegerHeight() / 2);
src/tests/servers/app/benchmark/VerticalLineTest.cpp
85
printf("Line height: %ld\n", fViewBounds.IntegerHeight() + 1 - 2);
src/tests/servers/app/bitmap_bounds/main.cpp
43
uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
src/tests/servers/app/drawing_modes/DrawingModes.cpp
289
int32 imageHeight = bitmapBounds.IntegerHeight() + 10;
src/tests/servers/app/drawing_modes/DrawingModes.cpp
292
int32 triangleHeight = triangleBounds.IntegerHeight() + 10;
src/tests/servers/app/painter/Painter.cpp
1233
(uint32)actualBitmapRect.IntegerHeight() + 1,
src/tests/servers/app/painter/Painter.cpp
842
(uint32)actualBitmapRect.IntegerHeight() + 1,
src/tests/servers/app/painter/main.cpp
305
uint32 bitmapHeight = testBitmap->Bounds().IntegerHeight() + 1;
src/tests/servers/app/window_creation/main.cpp
80
uint32 numVertical = (fScreenFrame.IntegerHeight() + 1)
src/tests/servers/app/window_creation/main.cpp
81
/ (frame.IntegerHeight() + 1);
src/tools/translation/inspector/ImageView.cpp
409
sprintf(str2, "%ld", fpbitmap->Bounds().IntegerHeight() + 1);