Symbol: Height
headers/os/interface/ListItem.h
30
float Height() const;
headers/os/interface/Rect.h
80
float Height() const;
headers/os/interface/Size.h
27
inline float Height() const;
headers/os/media/MediaDefs.h
586
uint32 Height() const;
headers/os/media/MediaDefs.h
590
uint32& Height();
headers/private/interface/ColumnListView.h
135
float Height() const;
headers/private/kernel/boot/vfs.h
95
virtual int32 Height() = 0;
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1043
sliderPosition = floorf(rect.top + 2 + (rect.Height() - 2)
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1157
float vMiddle = rect.Height() / 2;
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1288
factor = (rect.Height() - 2) / (hashMarkCount - 1);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1844
if (borders != 0 && rect.Width() > 3 && rect.Height() > 3)
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1892
if (rect.Height() > 2) {
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2338
height = icon->Bounds().Height() + 1;
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2363
if (icon->Bounds().Height() + 1 < height)
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2364
location.y += ceilf((height - icon->Bounds().Height() - 1) / 2);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
645
float vmiddle = rect.top + rect.Height() / 2;
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
654
float spacer = rect.Height();
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
683
float spacer = rect.Height();
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1205
if (borders != 0 && rect.Width() > 3 && rect.Height() > 3)
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1253
if (rect.Height() > 2) {
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1930
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1958
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
1996
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
2033
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
443
if (rect.Height() >= 0) {
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
516
float vmiddle = rect.top + rect.Height() / 2;
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
525
float spacer = rect.Height();
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
596
float middle = rect.Height() / 2;
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
745
sliderPosition = floorf(rect.top + 2 + (rect.Height() - 2)
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
784
leftCorner.right = leftCorner.left + leftCorner.Height();
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
785
rightCorner.left = rightCorner.right - rightCorner.Height();
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
786
barRect.left += ceilf(barRect.Height() / 2);
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
787
barRect.right -= ceilf(barRect.Height() / 2);
src/add-ons/control_look/FlatControlLook/FlatControlLook.cpp
979
rect.InsetBy(0, floorf(rect.Height() / 4));
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
781
tabRect.Width() : tabRect.Height();
src/add-ons/input_server/devices/keyboard/TeamListItem.cpp
110
frame.top + ((frame.Height()
src/add-ons/input_server/devices/keyboard/TeamListItem.cpp
136
if (Height() < MinimalHeight())
src/add-ons/input_server/devices/keyboard/TeamListItem.cpp
90
iconFrame.top + fMiniIcon.Bounds().Height() + 1);
src/add-ons/input_server/devices/virtualkeyboard/VirtualKeyboardWindow.cpp
167
ResizeTo(screenRect.Width(), screenRect.Height() / 3);
src/add-ons/input_server/devices/virtualkeyboard/VirtualKeyboardWindow.cpp
168
MoveTo(0, screenRect.Height() - screenRect.Height() / 3);
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
1264
setY = (frame.Height() * fYPercent) + fYPixels;
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/utxface.c
710
PldInfo->Height = ACPI_PLD_GET_HEIGHT(&Dword);
src/add-ons/kernel/bus_managers/acpi/acpica/include/acbuffer.h
234
UINT16 Height;
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
173
ResizeTo(frame.Width(), frame.Height());
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
228
float height = frame.Height();
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
231
center.y = screenFrame.top + screenFrame.Height() / 4.0;
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
145
fBoxRect.top = itemRect.top + (itemRect.Height() - boxRect.Height()) / 2;
src/add-ons/mail_daemon/inbound_protocols/imap/FolderConfigWindow.cpp
147
fBoxRect.bottom = itemRect.top + boxRect.Height();
src/add-ons/media/media-add-ons/radeon/Radeon.h
309
int Height() const;
src/add-ons/media/media-add-ons/radeon/RadeonProducer.cpp
768
if( format->u.raw_video.last_active >= (uint32)active_rect.Height() ) {
src/add-ons/media/media-add-ons/radeon/RadeonProducer.cpp
790
format->u.raw_video.last_active = (uint32)active_rect.Height() - 1;
src/add-ons/media/media-add-ons/radeon/RadeonProducer.cpp
872
uint32 max_height = active_rect.Height();
src/add-ons/media/media-add-ons/radeon/RadeonProducer.cpp
931
if( format->u.raw_video.display.line_count > (uint32)active_rect.Height() )
src/add-ons/media/media-add-ons/radeon/RadeonProducer.cpp
932
format->u.raw_video.display.line_count = (uint32)active_rect.Height();
src/add-ons/media/media-add-ons/radeon/RadeonProducer.cpp
936
if( format->u.raw_video.display.line_count > (uint32)active_rect.Height() / 2 )
src/add-ons/media/media-add-ons/radeon/RadeonProducer.cpp
937
format->u.raw_video.display.line_count = (uint32)active_rect.Height() / 2;
src/add-ons/network_settings/dialup/ConnectionOptionsAddon.cpp
160
*height = rect.Height();
src/add-ons/network_settings/dialup/GeneralAddon.cpp
312
*height = rect.Height();
src/add-ons/network_settings/dialup/IPCPAddon.cpp
230
*height = rect.Height();
src/add-ons/network_settings/dialup/InterfaceUtils.cpp
25
(screenFrame.Height() - rect.Height()) / 2.0);
src/add-ons/network_settings/dialup/TextRequestDialog.cpp
56
fTextView->ResizeBy(0, textHeight - textRect.Height());
src/add-ons/print/drivers/gutenprint/GPJob.cpp
254
imageableArea.Height(),
src/add-ons/print/drivers/gutenprint/GPJob.cpp
255
std::fmod(imageableArea.Height(), 72.) == 0.0 ? "whole inches" : "not whole inches"
src/add-ons/print/drivers/gutenprint/GPJob.cpp
281
int height = fPrintRect.Height() + 1;
src/add-ons/print/drivers/gutenprint/GPJob.cpp
324
int height = fPrintRect.Height() + 1;
src/add-ons/print/drivers/gutenprint/GPJob.cpp
406
return fPrintRect.Height() + 1;
src/add-ons/print/drivers/gutenprint/GPJob.cpp
564
return job->Height();
src/add-ons/print/drivers/gutenprint/GPJob.h
50
int Height();
src/add-ons/print/drivers/gutenprint/Rectangle.h
64
T Height() const {
src/add-ons/print/drivers/lpstyl/Lpstyl.cpp
47
offset->y += bitmap->Bounds().Height();
src/add-ons/print/drivers/postscript/PS.cpp
165
GetJobData()->GetPaperRect().Height()-topMargin);
src/add-ons/print/drivers/preview/PageSetupWindow.cpp
117
height = page.Height();
src/add-ons/screen_savers/butterfly/Butterfly.cpp
70
fScale = MIN(bounds.Width(), bounds.Height()) * 0.1f;
src/add-ons/screen_savers/butterfly/Butterfly.cpp
71
fTrans.Set(bounds.Width() * 0.5f, bounds.Height() * 0.5f);
src/add-ons/screen_savers/debugnow/DebugNow.cpp
62
float viewHeight = view->Bounds().Height();
src/add-ons/screen_savers/debugnow/DebugNow.cpp
74
float y = ((viewHeight - (stringRect.Height() * 2 + viewHeight / 10)) / 2)
src/add-ons/screen_savers/debugnow/DebugNow.cpp
75
+ stringRect.Height();
src/add-ons/screen_savers/debugnow/DebugNow.cpp
80
y + stringRect.Height() + viewHeight / 10);
src/add-ons/screen_savers/flurry/Flurry.cpp
72
fHeight = bounds.Height();
src/add-ons/screen_savers/glife/GLifeView.cpp
62
gluPerspective(45.0, Bounds().Width() / Bounds().Height(), 2.0, 20000.0);
src/add-ons/screen_savers/gravity/GravityView.cpp
55
gluPerspective(45.0f, Bounds().Width() / Bounds().Height(), 2.0f, 20000.0f);
src/add-ons/screen_savers/gravity/RainbowItem.cpp
58
colorRect.right = colorRect.left + floorf(colorRect.Height() * M_PHI);
src/add-ons/screen_savers/icons/IconDisplay.cpp
52
fBitmap = new BBitmap(BRect(0, 0, frame.Width(), frame.Height()), 0,
src/add-ons/screen_savers/icons/IconsSaver.cpp
84
BRect screenRect(0, 0, view->Frame().Width(), view->Frame().Height());
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/screen_savers/ifs/IFS.cpp
241
Fractal->Ly = (Fractal->Height - 1) / 2;
src/add-ons/screen_savers/ifs/IFS.cpp
242
Fractal->Col = NRAND(Fractal->Width * Fractal->Height - 1) + 1;
src/add-ons/screen_savers/ifs/IFS.cpp
248
Fractal->Width - 1, Fractal->Height - 1), 0, B_RGB32);
src/add-ons/screen_savers/ifs/IFS.cpp
251
Fractal->Width - 1, Fractal->Height - 1), 0, B_GRAY8);
src/add-ons/screen_savers/ifs/IFS.cpp
428
int32 minY = F->Height;
src/add-ons/screen_savers/ifs/IFS.cpp
440
&& p.y >= 0 && p.y < F->Height) {
src/add-ons/screen_savers/ifs/IFS.cpp
465
&& p.y >= 0 && p.y < F->Height) {
src/add-ons/screen_savers/ifs/IFS.cpp
482
&& p.y >= 0 && p.y < F->Height) {
src/add-ons/screen_savers/ifs/IFS.cpp
531
&& p.y >= 0 && p.y < F->Height
src/add-ons/screen_savers/ifs/IFS.cpp
574
&& p.y >= 0 && p.y < F->Height
src/add-ons/screen_savers/ifs/IFS.h
72
int Height;
src/add-ons/screen_savers/ifs/IFSSaver.cpp
106
bounds.bottom -= fSpeedS->Bounds().Height() + 15.0f;
src/add-ons/screen_savers/ifs/IFSSaver.cpp
91
bounds.bottom -= fAdditiveCB->Bounds().Height() * 2.0f;
src/add-ons/screen_savers/leaves/Leaves.cpp
111
bounds.bottom -= dropRateSlider->Bounds().Height() * 1.5;
src/add-ons/screen_savers/leaves/Leaves.cpp
121
bounds.bottom -= leafSizeSlider->Bounds().Height() * 1.5;
src/add-ons/screen_savers/leaves/Leaves.cpp
131
bounds.bottom -= sizeVariationSlider->Bounds().Height() * 1.5;
src/add-ons/screen_savers/message/Message.cpp
138
fScaleFactor = view->Bounds().Height() / 1024;
src/add-ons/screen_savers/message/Message.cpp
216
int height = (int) offscreen.Bounds().Height();
src/add-ons/screen_savers/message/Message.cpp
274
box.OffsetTo((width - box.Width()) / 2, height - box.Height() - 40);
src/add-ons/screen_savers/nebula/Nebula.cpp
770
gHeight = (int32)((view->Bounds().Height()+1)/fFactor + 0.5f);
src/add-ons/screen_savers/nebula/Nebula.cpp
813
(view->Bounds().Height() / fFactor - 1 - gHeight) / 2);
src/add-ons/screen_savers/shelf/Shelf.cpp
193
float height = view->Bounds().Height();
src/add-ons/screen_savers/shelf/Shelf.cpp
206
float y = ((height - (rect.Height() * 2 + height / 10)) / 2) + rect.Height();
src/add-ons/screen_savers/shelf/Shelf.cpp
209
fLine2Start.Set((width - rect.Width()) / 2, y + rect.Height() + height / 10);
src/add-ons/screen_savers/simpleclock/SimpleClock.cpp
83
float height = view->Bounds().Height();
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
242
BRect destRect(0, 0, fBitmap->Bounds().Width(), fBitmap->Bounds().Height()),
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
248
if (destRect.Height() < vwBounds.Height()) {
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
249
destRect.OffsetBy(0, (vwBounds.Height() - destRect.Height()) / 2);
src/add-ons/screen_savers/spider/Polygon.cpp
24
pv->point.y = bounds.top + fmod(lrand48(), bounds.Height());
src/add-ons/screen_savers/spider/SpiderSaver.cpp
199
_AllocBackBitmap(bounds.Width(), bounds.Height());
src/add-ons/screen_savers/spider/SpiderView.cpp
48
float viewHeight = floorf(frame.Height() / 5.0);
src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp
46
FrameResized(Bounds().Width(), Bounds().Height());
src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp
374
float height = rect->Height();
src/add-ons/translators/avif/ConfigView.cpp
188
PreferredSize().Height());
src/add-ons/translators/bmp/BMPTranslator.cpp
1028
static_cast<int32> (bitsHeader.bounds.Height() + 1);
src/add-ons/translators/gif/GIFView.cpp
315
Window()->ResizeTo(PreferredSize().Width(), PreferredSize().Height());
src/add-ons/translators/icns/ICNSTranslator.cpp
175
bitsHeader.bounds.Height() + 1, bitsHeader.colors);
src/add-ons/translators/png/PNGTranslator.cpp
745
height = static_cast<png_uint_32>(bitsHeader.bounds.Height() + 1);
src/add-ons/translators/ppm/PPMMain.cpp
58
v->ResizeTo(r.Width(), r.Height());
src/add-ons/translators/ppm/PPMMain.cpp
70
o.y -= r.Height() / 2;
src/add-ons/translators/ppm/PPMTranslator.cpp
798
if (hdr.rowBytes * (hdr.bounds.Height() + 1) > hdr.dataSize)
src/add-ons/translators/ppm/PPMTranslator.cpp
803
*height = (int) hdr.bounds.Height() + 1;
src/add-ons/translators/sgi/SGIImage.h
113
uint16 Height() const
src/add-ons/translators/sgi/SGITranslator.cpp
471
uint32 height = sgiImage->Height();
src/add-ons/translators/shared/BaseTranslator.cpp
303
if (header.rowBytes * (header.bounds.Height() + 1) != header.dataSize)
src/add-ons/translators/shared/BaseTranslator.cpp
422
bitmap.bounds.Height() + 1.0);
src/add-ons/translators/shared/TranslatorWindow.cpp
112
wndpt.y -= rect.Height() / 2;
src/add-ons/translators/tga/TGATranslator.cpp
1218
imagespec.height = static_cast<uint16> (bitsHeader.bounds.Height() + 1);
src/add-ons/translators/webp/ConfigView.cpp
172
Window()->ResizeTo(PreferredSize().Width(), PreferredSize().Height());
src/add-ons/translators/wonderbrush/WonderBrushView.cpp
112
if (frame.Width() < x || (frame.Height() - 48) < y) {
src/add-ons/translators/wonderbrush/WonderBrushView.cpp
114
y -= frame.Height() - 48;
src/apps/aboutsystem/AboutSystem.cpp
1243
float logoViewHeight = fLogoView->Bounds().Height();
src/apps/aboutsystem/AboutSystem.cpp
1276
float logoViewHeight = fLogoView->Bounds().Height();
src/apps/aboutsystem/AboutSystem.cpp
408
if (width * 0.618 > Bounds().Height())
src/apps/aboutsystem/AboutSystem.cpp
465
return BSize(fLogo->Bounds().Width(), fLogo->Bounds().Height());
src/apps/aboutsystem/AboutSystem.cpp
475
return BSize(B_SIZE_UNLIMITED, fLogo->Bounds().Height());
src/apps/aboutsystem/AboutSystem.cpp
557
Bounds().Height() + fCropTop + fCropBottom);
src/apps/aboutsystem/AboutSystem.cpp
722
float draggerHeight = fDragger->Bounds().Height() + kDraggerMargin * 2;
src/apps/aboutsystem/AboutSystem.cpp
889
_ResizeBy(width - Bounds().Width(), height - Bounds().Height());
src/apps/activitymonitor/ActivityView.cpp
1207
historyFrame.bottom -= 2 * Bounds().Height() / 3;
src/apps/activitymonitor/ActivityView.cpp
1208
legendFrame.top += Bounds().Height() / 3;
src/apps/activitymonitor/ActivityView.cpp
1212
legendFrame.top + legendFrame.Height() - historyFrame.top);
src/apps/activitymonitor/ActivityView.cpp
1256
height = fLegendLayoutItem->Frame().Height();
src/apps/activitymonitor/ActivityView.cpp
1284
float height = floorf((frame.Height() - 5) / rows);
src/apps/activitymonitor/ActivityView.cpp
1298
frame.right = frame.left + frame.Height();
src/apps/activitymonitor/ActivityView.cpp
1321
float height = _HistoryFrame().Height();
src/apps/activitymonitor/ActivityView.cpp
1381
view->StrokeLine(BPoint(frame.left, frame.top + frame.Height() / 2),
src/apps/activitymonitor/ActivityView.cpp
1382
BPoint(frame.right, frame.top + frame.Height() / 2));
src/apps/activitymonitor/ActivityView.cpp
901
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/activitymonitor/ActivityWindow.cpp
141
ResizeBy(0, firstView->Bounds().Height() + fLayout->Spacing());
src/apps/activitymonitor/ActivityWindow.cpp
154
ResizeBy(0, -view->Bounds().Height() - fLayout->Spacing());
src/apps/activitymonitor/ActivityWindow.cpp
47
ResizeTo(frame.Width(), frame.Height());
src/apps/activitymonitor/ActivityWindow.cpp
51
ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
src/apps/activitymonitor/SettingsWindow.cpp
155
return BRect(frame.right - 150, frame.top + frame.Height() / 4,
src/apps/activitymonitor/SettingsWindow.cpp
156
frame.right + 200, frame.top + frame.Height() / 4 + 50);
src/apps/bootmanager/FileSelectionPage.cpp
138
float fileHeight = fFile->Bounds().Height();
src/apps/bootmanager/FileSelectionPage.cpp
139
float selectHeight = fSelect->Bounds().Height();
src/apps/charactermap/CharacterView.cpp
331
box.bottom -= (box.Height() - fontHeight.ascent
src/apps/charactermap/CharacterView.cpp
390
where.y += (rect.Height() - fMenu->Frame().Height()) / 2;
src/apps/charactermap/CharacterView.cpp
722
if (bounds.Height() > fDataRect.Height()) {
src/apps/charactermap/CharacterView.cpp
727
scroller->SetRange(0.0f, fDataRect.Height() - bounds.Height() - 1.0f);
src/apps/charactermap/CharacterView.cpp
728
scroller->SetProportion(bounds.Height () / fDataRect.Height());
src/apps/charactermap/CharacterView.cpp
730
Bounds().Height() - fCharacterHeight);
src/apps/charactermap/CharacterView.cpp
733
if (fDataRect.Height() < bounds.bottom)
src/apps/charactermap/CharacterView.cpp
734
ScrollBy(0.0f, bounds.bottom - fDataRect.Height());
src/apps/charactermap/CharacterWindow.cpp
138
ResizeTo(frame.Width(), frame.Height());
src/apps/charactermap/CharacterWindow.cpp
142
ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
src/apps/charactermap/CharacterWindow.cpp
167
fGlyphView->PreferredSize().Height()));
src/apps/charactermap/CharacterWindow.cpp
220
fCodeView->PreferredSize().Height()));
src/apps/cortex/DiagramView/DiagramEndPoint.cpp
76
return BPoint(Frame().left + Frame().Height() / 2.0, Frame().top + Frame().Width() / 2.0);
src/apps/cortex/DiagramView/DiagramItem.h
136
{ ResizeBy(width - Frame().Width(), height - Frame().Height()); }
src/apps/cortex/DiagramView/DiagramView.cpp
166
*height = m_dataRect.Height() + 10.0;
src/apps/cortex/DiagramView/DiagramView.cpp
615
for (float y = 0; y < bounds.bottom; y += m_backgroundBitmap->Bounds().Height())
src/apps/cortex/DiagramView/DiagramView.cpp
760
if (Bounds().Height() > m_dataRect.Height())
src/apps/cortex/DiagramView/DiagramView.cpp
767
scrollBar->SetRange(m_dataRect.top, m_dataRect.bottom - Bounds().Height());
src/apps/cortex/DiagramView/DiagramView.cpp
768
scrollBar->SetProportion(Bounds().Height() / m_dataRect.Height());
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
108
r.top += (frame.Height() / 2.0) - (B_MINI_ICON / 2.0);
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
118
r.top += (frame.Height() / 2.0) - (m_fontHeight.ascent / 2.0);
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
156
if (Height() < newHeight) {
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
213
if (Height() > r.bottom) {
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
214
r.bottom = Height();
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
238
r.top += (m_frame.Height() / 2.0) - (B_MINI_ICON / 2.0);
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
245
r.top += (m_frame.Height() / 2.0) - (m_fontHeight.ascent / 2.0);
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
126
*height += r.Height() + 1.0;
src/apps/cortex/DormantNodeView/DormantNodeWindow.cpp
147
ResizeTo(m_manualSize.Width(), m_manualSize.Height());
src/apps/cortex/DormantNodeView/DormantNodeWindow.cpp
190
ResizeTo(windowRect.Width(), windowRect.Height());
src/apps/cortex/InfoView/InfoWindow.cpp
122
ResizeTo(m_manualSize.Width(), m_manualSize.Height());
src/apps/cortex/InfoView/InfoWindow.cpp
166
ResizeTo(windowRect.Width(), windowRect.Height());
src/apps/cortex/MediaRoutingView/MediaJack.cpp
205
return BPoint(Frame().left - 1.0, Frame().top + Frame().Height() / 2.0);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
209
return BPoint(Frame().right + 1.0, Frame().top + Frame().Height() / 2.0);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
393
moveTo(BPoint(offset, rightBottomBoundary - Frame().Height()), updateRegion);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
458
p.Set(0.0, Frame().Height() / 2.0 - 2.0);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
515
p.y = (Frame().Height() / 2.0) + (fh.ascent / 2.0);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
536
p.Set(targetRect.right - 4.0, Frame().Height() / 2.0 - 2.0);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
589
p.y = (Frame().Height() / 2.0) + (fh.ascent / 2.0);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
1002
p.y = m_bodyRect.top + (m_bodyRect.Height() / 2.0) - (B_MINI_ICON / 2.0);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
405
minHeight += m_labelRect.Height();
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
408
if ((Frame().Height() < minHeight)
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
409
|| ((Frame().Height() > minHeight)
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
422
float center = Frame().top + r.top + (r.Height() / 2.0);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
455
inputOffset += jack->Frame().Height() + MediaJack::M_DEFAULT_GAP;
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
460
outputOffset += jack->Frame().Height() + MediaJack::M_DEFAULT_GAP;
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
503
resizeTo(minWidth, Frame().Height());
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
949
p.y = m_labelRect.bottom + m_bodyRect.Height() / 2.0 - B_LARGE_ICON / 2.0;
src/apps/cortex/MediaRoutingView/MediaWire.cpp
151
if ((wireFrame.Width() <= 5.0) || (wireFrame.Height() <= 5.0) || startFrame.Contains(point) || endFrame.Contains(point))
src/apps/cortex/ParameterView/ParameterContainerView.cpp
132
if(height > m_boundsRect.Height()) {
src/apps/cortex/ParameterView/ParameterContainerView.cpp
155
float height = Bounds().Height() - B_H_SCROLL_BAR_HEIGHT;
src/apps/cortex/ParameterView/ParameterContainerView.cpp
158
D_INTERNAL((" -> dataRect.Height() = %f scrollView.Height() = %f\n", m_dataRect.Height(), height));
src/apps/cortex/ParameterView/ParameterContainerView.cpp
159
if (height > m_dataRect.Height()) {
src/apps/cortex/ParameterView/ParameterContainerView.cpp
167
m_vScroll->SetProportion(height / m_dataRect.Height());
src/apps/cortex/ParameterView/ParameterContainerView.cpp
77
b.Height() + B_H_SCROLL_BAR_HEIGHT);
src/apps/cortex/ParameterView/ParameterWindow.cpp
243
ResizeTo(m_idealSize.Width(), m_idealSize.Height());
src/apps/cortex/ParameterView/ParameterWindow.cpp
249
ResizeTo(m_manualSize.Width(), m_manualSize.Height());
src/apps/cortex/ParameterView/ParameterWindow.cpp
314
float hMax = m_idealSize.Width(), vMax = m_idealSize.Height();
src/apps/cortex/ParameterView/ParameterWindow.cpp
318
ResizeTo(m_idealSize.Width(), m_idealSize.Height());
src/apps/cortex/ParameterView/ParameterWindow.cpp
361
ResizeTo(windowRect.Width(), windowRect.Height());
src/apps/cortex/RouteApp/RouteWindow.cpp
258
offset.y = (sr.Height()*.25) - r.top;
src/apps/cortex/RouteApp/RouteWindow.cpp
262
offset.y -= (r.top - (sr.Height()/2));
src/apps/cortex/RouteApp/RouteWindow.cpp
279
offset.y = (sr.Height()*.125) - r.top;
src/apps/cortex/RouteApp/RouteWindow.cpp
283
offset.y -= (r.top - (sr.Height()/2));
src/apps/cortex/RouteApp/RouteWindow.cpp
356
height += KeyMenuBar()->Frame().Height();
src/apps/cortex/RouteApp/RouteWindow.cpp
364
ResizeTo(m_manualSize.Width(), m_manualSize.Height());
src/apps/cortex/RouteApp/RouteWindow.cpp
436
ResizeTo(r.Width(), r.Height());
src/apps/cortex/RouteApp/RouteWindow.cpp
478
m_dormantNodeWindowFrame.Height());
src/apps/cortex/RouteApp/RouteWindow.cpp
496
m_transportWindowFrame.Height());
src/apps/cortex/RouteApp/RouteWindow.cpp
577
ResizeTo(windowRect.Width(), windowRect.Height());
src/apps/cortex/RouteApp/RouteWindow.cpp
603
m_transportWindowFrame.Height());
src/apps/cortex/RouteApp/RouteWindow.cpp
633
m_dormantNodeWindowFrame.Height());
src/apps/cortex/RouteApp/StatusView.cpp
122
allocBackBitmap(frame.Width(), frame.Height());
src/apps/cortex/RouteApp/StatusView.cpp
148
allocBackBitmap(Bounds().Width(), Bounds().Height());
src/apps/cortex/RouteApp/StatusView.cpp
297
D_OPERATION(("StatusView::drawInto(%.1f, %.1f)\n", r.Width(), r.Height()));
src/apps/cortex/RouteApp/StatusView.cpp
337
- (Bounds().Height() - fh.ascent - fh.descent) / 2;
src/apps/cortex/RouteApp/StatusView.cpp
515
if(b.Width() >= width && b.Height() >= height)
src/apps/cortex/TipManager/TipManagerImpl.cpp
1004
tipR.top = screenR.bottom - tipR.Height();
src/apps/cortex/TransportView/TransportView.cpp
1327
m_startButton->ResizeTo(br.Width(), br.Height());
src/apps/cortex/TransportView/TransportView.cpp
1331
m_stopButton->ResizeTo(br.Width(), br.Height());
src/apps/cortex/TransportView/TransportView.cpp
1335
m_prerollButton->ResizeTo(br.Width(), br.Height());
src/apps/cortex/TransportView/TransportView.cpp
1370
m_fromLabel->Bounds().Height());
src/apps/cortex/TransportView/TransportView.cpp
1381
m_regionStartView->Bounds().Height());
src/apps/cortex/TransportView/TransportView.cpp
1397
m_toLabel->Bounds().Height());
src/apps/cortex/TransportView/TransportView.cpp
1416
float targetHeight = (b.Height() < viewHeight) ?
src/apps/cortex/TransportView/TransportView.cpp
1418
b.Height();
src/apps/cortex/TransportView/TransportView.cpp
237
m_statusPosition.y = b.Height() - (fh.descent + fh.leading + _edge_pad_y);
src/apps/cortex/ValControl/ValControl.cpp
339
if((*it).frame.Height() > *outHeight)
src/apps/cortex/ValControl/ValControl.cpp
340
*outHeight = (*it).frame.Height();
src/apps/cortex/ValControl/ValControl.cpp
583
&& fBackBuffer->Bounds().Height() >= height)
src/apps/cortex/ValControl/ValControl.cpp
693
float fHeight = e.frame.Height();
src/apps/cortex/ValControl/ValControl.cpp
695
|| curFrame.Height() != fHeight)
src/apps/cortex/ValControl/ValControl.cpp
77
_AllocBackBuffer(frame.Width(), frame.Height());
src/apps/cortex/ValControl/ValCtrlLayoutEntry.cpp
56
e.pView->ResizeTo(e.frame.Width(), e.frame.Height());
src/apps/cortex/addons/LoggingConsumer/NodeHarnessWin.cpp
176
win->ResizeTo(view->Bounds().Width(), view->Bounds().Height());
src/apps/cortex/addons/common/MediaNodeControlApp.cpp
136
pWnd->ResizeTo(pView->Bounds().Width(), pView->Bounds().Height());
src/apps/cortex/support/TextControlFloater.cpp
68
Bounds().Height());
src/apps/debuganalyzer/gui/HeaderView.cpp
754
float bottom = Bounds().Height();
src/apps/debuganalyzer/gui/HeaderView.cpp
903
float bottom = Bounds().Height();
src/apps/debuganalyzer/gui/chart/Chart.cpp
517
float chartSize = horizontal ? fChartFrame.Width() : fChartFrame.Height();
src/apps/debuganalyzer/gui/chart/Chart.cpp
555
float chartSize = horizontal ? fChartFrame.Width() : fChartFrame.Height();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1638
float height = Frame().Height();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1680
float height = fThreadsView->MinSize().Height();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
595
bounds.Width(), bounds.Height());
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
532
ResizeTo(frameRect.Width(), frameRect.Height());
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
340
int32 lineCount = int32(Bounds().Height() / fLineHeight);
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
653
ScrollTo(0.0, y + fLineHeight - Bounds().Height());
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
728
max = totalHeight - bounds.Height();
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
729
scrollBar->SetProportion(bounds.Height() / totalHeight);
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
730
scrollBar->SetSteps(fLineHeight, bounds.Height());
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1520
if (dragRect.Height() > visibleRect.Height()) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1522
dragRect.bottom = visibleRect.Height();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2364
top - (visible.Height() + 1) / 2);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2365
ScrollTo(visible.left, top - (visible.Height() + 1) / 2);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1309
ResizeTo(frame.Width(), frame.Height());
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
95
float y = rect.top + ((rect.Height() - r.Height()) / 2);
src/apps/debugger/user_interface/gui/teams_window/TeamsWindow.cpp
239
ResizeTo(frame.Width(), frame.Height());
src/apps/debugger/user_interface/gui/value/TableCellValueRendererUtils.cpp
54
+ (rect.Height() - (fontHeight.ascent + fontHeight.descent
src/apps/deskbar/BarMenuBar.cpp
153
height = frame.Height();
src/apps/deskbar/BarMenuBar.cpp
186
SmartResize(frame.Width() - 1.0f, frame.Height());
src/apps/deskbar/BarMenuBar.cpp
188
SmartResize(frame.Width(), frame.Height());
src/apps/deskbar/BarMenuBar.cpp
227
SmartResize(frame.Width() - 1.0f, frame.Height());
src/apps/deskbar/BarMenuBar.cpp
229
SmartResize(frame.Width(), frame.Height());
src/apps/deskbar/BarMenuTitle.cpp
135
float heightOffset = rintf((frame.Height() - iconRect.Height()) / 2);
src/apps/deskbar/BarMenuTitle.cpp
140
iconRect.OffsetBy(widthOffset, frame.Height() - iconRect.Height() + 2);
src/apps/deskbar/BarView.cpp
1243
frame.bottom = frame.top + rect.Height();
src/apps/deskbar/BarView.cpp
166
fTabHeight = tabRect.Height();
src/apps/deskbar/BarView.cpp
567
fResizeControl->ResizeTo(gDragWidth, fDragRegion->Bounds().Height() - 2);
src/apps/deskbar/BarView.cpp
630
fExpandoMenuBar->ResizeTo(expandoFrame.Width(), expandoFrame.Height());
src/apps/deskbar/BarView.cpp
667
windowHeight += fExpandoMenuBar->Bounds().Height();
src/apps/deskbar/BarView.cpp
677
windowHeight = fBarMenuBar->Frame().Height();
src/apps/deskbar/BarWindow.cpp
270
fBarView->ResizeTo(width, fBarView->Bounds().Height());
src/apps/deskbar/CalendarMenuWindow.cpp
62
+ ((updateRect.Height() - fh.ascent - fh.descent) / 2.0f)
src/apps/deskbar/ExpandoMenuBar.cpp
786
ResizeTo(newItemWidth * itemCount, Frame().Height());
src/apps/deskbar/InlineScrollView.cpp
448
fScrollLimit = fTarget->Bounds().Height()
src/apps/deskbar/InlineScrollView.cpp
449
- (frame.Height() - 2 * kScrollerDimension);
src/apps/deskbar/InlineScrollView.cpp
487
fScrollLimit = fTarget->Bounds().Height()
src/apps/deskbar/InlineScrollView.cpp
488
- (frame.Height() - 2 * kScrollerDimension);
src/apps/deskbar/ScreenCornerSelector.cpp
246
float topY = innerFrame.top + innerFrame.Height() / 3;
src/apps/deskbar/ScreenCornerSelector.cpp
247
float centerY = innerFrame.top + innerFrame.Height() / 2;
src/apps/deskbar/ScreenCornerSelector.cpp
248
float bottomY = innerFrame.top + 2 * innerFrame.Height() / 3;
src/apps/deskbar/ScreenCornerSelector.cpp
45
float height = Bounds().Height();
src/apps/deskbar/ScreenCornerSelector.cpp
52
return BRect((Bounds().Width() - width) / 2, (Bounds().Height() - height) / 2,
src/apps/deskbar/ScreenCornerSelector.cpp
53
(Bounds().Width() + width) / 2, (Bounds().Height() + height) / 2);
src/apps/deskbar/ShowHideMenuItem.cpp
89
drawLoc.y = ((frame.Height() - labelHeight) / 2);
src/apps/deskbar/StatusView.cpp
1062
float oldHeight = Bounds().Height();
src/apps/deskbar/StatusView.cpp
1144
if (replicantFrame.Height() > fMaxReplicantHeight)
src/apps/deskbar/StatusView.cpp
1382
*height = fReplicantTray->Bounds().Height();
src/apps/deskbar/StatusView.cpp
1607
float menuBarHeight = fBarView->BarMenuBar()->Frame().Height();
src/apps/deskbar/StatusView.cpp
1609
float halfScreen = floorf(screenFrame.Height() / 2);
src/apps/deskbar/StatusView.cpp
290
if (width == bounds.Width() && height == bounds.Height()) {
src/apps/deskbar/StatusView.cpp
996
float oldHeight = Bounds().Height();
src/apps/deskbar/Switcher.cpp
1339
float height = fIconView->Bounds().Height();
src/apps/deskbar/Switcher.cpp
1712
centered.y -= roundf(screenFrame.Height() / 16);
src/apps/deskbar/Switcher.cpp
2376
point.y += ((textHeight - bitmap->Bounds().Height()) / 2);
src/apps/deskbar/Switcher.cpp
756
point.y -= (windowFrame.Height() / 2);
src/apps/deskbar/TeamMenuItem.cpp
312
drawLocation.y = frame.top + sVPad + iconBounds.Height() + sVPad;
src/apps/deskbar/TeamMenuItem.cpp
317
floorf((frame.Height() - iconBounds.Height()) / 2);
src/apps/deskbar/TeamMenuItem.cpp
326
+ ceilf((frame.Height() - fLabelHeight) / 2);
src/apps/deskbar/TeamMenuItem.cpp
377
ContentLocation().y + ((frame.Height() - rect.Height()) / 2)));
src/apps/deskbar/TimeView.cpp
235
center += BPoint(bounds.Width() / 2, bounds.Height() / 2);
src/apps/deskbar/TimeView.cpp
310
float oldHeight = Bounds().Height();
src/apps/deskbar/TimeView.cpp
389
where.y -= (Bounds().Height() + 4.0);
src/apps/deskbar/TimeView.cpp
471
fTimeLocation.y = fDateLocation.y = ceilf((Bounds().Height()
src/apps/deskbar/TimeView.cpp
472
- rectArray[0].Height() + 1.0) / 2.0 - rectArray[0].top);
src/apps/deskbar/WindowMenuItem.cpp
164
bitmapHeight = fBitmap->Bounds().Height();
src/apps/deskbar/WindowMenuItem.cpp
96
*height = (fID >= 0) ? fBitmap->Bounds().Height() : 0.0f;
src/apps/deskcalc/CalcView.cpp
276
FrameResized(frame.Width(), frame.Height());
src/apps/deskcalc/CalcView.cpp
490
&& expressionRect.Height() >= fCalcIcon->Bounds().Height()) {
src/apps/deskcalc/CalcView.cpp
504
iconPos.y = expressionRect.top + (expressionRect.Height()
src/apps/deskcalc/CalcView.cpp
505
- fCalcIcon->Bounds().Height()) / 2.0;
src/apps/deskcalc/CalcView.cpp
543
float sizeRow = (keypadRect.Height() + 1) / (float)fRows;
src/apps/deskcalc/CalcView.cpp
750
fExpressionTextView->ResizeTo(expressionRect.Width(), expressionRect.Height());
src/apps/deskcalc/CalcWindow.cpp
161
float top = (screenFrame.Height() - frame.Height()) / 2.0;
src/apps/deskcalc/CalcWindow.cpp
168
ResizeTo(frame.Width(), frame.Height());
src/apps/deskcalc/ExpressionTextView.cpp
140
float vInset = floorf((rect.Height() - LineHeight(0)) / 2);
src/apps/diskprobe/DataView.cpp
1262
frame.OffsetBy(0, -Bounds().Height());
src/apps/diskprobe/DataView.cpp
1265
ScrollBy(0, -Bounds().Height());
src/apps/diskprobe/DataView.cpp
1276
frame.OffsetBy(0, Bounds().Height());
src/apps/diskprobe/DataView.cpp
1278
float lastLine = DataBounds().Height() - 1 - kVerticalSpace;
src/apps/diskprobe/DataView.cpp
1281
ScrollBy(0, Bounds().Height());
src/apps/diskprobe/DataView.cpp
1406
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/diskprobe/DataView.cpp
1432
*_height = bounds.Height();
src/apps/diskprobe/DataView.cpp
854
point.y = frame.bottom - bounds.Height();
src/apps/diskprobe/DataView.cpp
970
float delta = height - Bounds().Height();
src/apps/diskprobe/DataView.cpp
975
bar->SetSteps(fFontHeight, Bounds().Height());
src/apps/diskprobe/DataView.cpp
976
bar->SetProportion(Bounds().Height() / height);
src/apps/diskprobe/DiskProbe.cpp
150
&& settings.window_frame.Height() < screen.Frame().Height())
src/apps/diskprobe/DiskProbe.cpp
346
if (top + rect.Height() > screenBorder.bottom)
src/apps/diskprobe/FindWindow.cpp
553
button->Frame().Height() * 3 + 30);
src/apps/diskprobe/TypeEditors.cpp
1072
fBitmap->Bounds().Width() + 1, fBitmap->Bounds().Height() + 1,
src/apps/diskprobe/TypeEditors.cpp
932
(Bounds().Height() - fBitmap->Bounds().Height() - 60) / 2));
src/apps/diskusage/ControlsView.cpp
157
float height = BTabView::TabFrame(index).Height();
src/apps/diskusage/ControlsView.cpp
82
(frame.top + frame.bottom - fIcon->Bounds().Height()) / 2.0);
src/apps/diskusage/MainWindow.cpp
40
float maxHeight = BScreen(this).Frame().Height() - 12;
src/apps/diskusage/PieView.cpp
107
*_height = max_c(*_height, fIcon->Bounds().Height());
src/apps/diskusage/PieView.cpp
116
yOffset = (height - fIcon->Bounds().Height()) / 2;
src/apps/diskusage/PieView.cpp
374
float by = floorf((b.top + b.Height() - kProgBarHeight) / 2.0);
src/apps/diskusage/PieView.cpp
404
if (pieRect.Width() > pieRect.Height()) {
src/apps/diskusage/PieView.cpp
405
float moveBy = (pieRect.Width() - pieRect.Height()) / 2;
src/apps/diskusage/PieView.cpp
409
float moveBy = (pieRect.Height() - pieRect.Width()) / 2;
src/apps/diskusage/PieView.cpp
442
float cy = floorf(b.top + b.Height() / 2.0 + 0.5);
src/apps/diskusage/PieView.cpp
572
float cy = b.top + b.Height() / 2.0;
src/apps/drivesetup/DiskView.cpp
177
BRect used(b.LeftTop(), BSize(b.Width() / (100.0 / fUsed), b.Height()));
src/apps/drivesetup/DiskView.cpp
190
fIcon->Bounds().Height());
src/apps/drivesetup/DiskView.cpp
214
width = b.Height();
src/apps/drivesetup/DiskView.cpp
542
(bounds.Height() - (fh.ascent + fh.descent) * 2) / 2.0);
src/apps/drivesetup/MainWindow.cpp
1957
height += row->Height() + 1;
src/apps/drivesetup/MainWindow.cpp
1982
maxHeight += 1.5 * parentRow->Height(); // the label row
src/apps/drivesetup/MainWindow.cpp
1983
maxHeight += fDiskView->Bounds().Height();
src/apps/drivesetup/MainWindow.cpp
1984
maxHeight += fMenuBar->Bounds().Height();
src/apps/drivesetup/MainWindow.cpp
715
ResizeTo(frame.Width(), frame.Height());
src/apps/drivesetup/MainWindow.cpp
738
float windowHeight = Frame().Height();
src/apps/drivesetup/MainWindow.cpp
743
- fListView->Bounds().Height();
src/apps/drivesetup/MainWindow.cpp
752
if (windowHeight > screen.Frame().Height() - 20.0f)
src/apps/drivesetup/MainWindow.cpp
753
windowHeight = screen.Frame().Height() - 20.0f;
src/apps/drivesetup/PartitionList.cpp
111
float y = rect.top + ((rect.Height() - r.Height()) / 2);
src/apps/expander/DirectoryFilePanel.cpp
137
fCurrentButton->ResizeTo(width, oldBounds.Height());
src/apps/expander/ExpanderWindow.cpp
161
fSizeLimit = size.Height() - fScrollView->PreferredSize().height;
src/apps/expander/ExpanderWindow.cpp
737
std::min(fSizeLimit + fListingText->TextRect().Height()
src/apps/expander/ExpanderWindow.cpp
743
std::min(fSizeLimit + fListingText->TextRect().Height()
src/apps/expander/ExpanderWindow.cpp
775
fPreviousHeight = Frame().Height();
src/apps/expander/PasswordAlert.cpp
77
point.y = screenFrame.Height() / 2 - Bounds().Height() / 2;
src/apps/fontdemo/FontDemoView.cpp
104
float yCoord = (rect.Height() + fh.ascent - fh.descent) / 2;
src/apps/glteapot/ObjectView.cpp
530
float yinc = (-dy * 2 * displayScale / Bounds().Height());
src/apps/glteapot/ObjectView.cpp
565
height = Bounds().Height();
src/apps/gradients/GradientsWindow.cpp
45
(BScreen().Frame().Height() - Bounds().Height()) / 2 );
src/apps/haiku3d/RenderView.cpp
135
fNextRes.Set(Bounds().Width(), Bounds().Height());
src/apps/haiku3d/texture/BitmapTexture.cpp
42
(int) bitmap->Bounds().Height() + 1,
src/apps/haiku3d/texture/BitmapTexture.cpp
49
(int32) bitmap->Bounds().Height(),
src/apps/haiku3d/texture/VideoFileTexture.cpp
111
(int) fVideoBitmap->Bounds().Height() + 1,
src/apps/haiku3d/texture/VideoFileTexture.cpp
133
(int)fVideoBitmap->Bounds().Height() + 1,
src/apps/haiku3d/texture/VideoFileTexture.cpp
87
format.u.raw_video.last_active = (int32) (bounds.Height() - 1.0);
src/apps/haiku3d/texture/VideoFileTexture.cpp
93
format.u.raw_video.display.line_count = (int32) bounds.Height();
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
204
status_t result = _WebApp()->RetrieveScreenshot(coord.Code(), coord.Width(), coord.Height(),
src/apps/haikudepot/model/ScreenshotCoordinate.h
27
uint32 Height() const;
src/apps/haikudepot/packagemodel/ScreenshotInfo.h
30
int32 Height() const
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
233
static_cast<int32>(screenshot->Height()), static_cast<int32>(screenshot->Length())),
src/apps/haikudepot/textview/ParagraphLayout.h
188
float Height();
src/apps/haikudepot/textview/TextDocumentLayout.cpp
184
height = lastLayout.y + lastLayout.layout->Height();
src/apps/haikudepot/textview/TextDocumentLayout.cpp
203
if (location.y + layout.layout->Height() > updateRect.top)
src/apps/haikudepot/textview/TextDocumentLayout.cpp
324
if (y > info.y + info.layout->Height()) {
src/apps/haikudepot/textview/TextDocumentLayout.cpp
394
y += info.layout->Height() + style.SpacingBottom();
src/apps/haikudepot/textview/TextDocumentLayout.h
85
float Height();
src/apps/haikudepot/textview/TextDocumentView.cpp
232
float viewHeightPrior = fTextEditor->Layout()->Height();
src/apps/haikudepot/textview/TextDocumentView.cpp
241
if (fTextEditor->Layout()->Height() != viewHeightPrior)
src/apps/haikudepot/textview/TextDocumentView.cpp
287
float height = layout.Height() + 1 + fInsetTop + fInsetBottom;
src/apps/haikudepot/textview/TextDocumentView.cpp
566
fTextDocumentLayout.Height() + fInsetTop + fInsetBottom);
src/apps/haikudepot/textview/TextView.cpp
87
float height = layout.Height() + 1;
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
1153
fScrollView->FrameResized(fScrollView->Frame().Width(), fScrollView->Frame().Height());
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
123
(fHeight - ratingStarsMetrics.Size().Height()) / 2),
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
274
ScrollTo(0, fmaxf(0, bounds.top - bounds.Height()));
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
280
float height = fPackages.size() * fBandMetrics->Height();
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
281
float maxScrollY = height - bounds.Height();
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
282
float pageDownScrollY = bounds.top + bounds.Height();
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
734
float trailingIconMidY = textRect.top + (textRect.Height() / 2.0);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
747
= ceilf(trailingIconMidY - (bitmapBounds.Height() / 2.0)) + 0.5;
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
80
fHeight = fmaxf(totalTitleAndMetadataHeight, iconSize.Height()) + 2.0 * padding;
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
834
(textRect.Size().Height() / 2.0) - ((fontHeight.ascent + fontHeight.descent) / 2.0)
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
85
iconSize.Height() + iconInset);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
859
int32 indexOfCentreVisible = _IndexOfY(bounds.top + bounds.Height() / 2);
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
863
float scrollPointY = (_YOfIndex(index) + fBandMetrics->Height()) - bounds.Height();
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
907
return BRect(0, y, Bounds().Width(), y + fBandMetrics->Height());
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
913
return i * fBandMetrics->Height();
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
926
int32 i = static_cast<int32>(y / fBandMetrics->Height());
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
943
int32 i = static_cast<int32>(y / fBandMetrics->Height());
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
953
fBandMetrics->Height() * static_cast<float>(fPackages.size()));
src/apps/haikudepot/ui/GeneralContentScrollView.cpp
30
Target()->ResizeTo(innerFrame.Width(), innerFrame.Height());
src/apps/haikudepot/ui/GeneralContentScrollView.cpp
41
scrollBar->ResizeTo(rect.Width(), rect.Height());
src/apps/haikudepot/ui/MainWindow.cpp
1044
float height = frame.Height();
src/apps/haikudepot/ui/MainWindow.cpp
1045
if (width < screenFrame.Width() * .666f && height < screenFrame.Height() * .666f) {
src/apps/haikudepot/ui/MainWindow.cpp
1046
frame.bottom = frame.top + screenFrame.Height() * .666f;
src/apps/haikudepot/ui/MainWindow.cpp
1052
ResizeTo(frame.Width(), frame.Height());
src/apps/haikudepot/ui/PackageInfoView.cpp
1525
coordinate.Width(), coordinate.Height());
src/apps/haikudepot/ui/PackageListView.cpp
1006
offset.y = bounds.top + (bounds.Height() - (fontHeight.ascent + fontHeight.descent)) / 2.0f
src/apps/haikudepot/ui/PackageListView.cpp
516
rect.top + ((rect.Height() - iconSize.Height()) / 2) - 1),
src/apps/haikudepot/ui/PackageListView.cpp
634
float y = rect.top + (rect.Height() - fullHeight) / 2 + fontHeight.ascent;
src/apps/haikudepot/ui/PackageListView.cpp
639
float ratingsStarsHeight = fRatingsMetrics->Size().Height();
src/apps/haikudepot/ui/PackageListView.cpp
641
floorf(rect.LeftTop().y + (rect.Size().Height() / 2.0) - ratingsStarsHeight / 2.0));
src/apps/haikudepot/ui/RatePackageWindow.cpp
100
hScrollBar->ResizeTo(rect.Width(), rect.Height());
src/apps/haikudepot/ui/RatePackageWindow.cpp
73
innerFrame.bottom -= hScrollBar->Bounds().Height() - 1;
src/apps/haikudepot/ui/RatePackageWindow.cpp
78
Target()->ResizeTo(innerFrame.Width(), innerFrame.Height());
src/apps/haikudepot/ui/RatePackageWindow.cpp
89
vScrollBar->ResizeTo(rect.Width(), rect.Height());
src/apps/haikudepot/ui/RatePackageWindow.cpp
95
rect.bottom = rect.top + hScrollBar->Bounds().Height();
src/apps/haikudepot/ui/ScreenshotWindow.cpp
288
ScreenshotCoordinate(info->Code(), info->Width(), info->Height()), screenshot);
src/apps/haikudepot/ui/ScreenshotWindow.cpp
322
float h = static_cast<float>(screenshot->Height());
src/apps/haikudepot/ui/ScreenshotWindow.cpp
325
if (h > size.Height())
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
148
GetLayout()->SetExplicitMinSize(BSize(B_SIZE_UNSET, Size().Height()));
src/apps/haikudepot/ui/UserUsageConditionsWindow.cpp
92
GetLayout()->SetExplicitMinSize(BSize(B_SIZE_UNSET, Size().Height()));
src/apps/haikudepot/ui/WorkStatusView.cpp
48
fProgressBar->SetBarHeight(kStatusBarSize.Height());
src/apps/haikudepot/ui_generic/BitmapView.cpp
42
if (bitmapBounds.Width() <= 0.0f || bitmapBounds.Height() <= 0.0f)
src/apps/haikudepot/ui_generic/BitmapView.cpp
49
float vScale = bounds.Height() / bitmapBounds.Height();
src/apps/haikudepot/ui_generic/BitmapView.cpp
55
float height = bitmapBounds.Height() * scale;
src/apps/haikudepot/ui_generic/BitmapView.cpp
78
+ (bounds.Height() - height) / 2.0f);
src/apps/haikudepot/ui_generic/BitmapView.cpp
98
size.height = bounds.Height();
src/apps/haikudepot/ui_generic/ScrollableGroupView.cpp
40
float layoutHeight = layoutArea.Height();
src/apps/haikudepot/ui_generic/ScrollableGroupView.cpp
50
float viewHeight = Bounds().Height();
src/apps/haikudepot/util/RatingUtils.cpp
47
return BSize((fStarSize.Width() * 5) + (SpacingBetweenStars() * 4), fStarSize.Height());
src/apps/icon-o-matic/CanvasView.cpp
658
if (bounds.Height() > r.Height())
src/apps/icon-o-matic/CanvasView.cpp
659
r.InsetBy(0, -ceilf((bounds.Height() - r.Height()) / 2));
src/apps/icon-o-matic/IconEditorApp.cpp
312
to->Window()->ResizeTo(frame.Width(), frame.Height());
src/apps/icon-o-matic/generic/gui/Group.cpp
107
child->Bounds().Height() + 1 + fInset * 2.0);
src/apps/icon-o-matic/generic/gui/Group.cpp
112
minHeight += child->Bounds().Height() + 1 + fSpacing;
src/apps/icon-o-matic/generic/gui/Group.cpp
128
frame.top = (frame.top + frame.bottom) / 2.0 - view->Bounds().Height() / 2.0;
src/apps/icon-o-matic/generic/gui/Group.cpp
134
float height = resizeHeight ? frame.Height() : view->Bounds().Height();
src/apps/icon-o-matic/generic/gui/Group.cpp
33
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/icon-o-matic/generic/gui/Group.cpp
55
*height = r.Height();
src/apps/icon-o-matic/generic/gui/Group.cpp
69
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/icon-o-matic/generic/gui/Group.cpp
88
r.bottom = r.top + child->Bounds().Height() + 2 * fSpacing;
src/apps/icon-o-matic/generic/gui/IconButton.cpp
128
float height = Bounds().Height();
src/apps/icon-o-matic/generic/gui/IconButton.cpp
133
float y = floorf((height - bitmap->Bounds().Height()) / 2.0 + 0.5);
src/apps/icon-o-matic/generic/gui/IconButton.cpp
293
ResizeTo(rect.Width(), rect.Height());
src/apps/icon-o-matic/generic/gui/IconOptionsControl.cpp
142
p.y += floorf(Bounds().Height() / 2.0 + (fh.ascent + fh.descent) / 2.0) - 2.0;
src/apps/icon-o-matic/generic/gui/IconOptionsControl.cpp
77
ResizeTo(frame.Width(), frame.Height());
src/apps/icon-o-matic/generic/gui/ListViews.cpp
153
BListView::FrameResized(bounds.Width(), bounds.Height());
src/apps/icon-o-matic/generic/gui/ListViews.cpp
430
where.y += rect.Height() / 2;
src/apps/icon-o-matic/generic/gui/ListViews.cpp
75
float height = itemFrame.Height();
src/apps/icon-o-matic/generic/gui/ListViews.cpp
827
dragRect.bottom += ceilf(item->Height()) + 1;
src/apps/icon-o-matic/generic/gui/ListViews.cpp
828
if (dragRect.Height() > MAX_DRAG_HEIGHT) {
src/apps/icon-o-matic/generic/gui/ListViews.cpp
850
itemFrame.bottom = itemFrame.top + ceilf(item->Height());
src/apps/icon-o-matic/generic/gui/ListViews.cpp
863
int32 height = (int32)dragBitmap->Bounds().Height() + 1;
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
202
float pos = floorf(b.top + Value() * b.Height() / 255.0 + 0.5);
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
31
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/icon-o-matic/generic/gui/panel/color_picker/AlphaSlider.cpp
399
value = (int32)(255 * (where.y - r.top) / r.Height() + 0.5);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
110
v2 = 1.0 - fMarkerPosition.y / Height();
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
116
v2 = 1.0 - fMarkerPosition.y / Height();
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
118
v1 = fMarkerPosition.y / Height();
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
126
v2 = 1.0 - fMarkerPosition.y / Height();
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
233
float height = Height();
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
313
float height = Height();
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
42
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.h
63
float Height() const;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorPreview.cpp
98
bounds.top + bounds.Height() / 2);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
185
float offset = Value() * (r.Height() - 10) / 255.0;
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
41
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
52
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
629
SetValue((int)(((where.y - b.top) / b.Height()) * 255.0));
src/apps/icon-o-matic/generic/gui/popup_control/InputSlider.cpp
118
fTextView->ResizeTo(frame.Width(), frame.Height());
src/apps/icon-o-matic/generic/gui/popup_control/PopupControl.cpp
103
if (frame.Height() > dest.Height())
src/apps/icon-o-matic/generic/gui/popup_control/PopupControl.cpp
104
frame.bottom = frame.top + dest.Height();
src/apps/icon-o-matic/generic/gui/popup_control/PopupControl.cpp
123
fPopupWindow->ResizeTo(frame.Width(), frame.Height());
src/apps/icon-o-matic/generic/gui/popup_control/PopupControl.cpp
89
leftLocation.y -= fPopupWindow->Frame().Height() + 1.0;
src/apps/icon-o-matic/generic/gui/popup_control/PopupControl.cpp
91
float totalHeight = Bounds().Height() + fPopupWindow->Frame().Height();
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
97
ResizeTo(frame.Width(), frame.Height());
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
48
6.0 + fButtonRect.Height() + 6.0);
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
61
mpm.mini.y = mpm.maxi.y = Bounds().Height() + 1.0;
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
73
ResizeTo(frame.Width(), frame.Height());
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
701
float innerHeight = childRect.Height();
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
761
float vProportion = min_c(1.0f, (visibleBounds.Height() + 1.0f)
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
762
/ (dataRect.Height() + 1.0f));
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
764
dataRect.bottom - visibleBounds.Height());
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
784
fVScrollBar->SetSteps(fVSmallStep, visibleBounds.Height());
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
827
float height = childRect.Height();
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
830
float dataHeight = dataRect.Height(); //
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
854
float innerHeight = innerRect.Height();
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
345
*height = fStartingRect.Height();
src/apps/icon-o-matic/generic/property/specific_properties/IconProperty.h
52
uint32 Height() const { return fHeight; }
src/apps/icon-o-matic/generic/property/view/PropertyEditorFactory.cpp
55
view->SetIcon(i->Icon(), i->Width(), i->Height(), i->Format());
src/apps/icon-o-matic/generic/property/view/PropertyItemView.cpp
105
fEditorView->Bounds().Height());
src/apps/icon-o-matic/generic/property/view/PropertyItemView.cpp
79
floorf(b.top + b.Height() / 2.0
src/apps/icon-o-matic/generic/property/view/PropertyListView.cpp
682
item->Bounds().Height());
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
63
b.left = floorf(b.left + (b.Width() / 2.0) - b.Height() / 2.0);
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
64
b.right = b.left + b.Height();
src/apps/icon-o-matic/generic/property/view/specific_properties/ColorValueView.cpp
67
fSwatchView->ResizeTo(b.Width(), b.Height());
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
46
floorf(b.top + b.Height() / 2.0 - r.Height() / 2.0));
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
82
SetIcon(p->Icon(), p->Width(), p->Height(), p->Format());
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
67
float center = floorf(b.top + b.Height() / 2.0);
src/apps/icon-o-matic/generic/property/view/specific_properties/TextInputValueView.cpp
59
TextView()->ResizeTo(b.Width(), b.Height());
src/apps/icon-o-matic/generic/support/support_ui.cpp
157
if (frame.Height() > screenFrame.Height())
src/apps/icon-o-matic/generic/support/support_ui.cpp
158
frame.bottom -= frame.Height() - screenFrame.Height() + 30.0;
src/apps/icon-o-matic/gui/GradientControl.cpp
39
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/icon-o-matic/gui/IconView.cpp
29
BSize size(frame.Width(), frame.Height());
src/apps/icon-o-matic/gui/SavePanel.cpp
109
float height = fFormatMF->Bounds().Height() + 8.0;
src/apps/icon-o-matic/gui/SavePanel.cpp
140
textview->Frame().Height());
src/apps/icon-o-matic/gui/SavePanel.cpp
152
Window()->ResizeTo(minWindowWidth, Window()->Bounds().Height());
src/apps/icon-o-matic/gui/SwatchGroup.cpp
108
float paletteHeight = fBottomSwatchViews->Frame().Height()
src/apps/icon-o-matic/gui/SwatchGroup.cpp
109
+ fTopSwatchViews->Frame().Height() + 1;
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
89
float size = max_c(bounds.Width(), bounds.Height());
src/apps/icon-o-matic/transformable/TransformBox.cpp
547
float vInset = min_c(inset, max_c(0, (iR.Height() - inset) / 2.0));
src/apps/installer/InstallerWindow.cpp
120
placement.y = (bounds.top + bounds.bottom - fLogo->Bounds().Height()) / 2;
src/apps/installer/InstallerWindow.cpp
133
height = fLogo->Bounds().Height();
src/apps/installer/PackageViews.cpp
237
parent->FrameResized(r.Width(), r.Height());
src/apps/installer/PackageViews.cpp
268
parent->FrameResized(r.Width(), r.Height());
src/apps/launchbox/MainWindow.cpp
402
ResizeTo(frame.Width(), frame.Height());
src/apps/launchbox/MainWindow.cpp
542
origin.y + frame.Height() / 2.0);
src/apps/launchbox/MainWindow.cpp
546
fScreenPosition.y = center.y / screenFrame.Height();
src/apps/launchbox/MainWindow.cpp
569
fScreenPosition.y * screenFrame.Height());
src/apps/launchbox/MainWindow.cpp
571
frame.top + frame.Height() / 2.0);
src/apps/launchbox/MainWindow.cpp
596
ResizeTo(frame.Width(), frame.Height());
src/apps/launchbox/support.cpp
101
if (frame.Height() > screenFrame.Height())
src/apps/launchbox/support.cpp
102
frame.bottom -= frame.Height() - screenFrame.Height() + 30.0;
src/apps/login/LoginApp.cpp
68
screen.Frame().Height()/2 - frame.Height()/2);
src/apps/login/LoginView.cpp
102
Bounds().Height() - CSEP - BH);
src/apps/login/LoginView.cpp
141
Window()->ResizeTo(bounds.Width(), bounds.Height());
src/apps/login/LoginView.cpp
145
leftTop.y += fHaltButton->Frame().Height() / 2;
src/apps/login/LoginView.cpp
146
leftTop.y -= fInfoView->Bounds().Height() / 2;
src/apps/login/LoginView.cpp
54
r.Set(CSEP, CSEP, LW, Bounds().Height() - 3 * CSEP - BH);
src/apps/magnify/Magnify.cpp
1136
float h = Bounds().Height();
src/apps/magnify/Magnify.cpp
1317
if (Bounds().Width() != r.Width() || Bounds().Height() != r.Height())
src/apps/magnify/Magnify.cpp
1318
ResizeTo(r.Width(), r.Height());
src/apps/magnify/Magnify.cpp
1325
fImageView->Resize((int32)r.Width(), (int32)r.Height());
src/apps/magnify/Magnify.cpp
2027
srcRect.OffsetTo(srcRect.left, scrnframe.bottom - srcRect.Height());
src/apps/magnify/Magnify.cpp
2107
BPoint(x+(squareSize/2), Bounds().Height()), kBlueColor); // bottom
src/apps/magnify/Magnify.cpp
2129
BPoint(x+(squareSize/2), Bounds().Height()), kBlueColor); // bottom
src/apps/magnify/Magnify.cpp
760
float h = Bounds().Height();
src/apps/magnify/Magnify.cpp
907
|| infoHeight > Bounds().Height()) {
src/apps/magnify/Magnify.cpp
975
float h = Bounds().Height();
src/apps/magnify/Magnify.cpp
981
if (w == Bounds().Width() && h == Bounds().Height())
src/apps/mail/AddressTextControl.cpp
422
BPoint point(Bounds().Width() - width, Bounds().Height() + 2);
src/apps/mail/Enclosures.cpp
425
be_control_look->ComposeIconSize(B_MINI_ICON).Height() +
src/apps/mail/Enclosures.cpp
427
if (Height() < minimalHeight)
src/apps/mail/Enclosures.cpp
490
iconFrame.top + iconRect.Height() + 1);
src/apps/mail/Enclosures.cpp
508
frame.top + ((frame.Height()
src/apps/mail/FindWindow.cpp
146
fTextControl->Frame().Height());
src/apps/mail/MailApp.cpp
1125
if (fMailWindowFrame.Width() < 64 || fMailWindowFrame.Height() < 20) {
src/apps/mail/MailWindow.cpp
2049
+ (rect.Height() - fContentView->TextView()->Bounds().Height());
src/apps/mail/MailWindow.cpp
2050
if (height > (screenFrame.Height() - 29))
src/apps/mail/MailWindow.cpp
2051
height = screenFrame.Height() - 29;
src/apps/mail/MailWindow.cpp
2057
&& abs((int)(Frame().Height() - rect.Height())) < 5) {
src/apps/mail/MailWindow.cpp
2065
if (rect.Height() > screenFrame.Height())
src/apps/mail/MailWindow.cpp
2066
rect.bottom = rect.top + screenFrame.Height();
src/apps/mail/MailWindow.cpp
2086
ResizeTo(rect.Width(), rect.Height());
src/apps/mail/MailWindow.cpp
2215
if (curPageHeight > pageRect.Height()) {
src/apps/mandelbrot/Mandelbrot.cpp
159
uint16 height = (uint16)Frame().Height();
src/apps/mandelbrot/Mandelbrot.cpp
190
height = width * (frame.Height() / frame.Width());
src/apps/mandelbrot/Mandelbrot.cpp
228
fLocationY = ((frameY - frame.Height() / 2) * -fSize + fLocationY);
src/apps/mandelbrot/Mandelbrot.cpp
239
(frameOriginY - frame.Height() / 2) * -fSize + fLocationY,
src/apps/mandelbrot/Mandelbrot.cpp
269
centerY = lt.y + dragFrame.Height() / 2;
src/apps/mandelbrot/Mandelbrot.cpp
576
frame.top -= fMenuBar->Bounds().Height() + 1;
src/apps/mandelbrot/Mandelbrot.cpp
590
ResizeTo(frame.Width(), frame.Height());
src/apps/mediaconverter/MediaConverterApp.cpp
429
height = (int32)inFormat.Height();
src/apps/mediaconverter/MediaEncoderWindow.cpp
28
ResizeTo(fView->Bounds().Width(), fView->Bounds().Height());
src/apps/mediaconverter/MediaFileInfo.cpp
81
(unsigned)format.Width(), (unsigned)format.Height(),
src/apps/mediaplayer/InfoWin.cpp
133
*_height = fIconBitmap->Bounds().Height()
src/apps/mediaplayer/InfoWin.cpp
159
rect.top + (rect.Height() - fIconBitmap->Bounds().Height()) / 2));
src/apps/mediaplayer/InfoWin.cpp
426
format.Width(), format.Height());
src/apps/mediaplayer/MainWin.cpp
1507
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/mediaplayer/MainWin.cpp
1709
FrameResized(Frame().Width(), Frame().Height());
src/apps/mediaplayer/MainWin.cpp
2124
|| frame.Height() > screenFrame.Height()) {
src/apps/mediaplayer/MainWin.cpp
2568
ResizeTo(rect.Width(), rect.Height());
src/apps/mediaplayer/MainWin.cpp
2577
ResizeTo(fSavedFrame.Width(), fSavedFrame.Height());
src/apps/mediaplayer/MainWin.cpp
2639
ResizeTo(fNoVideoFrame.Width(), fNoVideoFrame.Height());
src/apps/mediaplayer/MainWin.cpp
2680
float height = fControls->Bounds().Height();
src/apps/mediaplayer/MainWin.cpp
293
ResizeTo(frame.Width(), frame.Height());
src/apps/mediaplayer/MainWin.cpp
303
ResizeTo(sNoVideoWidth, Bounds().Height());
src/apps/mediaplayer/MainWin.cpp
322
fMenuBarHeight = (int)fMenuBar->Frame().Height() + 1;
src/apps/mediaplayer/MainWin.cpp
336
fControlsHeight = (int)fControls->Frame().Height() + 1;
src/apps/mediaplayer/MainWin.cpp
423
if (newWidth != Bounds().Width() || newHeight != Bounds().Height()) {
src/apps/mediaplayer/VideoView.cpp
471
- fSubtitleFrame.Height();
src/apps/mediaplayer/VideoView.cpp
478
- fSubtitleFrame.Height()) / 2;
src/apps/mediaplayer/VideoView.cpp
479
float maxOffset = fSubtitleMaxButtom - fSubtitleFrame.Height();
src/apps/mediaplayer/interface/PeakView.cpp
437
float channelHeight = (bitmapFrame.Height() + 1) / fChannelCount;
src/apps/mediaplayer/interface/PlayPauseButton.cpp
111
offset.y += playBounds.Height();
src/apps/mediaplayer/interface/PlayPauseButton.cpp
132
size.height = ceilf(fPauseSymbol->Bounds().Height() * 2.5f);
src/apps/mediaplayer/interface/PlayPauseButton.cpp
61
float spacing = pauseBounds.Height() / 4;
src/apps/mediaplayer/interface/PlayPauseButton.cpp
65
offset.y -= pauseBounds.Height() / 2;
src/apps/mediaplayer/interface/PlayPauseButton.cpp
90
offset.y += playBounds.Height();
src/apps/mediaplayer/interface/PlayPauseButton.cpp
99
offset.y -= playBounds.Height();
src/apps/mediaplayer/interface/SeekSlider.cpp
146
*_height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
src/apps/mediaplayer/interface/SeekSlider.cpp
158
size.height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
src/apps/mediaplayer/interface/SeekSlider.cpp
171
size.height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
src/apps/mediaplayer/interface/SeekSlider.cpp
61
float height = ceilf(frame.Height() * fScale);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
123
fShadowTextView->ResizeTo(bounds.Width(), bounds.Height());
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
142
fTextView->ResizeTo(bounds.Width(), bounds.Height());
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
348
fTextView->ResizeTo(fVideoBounds.Width(), fVideoBounds.Height());
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
357
fShadowTextView->ResizeTo(fVideoBounds.Width(), fVideoBounds.Height());
src/apps/mediaplayer/interface/SymbolButton.cpp
67
offset.y -= fSymbol->Bounds().Height() / 2;
src/apps/mediaplayer/interface/SymbolButton.cpp
76
offset.y += fSymbol->Bounds().Height();
src/apps/mediaplayer/interface/SymbolButton.cpp
92
size.height = ceilf(fSymbol->Bounds().Height() * scale);
src/apps/mediaplayer/interface/VolumeSlider.cpp
112
rect.InsetBy(rect.Height() / 2, 0);
src/apps/mediaplayer/interface/VolumeSlider.cpp
113
rect.left = rect.left + rect.Width() * Position() - rect.Height() / 2;
src/apps/mediaplayer/interface/VolumeSlider.cpp
114
rect.right = rect.left + rect.Height();
src/apps/mediaplayer/interface/VolumeSlider.cpp
266
* BarFrame().Height());
src/apps/mediaplayer/playlist/ListViews.cpp
133
BListView::FrameResized(bounds.Width(), bounds.Height());
src/apps/mediaplayer/playlist/ListViews.cpp
243
dragRect.bottom += ceilf( item->Height() ) + 1.0;
src/apps/mediaplayer/playlist/ListViews.cpp
244
if ( dragRect.Height() > MAX_DRAG_HEIGHT ) {
src/apps/mediaplayer/playlist/ListViews.cpp
262
itemBounds.bottom = itemBounds.top + ceilf( item->Height() );
src/apps/mediaplayer/playlist/ListViews.cpp
274
int32 height = (int32)dragBitmap->Bounds().Height() + 1;
src/apps/mediaplayer/playlist/ListViews.cpp
355
float hotDist = rect.Height() * SCROLL_AREA;
src/apps/mediaplayer/playlist/ListViews.cpp
463
r.InsetBy(0.0, r.Height() * SCROLL_AREA);
src/apps/mediaplayer/playlist/ListViews.cpp
576
where.y += r.Height() / 2.0;
src/apps/mediaplayer/playlist/ListViews.cpp
628
ScrollTo(BPoint(0.0, itemFrame.bottom - bounds.Height()));
src/apps/mediaplayer/playlist/ListViews.cpp
71
float height = frame.Height();
src/apps/mediaplayer/playlist/PlaylistListView.cpp
608
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
113
frame.top += frame.Height();
src/apps/midiplayer/MidiPlayerWindow.cpp
42
#define _H(a) (a->Frame().Height())
src/apps/midiplayer/ScopeView.cpp
152
StrokeLine(BPoint(0, Bounds().Height() / 2),
src/apps/midiplayer/ScopeView.cpp
153
BPoint(Bounds().Width(), Bounds().Height() / 2));
src/apps/midiplayer/ScopeView.cpp
162
StrokeLine(BPoint(0, Bounds().Height() / 2),
src/apps/midiplayer/ScopeView.cpp
163
BPoint(Bounds().Width(), Bounds().Height() / 2));
src/apps/midiplayer/ScopeView.cpp
171
int32 height = (int32) Bounds().Height();
src/apps/midiplayer/ScopeView.cpp
209
float y = height.ascent + (Bounds().Height() - stringHeight) / 2;
src/apps/musiccollection/MusicCollectionWindow.cpp
238
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/apps/musiccollection/MusicFileListView.h
78
BRect latchRect = LatchRect(BRect(0, 0, item->Width(), item->Height()),
src/apps/networkstatus/WirelessNetworkMenuItem.cpp
93
bounds.left = bounds.right - 4 - bounds.Height();
src/apps/packageinstaller/PackageImageViewer.cpp
104
ResizeTo(fBackground->Bounds().Width(), fBackground->Bounds().Height());
src/apps/packageinstaller/PackageImageViewer.cpp
109
(frame.Height() - Bounds().Height()) / 2.0f);
src/apps/packageinstaller/PackageImageViewer.cpp
65
if (image.Height() > (frame.Height() - 100.0f))
src/apps/packageinstaller/PackageImageViewer.cpp
66
image.bottom = frame.Height() - 100.f;
src/apps/packageinstaller/PackageImageViewer.cpp
68
ResizeTo(image.Width(), image.Height());
src/apps/packageinstaller/PackageStatus.cpp
39
(updateRect.Height() - 4) / 2);
src/apps/pairs/PairsWindow.cpp
147
viewBounds.top = fMenuBar->Bounds().Height() + 1;
src/apps/pairs/PairsWindow.cpp
356
(iconSize + spacing) * cols + spacing + fMenuBar->Bounds().Height());
src/apps/patchbay/MidiEventMeter.cpp
103
cell.bottom = cell.top + (cell.Height() + 1) / 5;
src/apps/patchbay/MidiEventMeter.cpp
122
cell.OffsetBy(0, cell.Height() + 1);
src/apps/people/PictureView.cpp
278
float pictureAspect = srcRect.Height() / srcRect.Width();
src/apps/people/PictureView.cpp
282
size.width = srcRect.Width() * size.height / srcRect.Height();
src/apps/people/PictureView.cpp
284
size.height = srcRect.Height() * size.width / srcRect.Width();
src/apps/powerstatus/ExtendedInfoWindow.cpp
240
float size = std::min(rect.Width(), rect.Height());
src/apps/powerstatus/ExtendedInfoWindow.cpp
243
if (frame.Width() > rect.Height()) {
src/apps/powerstatus/ExtendedInfoWindow.cpp
246
rect.OffsetBy(0.0f, (frame.Height() - size) / 2.0f);
src/apps/powerstatus/ExtendedInfoWindow.cpp
349
float tabHeight = ceilf(batteryRect.Height() * 1.4f);
src/apps/powerstatus/PowerStatusView.cpp
173
float margin = floorf((rect.Height() + 1) / 4.5f);
src/apps/powerstatus/PowerStatusView.cpp
182
lightningRect.InsetBy(0.0f, rect.Height() * 0.25f);
src/apps/powerstatus/PowerStatusView.cpp
184
pauseRect.InsetBy(rect.Width() * 0.1f, rect.Height() * 0.4f);
src/apps/powerstatus/PowerStatusView.cpp
192
if (rect.Height() > 8) {
src/apps/powerstatus/PowerStatusView.cpp
210
view->FillRect(BRect(left, floorf(rect.top + rect.Height() / 4) + 1,
src/apps/powerstatus/PowerStatusView.cpp
211
rect.left - 1, floorf(rect.bottom - rect.Height() / 4)));
src/apps/powerstatus/PowerStatusView.cpp
339
bool inside = rect.Width() >= 40.0f && rect.Height() >= 40.0f;
src/apps/powerstatus/PowerStatusView.cpp
369
point.y += (iconRect.Height() - textHeight) / 2;
src/apps/powerstatus/PowerStatusView.cpp
372
point.y += (iconRect.Height() - textHeight) / 2;
src/apps/powerstatus/PowerStatusView.cpp
376
point.y += (Bounds().Height() - textHeight) / 2;
src/apps/powerstatus/PowerStatusView.cpp
454
float width = fShowStatusIcon ? floorf(Bounds().Height() * 1.15f) : 0;
src/apps/powerstatus/PowerStatusView.cpp
509
ResizeTo(width, Bounds().Height());
src/apps/processcontroller/IconMenuItem.cpp
105
const float limit = ceilf(fIcon->Bounds().Height() +
src/apps/processcontroller/IconMenuItem.cpp
82
loc.y = frame.top + (frame.bottom - frame.top - fIcon->Bounds().Height()) / 2;
src/apps/processcontroller/PCWindow.cpp
41
ProcessController::ComposeSize(size.Width() * 10, size.Height())), false);
src/apps/processcontroller/PCWindow.cpp
44
processController->Bounds().Height() + spacing * 2);
src/apps/processcontroller/Preferences.cpp
177
window->ResizeTo(frame.Width(), frame.Height());
src/apps/processcontroller/ProcessController.cpp
209
BView(BRect(0, 0, size.Width(), size.Height()),
src/apps/processcontroller/ProcessController.cpp
619
float h = floorf(bounds.Height ()) - 2;
src/apps/processcontroller/ProcessController.cpp
631
memWidth = floorf((bounds.Height() + 1) / 8);
src/apps/processcontroller/Utilities.cpp
153
float height = frame.Height();
src/apps/processcontroller/Utilities.cpp
156
if (screen.Height() < height && !(flags & B_NOT_V_RESIZABLE))
src/apps/processcontroller/Utilities.cpp
157
height = screen.Height();
src/apps/processcontroller/Utilities.cpp
158
if (width != frame.Width() || height != frame.Height()) {
src/apps/processcontroller/Utilities.cpp
182
rect.top = frame.top + (frame.Height() - barHeight) / 2;
src/apps/processcontroller/Utilities.cpp
183
rect.bottom = frame.top + (frame.Height() + barHeight) / 2;
src/apps/pulse/DeskbarPulseView.cpp
156
ResizeTo(width - 1, Bounds().Height());
src/apps/pulse/NormalPulseView.cpp
52
fChipRect = BRect(10, (rect.Height() - width - 15) / 2, 25 + width,
src/apps/pulse/NormalPulseView.cpp
53
(rect.Height() + width + 15) / 2);
src/apps/pulse/NormalPulseView.cpp
87
ResizeTo(progressLeft + ProgressBar::PROGRESS_WIDTH + 10, rect.Height());
src/apps/pulse/Prefs.cpp
165
r.OffsetTo(screen_rect.right - r.Width() - 5, screen_rect.bottom - r.Height() - 5);
src/apps/pulse/PrefsWindow.cpp
71
deskbarView->Bounds().Height() +
src/apps/pulse/PrefsWindow.cpp
78
Bounds().Height() - 8.0f - okButton->Bounds().Height());
src/apps/pulse/PrefsWindow.cpp
92
+ okButton->Bounds().Height());
src/apps/pulse/PulseWindow.cpp
135
ResizeTo(r.Width(), r.Height());
src/apps/pulse/PulseWindow.cpp
53
ResizeTo(rect.Width(), rect.Height());
src/apps/pulse/PulseWindow.cpp
57
ResizeTo(r.Width(), r.Height());
src/apps/resedit/BitmapView.cpp
645
if ((from.Width() <= r.Width()) && (from.Height() <= r.Height())) {
src/apps/resedit/BitmapView.cpp
648
r.OffsetBy((to.Width() - r.Width()) / 2, (to.Height() - r.Height()) / 2);
src/apps/resedit/BitmapView.cpp
652
float multiplier = from.Width()/from.Height();
src/apps/resedit/BitmapView.cpp
658
r.OffsetBy(0, (to.Height() - r.Height()) / 2);
src/apps/resedit/BitmapView.cpp
663
r.right = r.left + (r.Height() * multiplier);
src/apps/resedit/BitmapView.cpp
89
float yoffset = (Bounds().Height() - 10 - (totalheight * 4)) / 2;
src/apps/resedit/ImageEditor.cpp
110
fImageView->ResizeTo(r.Width(), r.Height());
src/apps/resedit/ImageEditor.cpp
112
fImageView->Frame().bottom + fOK->Frame().Height() + 20);
src/apps/resedit/ImageEditor.cpp
81
Bounds().bottom - fOK->Bounds().Height() - 10);
src/apps/resedit/ImageEditor.cpp
90
fImageView->Frame().bottom + fOK->Frame().Height() + 20);
src/apps/resedit/InlineEditor.cpp
64
fTextBox->ResizeTo(Bounds().Width(), fTextBox->Bounds().Height());
src/apps/resedit/InlineEditor.cpp
65
ResizeTo(Bounds().Width(), fTextBox->Bounds().Height());
src/apps/resedit/MiscEditors.cpp
103
r.OffsetBy(0, r.Height() + 10);
src/apps/resedit/MiscEditors.cpp
137
if (Bounds().Height() < fCancel->Frame().bottom + 10) {
src/apps/resedit/MiscEditors.cpp
149
Window()->Bounds().Height(), 30000);
src/apps/resedit/MiscEditors.cpp
171
return fOK->Frame().Height() + (strheight * lineCount) + 40.0;
src/apps/resedit/ResFields.cpp
50
if (drawrect.Height() > rect.Height()) {
src/apps/resedit/ResFields.cpp
54
(rect.Height() / fBitmap->Bounds().Height()));
src/apps/screenshot/ScreenshotWindow.cpp
510
float height = fPreview->Bounds().Height();
src/apps/screenshot/ScreenshotWindow.cpp
512
/ fScreenshot->Bounds().Height()) * height;
src/apps/screenshot/ScreenshotWindow.cpp
517
height = (fScreenshot->Bounds().Height()
src/apps/screenshot/SelectAreaView.cpp
78
if (fResizable && frame.Width() > 20 && frame.Height() > 20) {
src/apps/serialconnect/SerialWindow.cpp
489
fTermView->ResizeBy(0, fStatusBar->Bounds().Height() - 1);
src/apps/serialconnect/SerialWindow.cpp
498
fTermView->ResizeBy(0, -(fStatusBar->Bounds().Height() - 1));
src/apps/showimage/PrintOptionsWindow.cpp
165
fCurrentOptions.Height(), kMsgHeightChanged);
src/apps/showimage/PrintOptionsWindow.cpp
265
SetValue(fHeight, fCurrentOptions.Height());
src/apps/showimage/PrintOptionsWindow.cpp
269
if (GetValue(fHeight, &value) && fCurrentOptions.Height() != value) {
src/apps/showimage/PrintOptionsWindow.cpp
69
fHeight = (fBounds.Height() + 1) * w / (fBounds.Width() + 1);
src/apps/showimage/PrintOptionsWindow.cpp
76
fWidth = (fBounds.Width() + 1) * h / (fBounds.Height() + 1);
src/apps/showimage/PrintOptionsWindow.h
46
float Height() const { return fHeight; }
src/apps/showimage/ProgressWindow.cpp
79
screen.Frame().bottom - Bounds().Height() - borderWidth);
src/apps/showimage/SelectionBox.cpp
190
if (fBounds.Height() <= 0.0 || fBounds.Width() <= 0.0)
src/apps/showimage/ShowImageView.cpp
1170
if (fCopyFromRect.Width() < 1.0 && fCopyFromRect.Height() < 1.0)
src/apps/showimage/ShowImageView.cpp
1485
FixupScrollBar(B_VERTICAL, bitmapRect.Height(), viewRect.Height());
src/apps/showimage/ShowImageView.cpp
1501
fBitmap->Bounds().Height());
src/apps/showimage/ShowImageView.cpp
1584
where.Set(Bounds().Width() / 2, Bounds().Height() / 2);
src/apps/showimage/ShowImageView.cpp
1771
if (s * (rect.Height() + 1.0) <= size) {
src/apps/showimage/ShowImageView.cpp
1773
rect.bottom = static_cast<int>(s * (rect.Height() + 1.0)) - 1;
src/apps/showimage/ShowImageView.cpp
1777
s = size / (rect.Height() + 1.0);
src/apps/showimage/ShowImageView.cpp
315
fSelectionBox.Bounds().Height() + 1.0);
src/apps/showimage/ShowImageView.cpp
566
float bitmapHeight = fBitmap->Bounds().Height() + 1;
src/apps/showimage/ShowImageView.cpp
570
float height = Bounds().Height() + 1;
src/apps/showimage/ShowImageView.cpp
588
float bitmapHeight = rect.Height() + 1;
src/apps/showimage/ShowImageView.cpp
592
float height = Bounds().Height() + 1;
src/apps/showimage/ShowImageView.cpp
603
bitmapHeight = rect.Height() + 1.0;
src/apps/showimage/ShowImageView.cpp
878
&& selectionRect.Height() * fZoom < 400.0) {
src/apps/showimage/ShowImageWindow.cpp
1121
frame.Height() + 1);
src/apps/showimage/ShowImageWindow.cpp
1369
frame.top -= fBar->Bounds().Height() + 1;
src/apps/showimage/ShowImageWindow.cpp
1388
ResizeTo(frame.Width(), frame.Height());
src/apps/showimage/ShowImageWindow.cpp
1419
settings->GetFloat("PO:Height", fPrintOptions.Height()));
src/apps/showimage/ShowImageWindow.cpp
1438
settings->SetFloat("PO:Height", fPrintOptions.Height());
src/apps/showimage/ShowImageWindow.cpp
1507
float imageHeight = bitmap->Bounds().Height() + 1.0;
src/apps/showimage/ShowImageWindow.cpp
1513
float w2 = imageWidth * (printableRect.Height() + 1)
src/apps/showimage/ShowImageWindow.cpp
1659
float diff = fToolBar->Bounds().Height() + 2;
src/apps/showimage/ShowImageWindow.cpp
533
float height = r.Height() + 1 + fBar->Frame().Height()
src/apps/showimage/ShowImageWindow.cpp
540
float maxHeight = frame.Height() + 1 - windowBorder - Frame().top;
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
131
fDefaultRect.Height(), fDefaultRect.Height());
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
648
fDefaultRect.Height() + 4 * fListView->ItemHeight(),
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
662
ResizeTo(windowFrame.Width(), windowFrame.Height());
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
683
ResizeTo(fDefaultRect.Width(), fDefaultRect.Height());
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
811
return fPackageMoreIcon->Bounds().Height();
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
813
return fPackageLessIcon->Bounds().Height();
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
908
float iconSize = icon->Bounds().Height();
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
909
float offsetMarginHeight = floor((Height() - iconSize) / 2);
src/apps/soundrecorder/DrawButton.cpp
18
fOff.SetBits(off, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
src/apps/soundrecorder/DrawButton.cpp
19
fOn.SetBits(on, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
src/apps/soundrecorder/RecorderWindow.cpp
200
SetSizeLimits(min_width, width, min_height, rect.Height() - 24);
src/apps/soundrecorder/RecorderWindow.cpp
206
SetZoomLimits(width, rect.Height() - 24);
src/apps/soundrecorder/RecorderWindow.cpp
455
fDeployedHeight = MIN_HEIGHT + fFileInfoBox->Bounds().Height() + 40.0f;
src/apps/soundrecorder/ScopeView.cpp
39
fHeight = Bounds().Height();
src/apps/soundrecorder/SoundListView.cpp
49
pt.y = (Bounds().Height() + height.ascent + height.descent)/ 2;
src/apps/soundrecorder/TransportButton.cpp
309
* (Bounds().Height() + 1), 0, B_CMAP8);
src/apps/soundrecorder/UpDownButton.cpp
42
if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
src/apps/soundrecorder/UpDownButton.cpp
44
else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
src/apps/soundrecorder/UpDownButton.cpp
66
fTrackingY = (Bounds().top + Bounds().Height()/2);
src/apps/soundrecorder/UpDownButton.cpp
93
if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
src/apps/soundrecorder/UpDownButton.cpp
95
else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
src/apps/soundrecorder/VUView.cpp
31
fLevelCount = int(rect.Height()) / 2;
src/apps/stylededit/ColorMenuItem.cpp
34
if (colorSquare.Width() > colorSquare.Height()) {
src/apps/stylededit/ColorMenuItem.cpp
40
colorSquare.right = colorSquare.left + colorSquare.Height();
src/apps/stylededit/StyledEditApp.cpp
52
if (top + sWindowRect.Height() > screenBorder.bottom)
src/apps/stylededit/StyledEditApp.cpp
73
top = screenBorder.bottom - sWindowRect.Height() - sTopLeft.y;
src/apps/stylededit/StyledEditWindow.cpp
1028
while (currentHeight < printableRect.Height() && currentLine
src/apps/stylededit/StyledEditWindow.cpp
1031
if (currentHeight < printableRect.Height())
src/apps/stylededit/StyledEditWindow.cpp
1037
if (currentHeight >= printableRect.Height()) {
src/apps/stylededit/StyledEditWindow.cpp
1056
while (currentHeight < printableRect.Height()
src/apps/stylededit/StyledEditWindow.cpp
1060
if (currentHeight < printableRect.Height())
src/apps/stylededit/StyledEditWindow.cpp
1471
if (newFrame.Width() > 32 && newFrame.Height() > 32
src/apps/stylededit/StyledEditWindow.cpp
1474
ResizeTo(newFrame.Width(), newFrame.Height());
src/apps/stylededit/StyledEditWindow.cpp
241
(findWindowFrame.Height() - 235) / 2);
src/apps/stylededit/StyledEditWindow.cpp
289
(replaceWindowFrame.Height() - 284) / 2);
src/apps/sudoku/ProgressWindow.cpp
81
frame.top + (frame.Height() - Bounds().Height()) / 2);
src/apps/sudoku/SudokuView.cpp
567
fHeight = (Bounds().Height() + 2 - kStrongLineSize * (fBlockSize - 1))
src/apps/sudoku/SudokuView.cpp
821
Bounds().Height()));
src/apps/sudoku/SudokuView.cpp
824
StrokeLine(BPoint(width, 0), BPoint(width, Bounds().Height()));
src/apps/sudoku/SudokuWindow.cpp
158
ResizeTo(frame.Width(), frame.Height());
src/apps/sudoku/SudokuWindow.cpp
161
ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
src/apps/switcher/PanelWindow.cpp
109
+ (screenFrame.Height() - Bounds().Height()) / 2.f;
src/apps/switcher/PanelWindow.cpp
130
from.y = screenFrame.top - Bounds().Height();
src/apps/switcher/PanelWindow.cpp
135
to.y = screenFrame.bottom - Bounds().Height();
src/apps/terminal/BasicTerminalBuffer.h
71
int32 Height() const { return fHeight; }
src/apps/terminal/SmartTabView.cpp
138
ContainerView()->Bounds().Height() - fInsets.top - fInsets.bottom);
src/apps/terminal/SmartTabView.cpp
169
if (Window()->DecoratorFrame().Height() + 2 * TabHeight()
src/apps/terminal/SmartTabView.cpp
170
< screen.Frame().Height()) {
src/apps/terminal/SmartTabView.cpp
204
if (Window()->DecoratorFrame().Height() + 2 * TabHeight()
src/apps/terminal/SmartTabView.cpp
205
< screen.Frame().Height()) {
src/apps/terminal/SmartTabView.cpp
53
ContainerView()->ResizeTo(frame.Width(), frame.Height());
src/apps/terminal/SmartTabView.cpp
62
fFullScreenButton->ResizeTo(buttonRect.Width(), buttonRect.Height());
src/apps/terminal/TermParse.cpp
1005
bottom = fBuffer->Height();
src/apps/terminal/TermParse.cpp
1299
int maxRepetitions = fBuffer->Width() * fBuffer->Height();
src/apps/terminal/TermView.cpp
1521
const int numLines = (int)((updateRect.Height()) / fFontHeight);
src/apps/terminal/TermView.cpp
1633
(Bounds().Height()- fResizeView->Bounds().Height()) / 2);
src/apps/terminal/TermView.cpp
2338
offset + fTextBuffer->Height() + 2);
src/apps/terminal/TermView.cpp
2646
TermPos maxPos(0, fTextBuffer->Height());
src/apps/terminal/TermView.cpp
2652
&& end.y < fTextBuffer->Height()) {
src/apps/terminal/TermView.cpp
2899
start = TermPos(0, fTextBuffer->Height());
src/apps/terminal/TermView.cpp
2987
float height = Bounds().Height();
src/apps/terminal/TermView.cpp
952
TermPos(0, fTextBuffer->Height()), false, true);
src/apps/terminal/TermWindow.cpp
1000
ResizeTo(fSavedFrame.Width(), fSavedFrame.Height());
src/apps/terminal/TermWindow.cpp
1307
int pHeight = (int)pageRect.Height();
src/apps/terminal/TermWindow.cpp
1391
minimumHeight += fMenuBar->Bounds().Height() + 1;
src/apps/terminal/TermWindow.cpp
1409
viewHeight + fMenuBar->Bounds().Height() + 1);
src/apps/terminal/TermWindow.cpp
1779
minimumHeight += fMenuBar->Bounds().Height() + 1;
src/apps/terminal/TermWindow.cpp
1796
height += fMenuBar->Bounds().Height() + 1;
src/apps/terminal/TermWindow.cpp
243
&& frame.Height() <= screenFrame.Height())
src/apps/terminal/TermWindow.cpp
244
ResizeTo(frame.Width(), frame.Height());
src/apps/terminal/TermWindow.cpp
972
float mbHeight = fMenuBar->Bounds().Height() + 1;
src/apps/terminal/TermWindow.cpp
987
ResizeTo(screen.Frame().Width() + 1, screen.Frame().Height() + 1);
src/apps/terminal/TermWindow.cpp
993
float mbHeight = fMenuBar->Bounds().Height() + 1;
src/apps/terminal/ThemeView.cpp
116
fColorPreview->Parent()->SetExplicitMaxSize(BSize(B_SIZE_UNSET, fPicker->Bounds().Height()));
src/apps/text_search/GrepWindow.cpp
762
ResizeTo(fModel->fFrame.Width(), fModel->fFrame.Height());
src/apps/tv/MainWin.cpp
118
fMenuBarHeight = (int)fMenuBar->Frame().Height() + 1;
src/apps/tv/MainWin.cpp
659
if (new_width != Bounds().Width() || new_height != Bounds().Height()) {
src/apps/tv/MainWin.cpp
666
Bounds().Height());
src/apps/tv/MainWin.cpp
711
fVideoView->Bounds().Width() + 1, fVideoView->Bounds().Height() + 1);
src/apps/tv/MainWin.cpp
726
float max_height = fBackground->Bounds().Height() + 1.0f;
src/apps/tv/MainWin.cpp
753
fBackground->Bounds().Height());
src/apps/tv/MainWin.cpp
768
fBackground->Bounds().Height() - (fNoMenu ? 0 : fMenuBarHeight));
src/apps/tv/MainWin.cpp
775
float max_height = Bounds().Height() + 1.0f - (fNoMenu ? 0
src/apps/tv/MainWin.cpp
866
ResizeTo(rect.Width(), rect.Height());
src/apps/tv/MainWin.cpp
881
ResizeTo(fSavedFrame.Width(), fSavedFrame.Height());
src/apps/tv/MainWin.cpp
962
FrameResized(Bounds().Width(), Bounds().Height());
src/apps/tv/VideoView.cpp
279
int seperator_y1 = int(0.60 * (bnd.Height() + 1));
src/apps/tv/VideoView.cpp
280
int seperator_y2 = int(0.80 * (bnd.Height() + 1));
src/apps/webpositive/BookmarkBar.cpp
202
FrameResized(rect.Width(), rect.Height());
src/apps/webpositive/BookmarkBar.cpp
474
FrameResized(rect.Width(), rect.Height());
src/apps/webpositive/BrowserApp.cpp
238
screenFrame.Height() - fDownloadWindow->Frame().Height()
src/apps/webpositive/BrowserWindow.cpp
1466
fNonFullscreenWindowFrame.Height());
src/apps/webpositive/BrowserWindow.cpp
1714
height = min_c(height, screen.Frame().Height());
src/apps/webpositive/BrowserWindow.cpp
2443
ResizeTo(screen.Frame().Width(), screen.Frame().Height());
src/apps/webpositive/DownloadProgressView.cpp
139
fIconBitmap.Bounds().Height());
src/apps/webpositive/DownloadWindow.cpp
405
float scrollBarHeight = scrollBar->Bounds().Height() - 1;
src/apps/webpositive/DownloadWindow.cpp
77
float height = Bounds().Height();
src/apps/webpositive/autocompletion/AutoCompleterDefaultImpl.cpp
408
scrollView->ResizeTo(listRect.Width() + 1, listRect.Height() + 2);
src/apps/webpositive/autocompletion/AutoCompleterDefaultImpl.cpp
411
fListView->ResizeTo(listRect.Width() - B_V_SCROLL_BAR_WIDTH, listRect.Height());
src/apps/webpositive/autocompletion/AutoCompleterDefaultImpl.cpp
414
fListView->ResizeTo(listRect.Width(), listRect.Height());
src/apps/webpositive/autocompletion/AutoCompleterDefaultImpl.cpp
417
fWindow->ResizeTo(listRect.Width(), listRect.Height());
src/apps/webpositive/tabview/TabManager.cpp
503
&& (fIcon->Bounds().Height() + 1) / scale >= kIconSize - 4
src/apps/webpositive/tabview/TabManager.cpp
504
&& (fIcon->Bounds().Height() + 1) / scale <= kIconSize) {
src/apps/webpositive/tabview/TabManager.cpp
506
iconBounds.bottom = (fIcon->Bounds().Height() + 1) / scale - 1;
src/apps/webpositive/tabview/TabManager.cpp
512
frame.top + floorf((frame.Height() - iconBounds.Height()) / 2));
src/apps/webpositive/tabview/TabManager.cpp
595
frame.left = frame.right - frame.Height();
src/apps/workspaces/Workspaces.cpp
1113
float screenHeight = screen.Frame().Height();
src/apps/workspaces/Workspaces.cpp
731
fTabHeight = tabFrame.Height();
src/apps/workspaces/Workspaces.cpp
745
float screenHeight = screen.Frame().Height();
src/apps/workspaces/Workspaces.cpp
770
ResizeTo(frame.Width(), frame.Height());
src/apps/workspaces/Workspaces.cpp
774
screenHeight - frame.Height() - borderWidth);
src/apps/workspaces/Workspaces.cpp
828
float screenHeight = screen.Frame().Height();
src/apps/workspaces/Workspaces.cpp
847
float screenHeight = screen.Frame().Height();
src/bin/desklink/VolumeControl.cpp
436
* BarFrame().Height());
src/bin/mail_utils/spamdbm.cpp
1121
virtual void FrameResized (float Width, float Height);
src/bin/mail_utils/spamdbm.cpp
5367
ResizeTo (SubViewPntr->Frame().Width(), SubViewPntr->Frame().Height());
src/bin/mail_utils/spamdbm.cpp
5434
Y = TempRect.Height() / 2;
src/bin/mail_utils/spamdbm.cpp
5437
Y -= TempRect.Height() / 2;
src/bin/mail_utils/spamdbm.cpp
6136
float Height;
src/bin/mail_utils/spamdbm.cpp
6176
m_CreateDatabaseButtonPntr->GetPreferredSize (&Width, &Height);
src/bin/mail_utils/spamdbm.cpp
6193
m_BrowseButtonPntr->GetPreferredSize (&Width, &Height);
src/bin/mail_utils/spamdbm.cpp
6333
m_IgnorePreviousClassCheckboxPntr->GetPreferredSize (&Width, &Height);
src/bin/mail_utils/spamdbm.cpp
6358
m_ServerModeCheckboxPntr->GetPreferredSize (&Width, &Height);
src/bin/mail_utils/spamdbm.cpp
6552
m_ResetToDefaultsButtonPntr->GetPreferredSize (&Width, &Height);
src/bin/mail_utils/spamdbm.cpp
7717
PageSize = (int) (Bounds().Height() / m_LineHeight - 1);
src/bin/screen_blanker/PasswordWindow.cpp
74
screen.Frame().top + (screen.Frame().Height() - Bounds().Height()) / 2);
src/build/libbe/interface/Bitmap.cpp
797
double realSize = bounds.Width() * bounds.Height();
src/kits/interface/AboutWindow.cpp
403
MoveTo(AboutPosition(Frame().Width(), Frame().Height()));
src/kits/interface/AboutWindow.cpp
450
result.y = screenFrame.top + (screenFrame.Height() / 4.0)
src/kits/interface/AbstractLayout.cpp
238
view->ResizeTo(frame.Width(), frame.Height());
src/kits/interface/AbstractSpinner.cpp
1057
if (bounds.Height() > fLayoutData->previous_height) {
src/kits/interface/AbstractSpinner.cpp
1067
} else if (bounds.Height() < fLayoutData->previous_height) {
src/kits/interface/AbstractSpinner.cpp
1079
fLayoutData->previous_height = bounds.Height();
src/kits/interface/AbstractSpinner.cpp
1471
+ roundf((rect.Height() + 1.0f - fontHeight.ascent
src/kits/interface/AbstractSpinner.cpp
1519
fLayoutData = new LayoutData(rect.Width(), rect.Height());
src/kits/interface/AbstractSpinner.cpp
1523
rect.right -= rect.Height() * 2 + kFrameMargin * 2 + 1.0f;
src/kits/interface/AbstractSpinner.cpp
1532
rect.right = rect.left + rect.Height() - kFrameMargin * 2;
src/kits/interface/AbstractSpinner.cpp
1538
rect.right = rect.left + rect.Height() - kFrameMargin * 2;
src/kits/interface/AbstractSpinner.cpp
1560
rect.right -= rect.Height() * 2 + kFrameMargin * 2 + 1.0f;
src/kits/interface/AbstractSpinner.cpp
1563
fTextView->ResizeTo(rect.Width(), rect.Height());
src/kits/interface/AbstractSpinner.cpp
1569
rect.right = rect.left + rect.Height() - kFrameMargin * 2;
src/kits/interface/AbstractSpinner.cpp
1571
fDecrement->ResizeTo(rect.Width(), rect.Height());
src/kits/interface/AbstractSpinner.cpp
1575
rect.right = rect.left + rect.Height() - kFrameMargin * 2;
src/kits/interface/AbstractSpinner.cpp
1577
fIncrement->ResizeTo(rect.Width(), rect.Height());
src/kits/interface/AbstractSpinner.cpp
1602
ResizeTo(frame.Width(), frame.Height());
src/kits/interface/AbstractSpinner.cpp
432
float halfHeight = floorf(rect.Height() / 2);
src/kits/interface/Alert.cpp
461
result.y = screenFrame.top + (screenFrame.Height() / 4.0) - ceil(height / 3.0);
src/kits/interface/Alert.cpp
758
*_height += fIconBitmap->Bounds().Height();
src/kits/interface/Alert.cpp
760
*_height += be_control_look->ComposeIconSize(B_LARGE_ICON).Height();
src/kits/interface/BMCPrivate.cpp
181
ResizeTo(fMenuField->_MenuBarWidth(), Bounds().Height());
src/kits/interface/BMCPrivate.cpp
350
top = ceilf((Bounds().Height() - ceilf(fontHeight.ascent)
src/kits/interface/Bitmap.cpp
1067
double realSize = bounds.Width() * bounds.Height();
src/kits/interface/Box.cpp
156
return fLayoutData->label_box.Height() / 2;
src/kits/interface/Box.cpp
346
if (fBounds.Height() < bounds.Height()) {
src/kits/interface/Box.cpp
352
} else if (fBounds.Height() > bounds.Height()) {
src/kits/interface/Box.cpp
424
if (height < Bounds().Height())
src/kits/interface/Box.cpp
425
height = Bounds().Height();
src/kits/interface/Box.cpp
689
if (rect.Height() == 0.0 || rect.Width() == 0.0) {
src/kits/interface/Box.cpp
721
if (rect.Height() == 1.0) {
src/kits/interface/Button.cpp
54
if (Bounds().Height() < minHeight)
src/kits/interface/Button.cpp
684
icon->Bounds().Height() + minHorizontalMargins);
src/kits/interface/ChannelSlider.cpp
305
fMinPoint = frame.top + frame.Height() / 2;
src/kits/interface/ChannelSlider.cpp
550
float vCenter = area.Height() / 2;
src/kits/interface/ChannelSlider.cpp
657
frame.OffsetBy(channel * frame.Width(), (frame.Height() / 2.0) -
src/kits/interface/ChannelSlider.cpp
660
frame.OffsetBy(frame.Width() / 2.0, channel * frame.Height()
src/kits/interface/ChannelSlider.cpp
696
range = bounds.Height() - frame.Height() - (fLineFeed * 3.0) -
src/kits/interface/ChannelSlider.cpp
728
fIsVertical = Bounds().Width() / Bounds().Height() < 1;
src/kits/interface/ChannelSlider.cpp
817
drawHere.y = (Bounds().Height() - bounds.Height()) - kPadding
src/kits/interface/CheckBox.cpp
40
if (Bounds().Height() < minHeight)
src/kits/interface/CheckBox.cpp
524
height = std::max(height, icon->Bounds().Height());
src/kits/interface/ColorControl.cpp
222
if (rampHeight > fRedText->Frame().Height()) {
src/kits/interface/ColorControl.cpp
226
y = floorf(offset + (offset - fRedText->Frame().Height()) / 2);
src/kits/interface/ColorControl.cpp
592
rampRect.top + rampRect.Height() / 2);
src/kits/interface/ColorControl.cpp
628
return std::max(fRedText->Bounds().Height(),
src/kits/interface/ColorControl.cpp
629
ceilf(_PaletteFrame().Height() / 3));
src/kits/interface/ColorControl.cpp
977
if (rect.Height() < fBlueText->Frame().bottom) {
src/kits/interface/ColorControl.cpp
988
*_height = rect.Height();
src/kits/interface/ColumnListView.cpp
1134
view->ResizeTo(viewRect.Width(), viewRect.Height());
src/kits/interface/ColumnListView.cpp
1678
+ (rect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
src/kits/interface/ColumnListView.cpp
2119
size.height += fHorizontalScrollBar->Frame().Height() + 1;
src/kits/interface/ColumnListView.cpp
2188
fTitleView->ResizeTo(titleRect.Width(), titleRect.Height());
src/kits/interface/ColumnListView.cpp
2191
fOutlineView->ResizeTo(outlineRect.Width(), outlineRect.Height());
src/kits/interface/ColumnListView.cpp
2195
vScrollBarRect.Height());
src/kits/interface/ColumnListView.cpp
2199
float hScrollBarHeight = fHorizontalScrollBar->Frame().Height();
src/kits/interface/ColumnListView.cpp
2222
hScrollBarRect.Height());
src/kits/interface/ColumnListView.cpp
2237
if (bounds.Height() <= 0)
src/kits/interface/ColumnListView.cpp
2259
fOutlineView, 0.0, bounds.Height(), B_VERTICAL);
src/kits/interface/ColumnListView.cpp
2623
float columnHeight = fVisibleRect.Height();
src/kits/interface/ColumnListView.cpp
2718
+ (drawRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
src/kits/interface/ColumnListView.cpp
2767
float bmh = fDownSortArrow->Bounds().Height()+1;
src/kits/interface/ColumnListView.cpp
2839
columnLeftEdge + column->Width(), fVisibleRect.Height());
src/kits/interface/ColumnListView.cpp
2852
fVisibleRect.Height());
src/kits/interface/ColumnListView.cpp
2859
fVisibleRect.Height());
src/kits/interface/ColumnListView.cpp
2979
fVisibleRect.Height());
src/kits/interface/ColumnListView.cpp
3001
fVisibleRect.Height());
src/kits/interface/ColumnListView.cpp
3067
position.y - dragRect.Height() / 2);
src/kits/interface/ColumnListView.cpp
3390
line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
src/kits/interface/ColumnListView.cpp
3393
float rowHeight = row->Height();
src/kits/interface/ColumnListView.cpp
3470
+ (fieldRect.Height() + 1 - (fh.ascent+fh.descent)) / 2);
src/kits/interface/ColumnListView.cpp
3507
+ (destRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
src/kits/interface/ColumnListView.cpp
3549
float rowHeight = row->Height();
src/kits/interface/ColumnListView.cpp
3606
fMasterView->LatchWidth()), line + row->Height()));
src/kits/interface/ColumnListView.cpp
3665
+ (destRect.Height() + 1
src/kits/interface/ColumnListView.cpp
3724
float rowHeight = row->Height();
src/kits/interface/ColumnListView.cpp
3828
+ fMasterView->LatchWidth(), rowTop + row->Height());
src/kits/interface/ColumnListView.cpp
3885
fTargetRowTop + fTargetRow->Height()));
src/kits/interface/ColumnListView.cpp
4194
newRowPos = fFocusRowRect.top + (up ? -4 : fFocusRow->Height() + 4);
src/kits/interface/ColumnListView.cpp
4198
verticalScroll = newRowPos - fVisibleRect.Height() + 20;
src/kits/interface/ColumnListView.cpp
4215
fFocusRowRect.bottom = fFocusRowRect.top + fFocusRow->Height();
src/kits/interface/ColumnListView.cpp
4363
subTreeHeight += iterator.CurrentRow()->Height()+1;
src/kits/interface/ColumnListView.cpp
4371
subTreeHeight -= iterator.CurrentRow()->Height()+1;
src/kits/interface/ColumnListView.cpp
4424
subTreeHeight = row->Height() + 1;
src/kits/interface/ColumnListView.cpp
4430
subTreeHeight += iterator.CurrentRow()->Height() + 1;
src/kits/interface/ColumnListView.cpp
4448
if (fItemsHeight > fVisibleRect.Height())
src/kits/interface/ColumnListView.cpp
4449
ScrollBy(0.0, fItemsHeight - fVisibleRect.Height() - Bounds().top);
src/kits/interface/ColumnListView.cpp
448
ResizeTo(width, bounds.Height());
src/kits/interface/ColumnListView.cpp
4527
subTreesHeight += row->Height() + 1;
src/kits/interface/ColumnListView.cpp
4534
subTreesHeight += iterator.CurrentRow()->Height() + 1;
src/kits/interface/ColumnListView.cpp
4566
if (fItemsHeight > fVisibleRect.Height())
src/kits/interface/ColumnListView.cpp
4567
ScrollBy(0.0, fItemsHeight - fVisibleRect.Height() - Bounds().top);
src/kits/interface/ColumnListView.cpp
462
if (height > bounds.Height()) {
src/kits/interface/ColumnListView.cpp
4749
float rowHeight = row->Height();
src/kits/interface/ColumnListView.cpp
4814
ResizeBufferView()->UpdateMaxHeight(row->Height());
src/kits/interface/ColumnListView.cpp
4818
fItemsHeight += row->Height() + 1;
src/kits/interface/ColumnListView.cpp
4839
source.bottom -= row->Height() + 1;
src/kits/interface/ColumnListView.cpp
4840
dest.top += row->Height() + 1;
src/kits/interface/ColumnListView.cpp
4843
fVisibleRect.top + newRowRect.Height()));
src/kits/interface/ColumnListView.cpp
4848
fVisibleRect.bottom - newRowRect.Height());
src/kits/interface/ColumnListView.cpp
4850
dest.OffsetBy(0, newRowRect.Height() + 1);
src/kits/interface/ColumnListView.cpp
4900
if (fItemsHeight > fVisibleRect.Height()) {
src/kits/interface/ColumnListView.cpp
4901
float maxScrollBarValue = fItemsHeight - fVisibleRect.Height();
src/kits/interface/ColumnListView.cpp
4902
vScrollBar->SetProportion(fVisibleRect.Height() / fItemsHeight);
src/kits/interface/ColumnListView.cpp
4910
vScrollBar->SetSteps(20.0, fVisibleRect.Height());
src/kits/interface/ColumnListView.cpp
5000
float maxScrollBarValue = fItemsHeight - fVisibleRect.Height();
src/kits/interface/ColumnListView.cpp
5027
line + row->Height());
src/kits/interface/ColumnListView.cpp
5031
line += iterator.CurrentRow()->Height() + 1;
src/kits/interface/ColumnListView.cpp
5049
line + row->Height());
src/kits/interface/ColumnListView.cpp
5053
line += iterator.CurrentRow()->Height() + 1;
src/kits/interface/ColumnListView.cpp
5085
if (line + row->Height() > fVisibleRect.top) {
src/kits/interface/ColumnListView.cpp
5088
line + row->Height()));
src/kits/interface/ColumnListView.cpp
5091
line += row->Height() + 1;
src/kits/interface/ColumnTypes.cpp
636
float y = rect.top + ((rect.Height() - r.Height()) / 2);
src/kits/interface/ColumnTypes.cpp
76
+ (rect.Height() - ceilf(finfo.ascent + finfo.descent)) / 2.0f;
src/kits/interface/Dragger.cpp
256
fBitmap->Bounds().Height());
src/kits/interface/Dragger.cpp
686
parentBounds.bottom - bounds.Height());
src/kits/interface/HaikuControlLook.cpp
1039
float vInset = rect.Height() / 3;
src/kits/interface/HaikuControlLook.cpp
1058
rect.bottom - rect.Height() / 1.33);
src/kits/interface/HaikuControlLook.cpp
1065
rect.top + 1 + rect.Height() / 1.33);
src/kits/interface/HaikuControlLook.cpp
1141
sliderPosition = floorf(rect.top + 2 + (rect.Height() - 2)
src/kits/interface/HaikuControlLook.cpp
1175
leftCorner.right = leftCorner.left + leftCorner.Height();
src/kits/interface/HaikuControlLook.cpp
1176
rightCorner.left = rightCorner.right - rightCorner.Height();
src/kits/interface/HaikuControlLook.cpp
1177
barRect.left += ceilf(barRect.Height() / 2);
src/kits/interface/HaikuControlLook.cpp
1178
barRect.right -= ceilf(barRect.Height() / 2);
src/kits/interface/HaikuControlLook.cpp
1371
rect.InsetBy(0, floorf(rect.Height() / 4));
src/kits/interface/HaikuControlLook.cpp
1558
factor = (rect.Height() - 2) / (hashMarkCount - 1);
src/kits/interface/HaikuControlLook.cpp
1956
if (borders != 0 && rect.Width() > 3 && rect.Height() > 3)
src/kits/interface/HaikuControlLook.cpp
2004
if (rect.Height() > 2) {
src/kits/interface/HaikuControlLook.cpp
2352
height = icon->Bounds().Height() + 1;
src/kits/interface/HaikuControlLook.cpp
2377
if (icon->Bounds().Height() + 1 < height)
src/kits/interface/HaikuControlLook.cpp
2378
location.y += ceilf((height - icon->Bounds().Height() - 1) / 2);
src/kits/interface/HaikuControlLook.cpp
3140
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3168
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3206
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3243
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3302
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3334
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3382
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3426
ellipseRect.bottom = ellipseRect.top + ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3478
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3522
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3570
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
3602
ellipseRect.top = ellipseRect.bottom - ellipseRect.Height() * 2;
src/kits/interface/HaikuControlLook.cpp
731
if (rect.Height() > 0) {
src/kits/interface/HaikuControlLook.cpp
737
if (rect.Height() >= 0) {
src/kits/interface/HaikuControlLook.cpp
743
if (rect.Height() >= 0) {
src/kits/interface/HaikuControlLook.cpp
749
if (rect.Height() >= 0) {
src/kits/interface/HaikuControlLook.cpp
832
float vmiddle = rect.top + roundf(rect.Height() / 2);
src/kits/interface/HaikuControlLook.cpp
841
float spacer = rect.Height();
src/kits/interface/HaikuControlLook.cpp
912
float middle = rect.Height() / 2;
src/kits/interface/LayoutItem.cpp
145
frame.bottom = frame.top + max_c(frame.Height(), minHeight);
src/kits/interface/LayoutUtils.cpp
171
if (maxSize.height < frame.Height()
src/kits/interface/LayoutUtils.cpp
173
frame.top += (int)((frame.Height() - maxSize.height)
src/kits/interface/LayoutUtils.cpp
203
frame.bottom = frame.top + std::max(frame.Height(), minHeight);
src/kits/interface/LayoutUtils.cpp
220
rect.top += (int)(((rect.Height() - size.height))
src/kits/interface/ListView.cpp
1249
BListView::ScrollTo(BPoint(0, itemFrame.bottom - bounds.Height()));
src/kits/interface/ListView.cpp
1259
|| itemFrame.Height() > Bounds().Height())
src/kits/interface/ListView.cpp
1645
if (bounds.Height() > itemHeight) {
src/kits/interface/ListView.cpp
1651
vertScroller->SetRange(0.0, itemHeight - bounds.Height() - 1.0);
src/kits/interface/ListView.cpp
1652
vertScroller->SetProportion(bounds.Height () / itemHeight);
src/kits/interface/ListView.cpp
1660
ceilf(FirstItem()->Height()), bounds.Height());
src/kits/interface/ListView.cpp
1978
if (aFrame.Height() != bFrame.Height()) {
src/kits/interface/ListView.cpp
2123
top += ceilf(item->Height());
src/kits/interface/ListView.cpp
216
itemFrame.bottom = itemFrame.top + ceilf(item->Height()) - 1;
src/kits/interface/ListView.cpp
593
scrollOffset.y = std::max(0.0f, scrollOffset.y - Bounds().Height());
src/kits/interface/ListView.cpp
602
scrollOffset.y += Bounds().Height();
src/kits/interface/ListView.cpp
603
scrollOffset.y = std::min(item->Bottom() - Bounds().Height(),
src/kits/interface/Menu.cpp
2599
size.height = frame.Height();
src/kits/interface/Menu.cpp
2689
frame.right += ItemAt(0)->Frame().Height() / 2;
src/kits/interface/Menu.cpp
2849
- superItem->Frame().Height();
src/kits/interface/Menu.cpp
2851
frame.OffsetBy(0, -superItem->Frame().Height()
src/kits/interface/Menu.cpp
2852
- frame.Height() - 3);
src/kits/interface/Menu.cpp
3331
ResizeTo(frame.Width(), frame.Height());
src/kits/interface/Menu.cpp
3338
window->ResizeTo(Bounds().Width(), Bounds().Height());
src/kits/interface/Menu.cpp
3345
window->ResizeTo(Bounds().Width(), frame.Height());
src/kits/interface/MenuBar.cpp
244
if (newHeight != fLastBounds->Height()) {
src/kits/interface/MenuField.cpp
1044
fMenuBar->Frame().Width(), fMenuBar->Frame().Height());
src/kits/interface/MenuField.cpp
1191
menuFrame.top + menuFrame.Height() - labelFrame.top);
src/kits/interface/MenuField.cpp
1216
frame.Width(), frame.Height());
src/kits/interface/MenuField.cpp
209
TRACE("frame.width: %.2f, height: %.2f\n", frame.Width(), frame.Height());
src/kits/interface/MenuField.cpp
445
TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame().Height());
src/kits/interface/MenuField.cpp
458
ResizeTo(width, fMenuBar->Bounds().Height() + kVMargin * 2);
src/kits/interface/MenuField.cpp
460
TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame().Height());
src/kits/interface/MenuField.cpp
587
fMenuBar->ResizeTo(_MenuBarWidth(), fMenuBar->Frame().Height());
src/kits/interface/MenuField.cpp
710
fMenuBar->ResizeTo(_MenuBarWidth(), dirty.Height());
src/kits/interface/MenuField.cpp
768
fMenuBar->Frame().Width(), fMenuBar->Frame().Height());
src/kits/interface/MenuField.cpp
773
fMenuBar->Frame().Width(), fMenuBar->Frame().Height());
src/kits/interface/MenuItem.cpp
722
float size = std::min(r.Height() - 2, r.Width());
src/kits/interface/MenuItem.cpp
760
where.x -= fBounds.Height() / 2;
src/kits/interface/MenuItem.cpp
769
where.y += (fBounds.Height() - 11) / 2 - 1;
src/kits/interface/MenuItem.cpp
809
float symbolSize = roundf(Frame().Height() * 2 / 3);
src/kits/interface/MenuItem.cpp
817
fBounds.top + (fBounds.Height() - symbolSize) / 2));
src/kits/interface/MenuWindow.cpp
192
ResizeTo(Window()->Bounds().Width(), Window()->Bounds().Height());
src/kits/interface/MenuWindow.cpp
301
if (submenuFrame.Height() < screenFrame.Height()) {
src/kits/interface/MenuWindow.cpp
393
float newLimit = fMenu->Bounds().Height()
src/kits/interface/MenuWindow.cpp
394
- (frame.Height() - 2 * kScrollerHeight);
src/kits/interface/MenuWindow.cpp
422
fMenuFrame->ResizeTo(frame.Width(), frame.Height() - 2 * kScrollerHeight);
src/kits/interface/MenuWindow.cpp
450
fMenuFrame->ResizeTo(frame.Width(), frame.Height());
src/kits/interface/MenuWindow.cpp
470
*_largeStep = fMenuFrame->Bounds().Height() - fScrollStep;
src/kits/interface/OutlineListView.cpp
926
float heightOffset = itemRect.Height() / 2 - latchHeight / 2;
src/kits/interface/PicturePlayer.cpp
187
BPoint radii((rect.Width() + 1) / 2.0f, (rect.Height() + 1) / 2.0f);
src/kits/interface/PicturePlayer.cpp
583
BPoint radii((rect.Width() + 1) / 2.0f, (rect.Height() + 1) / 2.0f);
src/kits/interface/Polygon.cpp
218
point->y = (point->y - source.top) * destination.Height() / source.Height()
src/kits/interface/RadioButton.cpp
256
height = std::max(height, icon->Bounds().Height());
src/kits/interface/RadioButton.cpp
33
if (Bounds().Height() < minHeight)
src/kits/interface/Region.cpp
330
ScaleBy(scale.Width(), scale.Height());
src/kits/interface/ScrollBar.cpp
1002
*_height = _MinSize().Height();
src/kits/interface/ScrollBar.cpp
1167
return Bounds().Width() > (Bounds().Height() + 1) * 4
src/kits/interface/ScrollBar.cpp
1170
return Bounds().Height() > (Bounds().Width() + 1) * 4
src/kits/interface/ScrollBar.cpp
1190
maxSize = bounds.Height();
src/kits/interface/ScrollBar.cpp
1194
buttonSize = bounds.Height() + 1.0;
src/kits/interface/ScrollBar.cpp
1284
thumbSize = fPrivateData->fThumbFrame.Height();
src/kits/interface/ScrollBar.cpp
1285
maxSize = bounds.Height();
src/kits/interface/ScrollBar.cpp
1291
buttonSize = bounds.Height() + 1.0f;
src/kits/interface/ScrollBar.cpp
1322
: bounds.Height() + 1.0f;
src/kits/interface/ScrollBar.cpp
1373
: bounds.Height() + 1.0f;
src/kits/interface/ScrollBar.cpp
1423
- fPrivateData->fThumbFrame.Height() / 2.0));
src/kits/interface/ScrollBar.cpp
420
rect.left + rect.Height(), rect.bottom);
src/kits/interface/ScrollBar.cpp
429
buttonFrame.OffsetBy(rect.Height() + 1, 0.0f);
src/kits/interface/ScrollBar.cpp
436
buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
src/kits/interface/ScrollBar.cpp
444
thumbBG.left += rect.Height() * 2 + 2;
src/kits/interface/ScrollBar.cpp
445
thumbBG.right -= rect.Height() * 2 + 2;
src/kits/interface/ScrollBar.cpp
447
thumbBG.left += rect.Height() + 1;
src/kits/interface/ScrollBar.cpp
448
thumbBG.right -= rect.Height() + 1;
src/kits/interface/ScrollBar.cpp
451
buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
src/kits/interface/ScrollBar.cpp
599
= -fPrivateData->fThumbFrame.Height() / 2;
src/kits/interface/ScrollView.cpp
176
fPreviousHeight = uint16(Bounds().Height());
src/kits/interface/ScrollView.cpp
289
float delta = size.Height() - bounds.Height(),
src/kits/interface/ScrollView.cpp
290
proportion = bounds.Height() / size.Height();
src/kits/interface/ScrollView.cpp
296
bounds.Height());
src/kits/interface/ScrollView.cpp
309
fPreviousWidth - fVerticalScrollBar->Frame().Height(),
src/kits/interface/ScrollView.cpp
334
if (bounds.Height() > fPreviousHeight) {
src/kits/interface/ScrollView.cpp
340
} else if (bounds.Height() < fPreviousHeight) {
src/kits/interface/ScrollView.cpp
348
fPreviousHeight = uint16(bounds.Height());
src/kits/interface/ScrollView.cpp
615
target->ResizeTo(innerFrame.Width() - 1, innerFrame.Height() - 1);
src/kits/interface/ScrollView.cpp
746
fTarget->ResizeTo(innerFrame.Width(), innerFrame.Height());
src/kits/interface/ScrollView.cpp
803
targetFrame.bottom -= fHorizontalScrollBar->PreferredSize().Height() + 1;
src/kits/interface/ScrollView.cpp
815
fPreviousHeight = uint16(Bounds().Height());
src/kits/interface/ScrollView.cpp
835
frame.bottom -= fHorizontalScrollBar->PreferredSize().Height();
src/kits/interface/ScrollView.cpp
855
return BSize(frame.Width(), frame.Height());
src/kits/interface/ScrollView.cpp
873
rect.bottom = rect.top + fHorizontalScrollBar->PreferredSize().Height();
src/kits/interface/ScrollView.cpp
886
fHorizontalScrollBar->ResizeTo(rect.Width(), rect.Height());
src/kits/interface/ScrollView.cpp
905
fVerticalScrollBar->ResizeTo(rect.Width(), rect.Height());
src/kits/interface/ScrollView.cpp
92
fPreviousHeight = uint16(Bounds().Height());
src/kits/interface/ScrollView.cpp
922
frame.bottom += horizontal->PreferredSize().Height();
src/kits/interface/ScrollView.cpp
928
const float minHeight = vertical->MinSize().Height();
src/kits/interface/ScrollView.cpp
929
if (frame.Height() > 0 && frame.Height() < minHeight)
src/kits/interface/ScrollView.cpp
930
frame.bottom += minHeight - frame.Height();
src/kits/interface/SeparatorItem.cpp
107
const float startTop = bounds.top + (floor(bounds.Height())) / 2;
src/kits/interface/SeparatorView.cpp
443
fLabelView->ResizeTo(frame.Width(), frame.Height());
src/kits/interface/Slider.cpp
1234
*_height = std::max(Bounds().Height(), preferredSize.height);
src/kits/interface/Slider.cpp
480
fOffScreenView->ResizeTo(bounds.Width(), bounds.Height());
src/kits/interface/SplitLayout.cpp
1231
weight = _ItemLayoutInfo(ItemAt(i))->layoutFrame.Height() + 1;
src/kits/interface/TabView.cpp
1545
fContainerView->ResizeTo(bounds.Width(), bounds.Height());
src/kits/interface/TabView.cpp
302
frame.top + frame.Height() / 2);
src/kits/interface/TabView.cpp
324
frame.left = center.x - originalFrame.Height() / 2;
src/kits/interface/TabView.cpp
325
frame.right = center.x + originalFrame.Height() / 2;
src/kits/interface/TextControl.cpp
1088
fLayoutData = new LayoutData(bounds.Width(), bounds.Height());
src/kits/interface/TextControl.cpp
1185
fText->ResizeTo(frame.Width(), frame.Height());
src/kits/interface/TextControl.cpp
1187
TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame().Height());
src/kits/interface/TextControl.cpp
1219
ResizeTo(frame.Width(), frame.Height());
src/kits/interface/TextControl.cpp
423
if (bounds.Height() > fLayoutData->previous_height) {
src/kits/interface/TextControl.cpp
433
} else if (bounds.Height() < fLayoutData->previous_height) {
src/kits/interface/TextControl.cpp
445
fLayoutData->previous_height = bounds.Height();
src/kits/interface/TextControl.cpp
447
TRACE("width: %.2f, height: %.2f\n", bounds.Width(), bounds.Height());
src/kits/interface/TextView.cpp
2217
FrameResized(Bounds().Width(), Bounds().Height());
src/kits/interface/TextView.cpp
2458
FrameResized(Bounds().Width(), Bounds().Height());
src/kits/interface/TextView.cpp
2534
FrameResized(Bounds().Width(), Bounds().Height());
src/kits/interface/TextView.cpp
2687
float height = Bounds().Height();
src/kits/interface/TextView.cpp
2770
*min = fTextRect.Height();
src/kits/interface/TextView.cpp
2774
*preferred = fTextRect.Height();
src/kits/interface/TextView.cpp
3685
currentPos.y + lineHeight - Bounds().Height());
src/kits/interface/TextView.cpp
3715
BPoint nextPos(currentPos.x, currentPos.y + Bounds().Height());
src/kits/interface/TextView.cpp
3818
float saveHeight = fTextRect.Height();
src/kits/interface/TextView.cpp
3832
float newHeight = fTextRect.Height();
src/kits/interface/TextView.cpp
5179
BRect bitmapRect(0, 0, fTextRect.Width() + padding, fTextRect.Height());
src/kits/interface/TextView.cpp
6078
return Bounds().Height()
src/kits/interface/TextView.cpp
6109
return fTextRect.Height()
src/kits/interface/TextView.cpp
827
BSize(fTextRect.Width(), fTextRect.Height()),
src/kits/interface/ToolTipManager.cpp
196
&& where.y - screenFrame.top > screenFrame.Height() / 2) {
src/kits/interface/ToolTipManager.cpp
199
&& screenFrame.bottom - where.y > screenFrame.Height() / 2) {
src/kits/interface/TwoDimensionalLayout.cpp
492
" size: (%.1f, %.1f)\n", View(), size.Width(), size.Height());
src/kits/interface/View.cpp
1305
*_height = fBounds.Height();
src/kits/interface/View.cpp
5178
fOwner->fLink->Attach<float>(fBounds.Height() + deltaHeight);
src/kits/interface/View.cpp
5192
ResizeBy(width - fBounds.Width(), height - fBounds.Height());
src/kits/interface/View.cpp
5199
ResizeBy(size.width - fBounds.Width(), size.height - fBounds.Height());
src/kits/interface/View.cpp
5559
ResizeTo(newFrame.Width(), newFrame.Height());
src/kits/interface/View.cpp
6538
int32 heightDiff = (int32)(newFrame.Height() - fBounds.Height());
src/kits/interface/ViewLayoutItem.cpp
134
fView->ResizeTo(frame.Width(), frame.Height());
src/kits/interface/Window.cpp
1031
if (width != fFrame.Width() || height != fFrame.Height()) {
src/kits/interface/Window.cpp
1241
if (width != fFrame.Width() || height != fFrame.Height()) {
src/kits/interface/Window.cpp
1569
maxZoomHeight = std::min(maxZoomHeight, screenFrame.Height());
src/kits/interface/Window.cpp
1620
if (zoomArea.Height() > maxZoomHeight)
src/kits/interface/Window.cpp
1621
zoomArea.InsetBy(0, roundf((zoomArea.Height() - maxZoomHeight) / 2));
src/kits/interface/Window.cpp
1641
&& fFrame.Height() == zoomArea.Height()) {
src/kits/interface/Window.cpp
1644
fPreviousFrame.Height());
src/kits/interface/Window.cpp
1653
Zoom(zoomArea.LeftTop(), zoomArea.Width(), zoomArea.Height());
src/kits/interface/Window.cpp
1984
return BRect(0, 0, fFrame.Width(), fFrame.Height());
src/kits/interface/Window.cpp
2022
decoratorFrame.top -= borderWidth + tabRect.Height();
src/kits/interface/Window.cpp
2035
return BSize(fFrame.Width(), fFrame.Height());
src/kits/interface/Window.cpp
2418
ResizeTo(fFrame.Width() + dx, fFrame.Height() + dy);
src/kits/interface/Window.cpp
2444
if (width != fFrame.Width() || height != fFrame.Height()) {
src/kits/interface/Window.cpp
2532
if (frame.Height() > screenFrame.Height())
src/kits/interface/Window.cpp
2533
frame.bottom -= frame.Height() - screenFrame.Height();
src/kits/interface/Window.cpp
2538
ResizeTo(innerFrame.Width(), innerFrame.Height());
src/kits/interface/Window.cpp
2561
top = std::max(0.f, screenFrame.bottom - frame.Height());
src/kits/interface/Window.cpp
3192
int32 deltaHeight = (int32)(fFrame.Height() - fTopView->Bounds().Height());
src/kits/interface/Window.cpp
3868
float height = Bounds().Height();
src/kits/interface/Window.cpp
3871
frame.top + (frame.Height() / 4.0f) - ceil(height / 3.0f));
src/kits/interface/Window.cpp
4090
tabHeight = tabRect.Height();
src/kits/interface/Window.cpp
853
ResizeTo(newFrame.Width(), newFrame.Height());
src/kits/interface/ZombieReplicantView.cpp
95
bounds.Height() / 2.0f - fh.ascent / 2.0f));
src/kits/media/MediaExtractor.cpp
460
cacheSize = max_c(cacheSize, rowSize * format->Height() * 2);
src/kits/print/PrintPanel.cpp
125
ResizeTo(size.Width(), size.Height());
src/kits/print/PrintPanel.cpp
224
(frame.Height() - bounds.Height()) / 2.0);
src/kits/shared/BitmapButton.cpp
50
min.height = fBitmap->Bounds().Height();
src/kits/shared/CalendarView.cpp
1030
frame.OffsetBy(0.0, frame.Height());
src/kits/shared/CalendarView.cpp
1050
frame.bottom = frame.Height() / 7.0 - 2.0;
src/kits/shared/CalendarView.cpp
1077
frame.bottom = frame.Height() / rows - 1.0;
src/kits/shared/CalendarView.cpp
1081
offsetY += frame.Height();
src/kits/shared/CalendarView.cpp
1087
frame.OffsetBy(0.0, frame.Height());
src/kits/shared/CalendarView.cpp
1136
float offsetV = frame.Height() / 2.0 + FontHeight(owner) / 4.0;
src/kits/shared/CalendarView.cpp
1190
frame.OffsetBy(0.0, frame.Height());
src/kits/shared/CalendarView.cpp
1239
frame.OffsetBy(0.0, frame.Height());
src/kits/shared/CalendarView.cpp
1280
frame.bottom = frame.Height() / rows - 1.0;
src/kits/shared/CalendarView.cpp
1284
offsetY += frame.Height();
src/kits/shared/CalendarView.cpp
1319
frame.OffsetBy(0.0, frame.Height());
src/kits/shared/CalendarView.cpp
1340
frame.OffsetBy(0.0, frame.Height());
src/kits/shared/CalendarView.cpp
348
frame.top += frame.Height() / 7 - 1.0;
src/kits/shared/CalendarView.cpp
635
frame.top += frame.Height() / 7 - 1.0;
src/kits/shared/CalendarView.cpp
990
frame.OffsetBy(0.0, frame.Height());
src/kits/shared/ColorItem.cpp
75
colorRect.right = colorRect.left + floorf(colorRect.Height() * M_PHI);
src/kits/shared/ColorListView.cpp
67
float itemHeight = item->Height() - 5;
src/kits/shared/DateTimeEdit.cpp
118
point.y -= bounds.Height() / 2.0 - 6.0;
src/kits/shared/DateTimeEdit.cpp
136
point.y -= bounds.Height() / 2.0 - 6.0;
src/kits/shared/DateTimeEdit.cpp
483
point.y -= bounds.Height() / 2.0 - 6.0;
src/kits/shared/DateTimeEdit.cpp
504
point.y -= bounds.Height() / 2.0 - 6.0;
src/kits/shared/DateTimeEdit.cpp
983
fDownRect = fUpRect.OffsetByCopy(0, fUpRect.Height() + 2);
src/kits/shared/IconButton.cpp
125
float y = r.top + floorf((r.Height()
src/kits/shared/IconButton.cpp
126
- bitmap->Bounds().Height()) / 2.0 + 0.5);
src/kits/shared/StripeView.cpp
36
fPreferredHeight = 6 * scale + fIcon.Bounds().Height();
src/kits/shared/ToolBar.cpp
89
ResizeTo(frame.Width(), frame.Height());
src/kits/tracker/BackgroundImage.cpp
213
(viewBounds.Height() - bitmapBounds.Height()) / 2);
src/kits/tracker/BackgroundImage.cpp
224
viewBounds.Width() + overlap, viewBounds.Height());
src/kits/tracker/BackgroundImage.cpp
229
viewBounds.Width(), viewBounds.Height() + overlap);
src/kits/tracker/BackgroundImage.cpp
247
(viewBounds.Height() - bitmapBounds.Height()) / 2);
src/kits/tracker/BackgroundImage.cpp
267
return rect.Width() / rect.Height();
src/kits/tracker/BackgroundImage.cpp
274
return ((hostRect.Height() / resizedRect.Height() * resizedRect.Width())
src/kits/tracker/BackgroundImage.cpp
282
return ((hostRect.Width() / resizedRect.Width() * resizedRect.Height())
src/kits/tracker/BackgroundImage.cpp
283
- hostRect.Height()) / 2;
src/kits/tracker/BackgroundImage.cpp
374
(viewBounds.Height() - bitmapBounds.Height()) / 2);
src/kits/tracker/Bitmaps.cpp
192
float y = roundf((dest->Bounds().Height() - size) / 2);
src/kits/tracker/ContainerWindow.cpp
1069
&& Bounds().Height() > fPreviousBounds.Height()) {
src/kits/tracker/ContainerWindow.cpp
1070
scroll.y = std::max(fPreviousBounds.Height() - Bounds().Height(),
src/kits/tracker/ContainerWindow.cpp
1288
ResizeTo(oldZoomRect.Width(), oldZoomRect.Height());
src/kits/tracker/ContainerWindow.cpp
1305
tabHeight = tabRect.Height();
src/kits/tracker/ContainerWindow.cpp
1311
float heightDiff = frame.Height() - PoseView()->Frame().Height();
src/kits/tracker/ContainerWindow.cpp
1321
frame.bottom = frame.top + extent.Height() + heightDiff;
src/kits/tracker/ContainerWindow.cpp
1326
ResizeTo(frame.Width(), frame.Height());
src/kits/tracker/ContainerWindow.cpp
3151
float baseIconSize = be_control_look->ComposeIconSize(16).Height() + 1,
src/kits/tracker/ContainerWindow.cpp
3152
iconSize = fMenuBar->Bounds().Height() - 2;
src/kits/tracker/ContainerWindow.cpp
3859
ResizeTo(frame.Width(), frame.Height());
src/kits/tracker/ContainerWindow.cpp
3916
ResizeTo(frame.Width(), frame.Height());
src/kits/tracker/CountView.cpp
183
floorf(result.Height() * 0.25f));
src/kits/tracker/DeskWindow.cpp
253
ResizeTo(fOldFrame.Width(), fOldFrame.Height());
src/kits/tracker/DeskWindow.cpp
503
ResizeTo(frame.Width(), frame.Height());
src/kits/tracker/DraggableContainerIcon.cpp
126
+ fontHeight.leading + 2 + Bounds().Height() + 8);
src/kits/tracker/DraggableContainerIcon.cpp
164
float y = Bounds().Height() + fontHeight.ascent + 2;
src/kits/tracker/DraggableContainerIcon.cpp
212
float iconOffsetY = (Bounds().Height() - fIconSize.Height()) / 2;
src/kits/tracker/DraggableContainerIcon.cpp
61
SetExplicitMinSize(BSize(iconSize.Width() + 5, iconSize.Height()));
src/kits/tracker/FilePanelPriv.cpp
201
ResizeTo(windRect.Width(), windRect.Height());
src/kits/tracker/FilePanelPriv.cpp
728
rect.top = fMenuBar->Bounds().Height() + spacing;
src/kits/tracker/FilePanelPriv.cpp
757
windRect.Height() - (preferred.Height() + spacing)),
src/kits/tracker/FilePanelPriv.cpp
987
ResizeTo(frame.Width(), frame.Height());
src/kits/tracker/IconCache.cpp
112
ASSERT(size.Width() == size.Height());
src/kits/tracker/IconCache.cpp
240
bounds.InsetBy((bounds.Width() + 1.0) / 8.0, (bounds.Height() + 1.0) / 8.0);
src/kits/tracker/OpenWithWindow.cpp
100
ResizeTo(windowRect.Width(), windowRect.Height());
src/kits/tracker/OpenWithWindow.cpp
474
ResizeTo(frame.Width(), frame.Height());
src/kits/tracker/OverrideAlert.cpp
58
BPoint where = OverPosition(Frame().Width(), Frame().Height());
src/kits/tracker/OverrideAlert.cpp
77
BPoint where = OverPosition(Frame().Width(), Frame().Height());
src/kits/tracker/PoseView.cpp
10044
border.top -= TitleView()->Bounds().Height();
src/kits/tracker/PoseView.cpp
10438
_inherited::ScrollTo(0, std::max(height - bounds.Height(), 0.0f));
src/kits/tracker/PoseView.cpp
3117
center.y += bounds.Height() / 2.0;
src/kits/tracker/PoseView.cpp
4072
|| poseRect.Height() > Bounds().Height())
src/kits/tracker/PoseView.cpp
7201
bool sameHeight = fSelectionRectInfo.rect.Height()
src/kits/tracker/PoseView.cpp
7202
== fSelectionRectInfo.lastRect.Height();
src/kits/tracker/PoseView.cpp
8189
float poseY = Bounds().top + Frame().Height() - fListElemHeight + 2;
src/kits/tracker/PoseView.cpp
8289
box1.InsetBy(rect.Width() / 2 - 2, rect.Height() / 2 - 2);
src/kits/tracker/PoseView.cpp
9119
fVScrollBar->SetSteps(fListElemHeight / 2.0f, bounds.Height());
src/kits/tracker/PoseView.cpp
9132
if (fVScrollBar && totalExtent.Height() != 0.0) {
src/kits/tracker/PoseView.cpp
9133
float proportion = bounds.Height() / totalExtent.Height();
src/kits/tracker/PoseView.cpp
9176
if (fSelectionRectInfo.rect.Width() == 0 || fSelectionRectInfo.rect.Height() == 0) {
src/kits/tracker/SelectionWindow.cpp
187
mousePosition.y - Frame().Height() / 2);
src/kits/tracker/SelectionWindow.cpp
195
MIN(screen.Frame().bottom - 20 - Frame().Height(), windowPosition.y));
src/kits/tracker/StatusWindow.cpp
331
float height = winner->Bounds().Height() + 1;
src/kits/tracker/StatusWindow.cpp
359
ResizeTo(Bounds().Width(), Bounds().Height() - height);
src/kits/tracker/StatusWindow.cpp
523
ResizeTo(Bounds().Width(), f.top + f.Height() + fh.leading + fh.ascent
src/kits/tracker/StatusWindow.cpp
641
location.y = (Bounds().Height()- fBitmap->Bounds().Height()) / 2;
src/kits/tracker/TextWidget.cpp
520
textView->ResizeTo(std::min(fMaxWidth, rect.Width()), rect.Height());
src/kits/tracker/Thumbnails.cpp
105
/ source->Bounds().Height()),
src/kits/tracker/Thumbnails.cpp
66
if ((icon->Bounds().Width() / icon->Bounds().Height()) == aspectRatio)
src/kits/tracker/TitleView.cpp
468
fParent->Bounds().Height());
src/kits/tracker/TitleView.cpp
484
+ (bounds.Height() + 1 - (fontHeight.ascent + fontHeight.descent)) / 2);
src/kits/tracker/TrackerInitialState.cpp
770
logoPos.y = floorf((screen.Frame().Height() - 190) * 0.9);
src/kits/tracker/infowindow/AttributesView.cpp
500
float height = first->Height() * (rows + 2);
src/kits/tracker/infowindow/FilePermissionsView.cpp
80
fExplicitSize = BSize(rectArray[0].Width(), rectArray[0].Height()
src/kits/tracker/infowindow/GeneralInfoView.cpp
1149
DrawString(Label(), BPoint(3, Bounds().Height() - fontHeight.descent));
src/kits/tracker/infowindow/GeneralInfoView.cpp
126
rect.top = floorf(rect.top + (rect.Height() - height) / 2.0f);
src/kits/tracker/infowindow/HeaderView.cpp
103
fIconRect.top + ((fIconRect.Height() - fTitleRect.Height()) / 2));
src/kits/tracker/infowindow/HeaderView.cpp
418
float height = CurrentFontHeight() + fIconRect.Height() + 8;
src/kits/tracker/infowindow/HeaderView.cpp
460
float y = fIconRect.Height() + fontHeight.ascent + 2;
src/kits/translation/BitmapStream.cpp
43
((fHeader.bounds.Height() + 1) * fHeader.rowBytes);
src/libs/alm/Area.cpp
246
*top = fLeftTopInset.Height();
src/libs/alm/Area.cpp
250
*bottom = fRightBottomInset.Height();
src/libs/alm/Area.cpp
275
return fLeftTopInset.Height();
src/libs/alm/Area.cpp
303
return fRightBottomInset.Height();
src/libs/alm/Area.cpp
605
height = min.Height() + TopInset() + BottomInset();
src/libs/alm/Area.cpp
634
if (max.Height() < 20000) {
src/libs/alm/Area.cpp
637
kLE, max.Height(), priority, priority);
src/libs/alm/Area.cpp
639
fMaxContentHeight->SetRightSide(max.Height());
src/libs/glut/glutEvent.cpp
838
if (m_width != (frame.Width()+1) || m_height != (frame.Height()+1)) {
src/libs/glut/glutEvent.cpp
839
FrameResized(frame.Width(), frame.Height());
src/libs/glut/glutGameMode.cpp
327
return gState.gameMode.Height();
src/libs/glut/glutGameMode.h
33
int Height() const { return fHeight; }
src/libs/glut/glutGet.cpp
107
return (int)(BScreen().Frame().Height()) + 1;
src/libs/glut/glutGet.cpp
111
return (int)((BScreen().Frame().Height() + 1) / dots_per_mm);
src/libs/icon/IconRenderer.cpp
345
bbitmap->Bounds().Height() + 1, bbitmap->BytesPerRow());
src/libs/icon/shape/ReferenceImage.cpp
213
double height = (int) Style()->Bitmap()->Bounds().Height() + 1;
src/libs/icon/shape/ReferenceImage.cpp
40
double height = (int) Style()->Bitmap()->Bounds().Height() + 1;
src/libs/print/libprint/GraphicsDriver.cpp
253
height = physicalRect.Height();
src/libs/print/libprint/GraphicsDriver.cpp
264
height = physicalRect.Height();
src/libs/print/libprint/GraphicsDriver.cpp
275
height = physicalRect.Height();
src/libs/print/libprint/GraphicsDriver.cpp
334
float height = scaledPhysicalRect.Height();
src/libs/print/libprint/HalftoneView.cpp
21
const float bottom = Bounds().Height();
src/libs/print/libprint/MarginView.cpp
109
float totalHeight = frame.Height();
src/libs/print/libprint/PageSetupDlg.cpp
334
float height = paperCap->fPaperRect.Height();
src/libs/print/libprint/Preview.cpp
138
float height = printableRect.Height();
src/libs/print/libprint/Preview.cpp
502
float height = _PaperRect().Height() + kPreviewTopMargin + kPreviewBottomMargin;
src/libs/print/libprint/Preview.cpp
509
float y = height - frame.Height();
src/libs/print/libprint/Preview.cpp
523
bigStep = frame.Height() - 2;
src/libs/print/libprint/Preview.cpp
822
fPageNumber->MoveBy(0.0, bounds.Height() - fPageNumber->Bounds().Height());
src/libs/print/libprint/Preview.cpp
836
fFirst->Bounds().Height());
src/libs/print/libprint/Preview.cpp
974
float height = rect.Height() + 1 + fButtonBarHeight + B_H_SCROLL_BAR_HEIGHT;
src/libs/print/libprint/Preview.cpp
979
float maxHeight = rect.Height() + 1 - windowBorderHeight - Frame().top;
src/preferences/appearance/ColorsView.cpp
85
fColorPreview->Parent()->SetExplicitMaxSize(BSize(B_SIZE_UNSET, fPicker->Bounds().Height()));
src/preferences/appearance/FakeScrollBar.cpp
100
buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
src/preferences/appearance/FakeScrollBar.cpp
108
rect.InsetBy((rect.Height() + 1) * 2, 0.0f);
src/preferences/appearance/FakeScrollBar.cpp
110
rect.InsetBy(rect.Height() + 1, 0.0f);
src/preferences/appearance/FakeScrollBar.cpp
85
BRect buttonFrame(rect.left, rect.top, rect.left + rect.Height(),
src/preferences/appearance/FakeScrollBar.cpp
90
buttonFrame.OffsetBy(rect.Height() + 1, 0.0f);
src/preferences/appearance/FakeScrollBar.cpp
94
buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
src/preferences/backgrounds/BackgroundImage.cpp
276
float y_ratio = viewBounds.Height() / mode.virtual_height;
src/preferences/backgrounds/BackgroundImage.cpp
295
(viewBounds.Height() - destinationBitmapBounds.Height())
src/preferences/backgrounds/BackgroundImage.cpp
307
viewBounds.Width() + overlap, viewBounds.Height());
src/preferences/backgrounds/BackgroundImage.cpp
312
viewBounds.Width(), viewBounds.Height() + overlap);
src/preferences/backgrounds/BackgroundImage.cpp
330
(viewBounds.Height() - destinationBitmapBounds.Height()) / 2);
src/preferences/backgrounds/BackgroundImage.cpp
352
return rect.Width() / rect.Height();
src/preferences/backgrounds/BackgroundImage.cpp
359
return ((hostRect.Height() / resizedRect.Height() * resizedRect.Width())
src/preferences/backgrounds/BackgroundImage.cpp
367
return ((hostRect.Width() / resizedRect.Width() * resizedRect.Height())
src/preferences/backgrounds/BackgroundImage.cpp
368
- hostRect.Height()) / 2;
src/preferences/backgrounds/BackgroundsView.cpp
1187
float aspectRatio = BScreen().Frame().Width() / BScreen().Frame().Height();
src/preferences/backgrounds/BackgroundsView.cpp
1217
fYRatio = Bounds().Height() / fMode.virtual_height;
src/preferences/backgrounds/BackgroundsView.cpp
1270
min = (y > -fImageBounds.Height());
src/preferences/backgrounds/BackgroundsView.cpp
1277
if (!min && fPoint.y > -fImageBounds.Height()) {
src/preferences/backgrounds/BackgroundsView.cpp
1278
fPoint.y = -fImageBounds.Height();
src/preferences/backgrounds/ImageFilePanel.cpp
124
if (bitmap->Bounds().Width() > bitmap->Bounds().Height()) {
src/preferences/backgrounds/ImageFilePanel.cpp
125
dest.InsetBy(0, (dest.Height() + 1
src/preferences/backgrounds/ImageFilePanel.cpp
126
- ((bitmap->Bounds().Height() + 1)
src/preferences/backgrounds/ImageFilePanel.cpp
132
/ (bitmap->Bounds().Height() + 1)
src/preferences/backgrounds/ImageFilePanel.cpp
133
* (dest.Height() + 1))) / 2, 0);
src/preferences/backgrounds/ImageFilePanel.cpp
141
<< "x" << (int)(bitmap->Bounds().Height() + 1);
src/preferences/filetypes/ApplicationTypesWindow.cpp
121
screen.Frame().top + (screen.Frame().Height()
src/preferences/filetypes/ApplicationTypesWindow.cpp
122
- Bounds().Height()) / 2.0f);
src/preferences/filetypes/FileTypes.cpp
471
if (top + lastFrame.Height() > screenBorder.bottom) {
src/preferences/filetypes/FileTypesWindow.cpp
185
y += (bitmapRect.Height() - fontHeight.ascent - fontHeight.descent) / 2.0f;
src/preferences/filetypes/FileTypesWindow.cpp
187
y += bitmapRect.Height() + 3.0f;
src/preferences/filetypes/FileTypesWindow.cpp
213
*_height = bitmapRect.Height() + 3.0f + ceilf(fontHeight.ascent
src/preferences/filetypes/FileTypesWindow.cpp
232
float y = ceilf((bitmapRect.Height() - fontHeight.ascent - fontHeight.descent)
src/preferences/filetypes/FileTypesWindow.cpp
239
return BRect(x, 0.0f, x + bitmapRect.Width(), bitmapRect.Height());
src/preferences/filetypes/FileTypesWindow.cpp
990
/ 2.0f, Frame().top + (Frame().Height() - window->Frame().Height())
src/preferences/filetypes/IconView.cpp
800
*_height = fIconRect.Height();
src/preferences/filetypes/MimeTypeListView.cpp
107
rect.top + (rect.Height() - iconRect.Height()) / 2.0f);
src/preferences/filetypes/MimeTypeListView.cpp
136
if (Height() < (iconSize.Height() + 4.0f))
src/preferences/filetypes/MimeTypeListView.cpp
137
SetHeight(iconSize.Height() + 4.0f);
src/preferences/filetypes/MimeTypeListView.cpp
143
+ (Height() - ceilf(fontHeight.ascent + fontHeight.descent)) / 2.0f;
src/preferences/filetypes/MimeTypeListView.cpp
667
FrameResized(Bounds().Width(), Bounds().Height());
src/preferences/input/InputDeviceView.cpp
119
float iconHeight = InputIcons::sBounds.Height() + 1;
src/preferences/input/InputDeviceView.cpp
120
if ((Height() < iconHeight + kITEM_MARGIN * 2))
src/preferences/input/InputDeviceView.cpp
71
frame.top + (frame.Height() - InputIcons::sBounds.Height()) / 2.0f);
src/preferences/input/InputDeviceView.cpp
90
+ (frame.Height() - ceilf(fontInfo.ascent + fontInfo.descent))
src/preferences/input/InputTouchpadPrefView.cpp
148
fYScrollRange = fPadRect.Height() * (1 - bottomRange);
src/preferences/input/InputTouchpadPrefView.cpp
159
*height = fPrefRect.Height();
src/preferences/input/InputTouchpadPrefView.cpp
179
fYScrollRange = fPadRect.Height();
src/preferences/input/InputTouchpadPrefView.cpp
58
fYScrollRange = fPadRect.Height();
src/preferences/input/InputTouchpadPrefView.h
69
- fYScrollRange / fPadRect.Height(); }
src/preferences/input/KeyboardView.cpp
80
- fIconBitmap->Bounds().Height() / 3;
src/preferences/input/KeyboardView.cpp
86
- fClockBitmap->Bounds().Height() / 3;
src/preferences/joysticks/JoyWin.cpp
108
SetSizeLimits(400, 600, Bounds().Height(), Bounds().Height());
src/preferences/joysticks/MessageWin.cpp
42
ResizeTo(parentFrame.Width(), floor(parentFrame.Height() / 3));
src/preferences/joysticks/MessageWin.cpp
43
MoveBy(0, floor(parentFrame.Height() / 2 - (parentFrame.Height()/3) / 2 ));
src/preferences/keymap/KeyboardLayout.cpp
850
key.frame.Width(), key.frame.Height(),
src/preferences/keymap/KeyboardLayoutView.cpp
1232
rect.bottom = floorf((keyFrame.Height()) * fFactor + rect.top - fGap - 1);
src/preferences/keymap/KeyboardLayoutView.cpp
505
if (fOldSize != BSize(Bounds().Width(), Bounds().Height())) {
src/preferences/keymap/KeyboardLayoutView.cpp
677
float factorY = Bounds().Height() / fLayout->Bounds().Height();
src/preferences/keymap/KeyboardLayoutView.cpp
682
floorf((Bounds().Height() - fLayout->Bounds().Height() * fFactor) / 2));
src/preferences/keymap/KeyboardLayoutView.cpp
690
fOldSize.height = Bounds().Height();
src/preferences/keymap/KeyboardLayoutView.cpp
837
rect.top += 2 * rect.Height() / 3;
src/preferences/keymap/KeymapWindow.cpp
170
ResizeTo(windowFrame.Width(), windowFrame.Height());
src/preferences/keymap/StatusMenuField.cpp
282
return BRect(0, 0, iconSize.Width() - 1, iconSize.Height() - 1);
src/preferences/locale/LanguageListView.cpp
142
float iconSize = Height();
src/preferences/locale/LanguageListView.cpp
351
dragRect.bottom += ceilf(item->Height()) + 1.0;
src/preferences/locale/LanguageListView.cpp
354
if (dragRect.Height() > MAX_DRAG_HEIGHT) {
src/preferences/locale/LanguageListView.cpp
374
itemBounds.bottom = itemBounds.top + ceilf(item->Height());
src/preferences/locale/LanguageListView.cpp
386
int32 height = (int32)dragBitmap->Bounds().Height() + 1;
src/preferences/locale/LanguageListView.cpp
441
where.y += r.Height() / 2.0;
src/preferences/mail/ConfigWindow.cpp
617
frame.top + (frame.Width() - autoConfigRect.Height()) / 2);
src/preferences/mail/FilterConfigView.cpp
95
frame.OffsetBy(0,frame.Height());
src/preferences/media/MediaListItem.cpp
115
+ fontInfo.ascent + (frame.Height()
src/preferences/media/MediaListItem.cpp
163
float iconHeight = MediaIcons::sBounds.Height() + 1;
src/preferences/media/MediaListItem.cpp
164
if ((Height() < iconHeight + kITEM_MARGIN * 2)) {
src/preferences/media/MediaListItem.cpp
87
frame.top + (frame.Height() - MediaIcons::sBounds.Height()) / 2.0f);
src/preferences/network/InterfaceListItem.cpp
156
SetHeight(std::max(2 * lineHeight + 4, fIcon->Bounds().Height() + 4));
src/preferences/printers/JobListView.cpp
289
iconHeight = fIcon->Bounds().Height();
src/preferences/printers/PrinterListView.cpp
279
const float checkMarkIconSize = be_control_look->ComposeIconSize(20).Height();
src/preferences/printers/PrinterListView.cpp
288
float y = rect.Height() - checkMark->Bounds().Height();
src/preferences/printers/PrinterListView.cpp
406
iconColumnWidth = sIcon->Bounds().Height() + 8.0;
src/preferences/printers/TestPageView.cpp
166
if (size > rect.Height())
src/preferences/printers/TestPageView.cpp
167
size = rect.Height();
src/preferences/printers/TestPageView.cpp
170
BPoint center(rect.Width() / 2, rect.Height() / 2);
src/preferences/printers/TestPageView.cpp
318
float height = Bounds().Height();
src/preferences/repositories/RepositoriesWindow.cpp
42
ResizeTo(frame.Width(), frame.Height());
src/preferences/screen/MonitorView.cpp
114
if (width > innerRect.Width() || height > innerRect.Height())
src/preferences/screen/MonitorView.cpp
121
innerRect.top + fontHeight.ascent + (innerRect.Height() - height) / 2));
src/preferences/screen/MonitorView.cpp
193
float maxHeight = Bounds().Height();
src/preferences/screen/RefreshWindow.cpp
48
rect.top += stringView->Bounds().Height() + 14;
src/preferences/screen/RefreshWindow.cpp
61
Bounds().Height() - doneButton->Bounds().Height() - 8);
src/preferences/screen/RefreshWindow.cpp
76
height = fRefreshSlider->Frame().bottom + button->Bounds().Height() + 20.0f;
src/preferences/screen/ScreenWindow.cpp
1003
(frame.Height() - Frame().Height()) / 2);
src/preferences/screen/ScreenWindow.cpp
379
itemRect.OffsetTo(x * itemRect.Width(), y * itemRect.Height());
src/preferences/screensaver/ScreenCornerSelector.cpp
191
rect.top = centerRect.top + (centerRect.Height() - size) / 2;
src/preferences/screensaver/ScreenCornerSelector.cpp
193
size = centerRect.Height();
src/preferences/screensaver/ScreenCornerSelector.cpp
247
float centerY = innerFrame.top + innerFrame.Height() / 2;
src/preferences/screensaver/ScreenCornerSelector.cpp
46
float height = Bounds().Height();
src/preferences/screensaver/ScreenCornerSelector.cpp
54
(Bounds().Height() - height) / 2,
src/preferences/screensaver/ScreenCornerSelector.cpp
55
(Bounds().Width() + width) / 2, (Bounds().Height() + height) / 2);
src/preferences/screensaver/ScreenSaverWindow.cpp
1081
&& fSettings.WindowFrame().Height() > 0) {
src/preferences/screensaver/ScreenSaverWindow.cpp
1083
fSettings.WindowFrame().Height());
src/preferences/screensaver/Utility.h
11
return BPoint(area.Width() * x + area.left, area.Height() * y + area.top);
src/preferences/screensaver/Utility.h
18
return BRect(area.Width() * x1 + area.left, area.Height() * y1 + area.top,
src/preferences/screensaver/Utility.h
19
area.Width()* x2 + area.left, area.Height() * y2 + area.top);
src/preferences/shortcuts/EditWindow.cpp
66
psize.Height());
src/preferences/sounds/HWindow.cpp
81
ResizeTo(fFrame.Width(), fFrame.Height());
src/preferences/sounds/SoundFilePanel.cpp
50
BRect playRect(spacing, cancelRect.top, cancelRect.Height() + spacing,
src/preferences/time/AnalogClock.cpp
173
fRadius = floorf((MIN(bounds.Width(), bounds.Height()) / 2.0)) - 5.5;
src/preferences/time/NetworkTimeView.cpp
473
const float kButtonWidth = fServerTextControl->Frame().Height();
src/preferences/time/TimeZoneListItem.cpp
71
float oldIconSize = Height();
src/preferences/time/TimeZoneListItem.cpp
76
float iconSize = Height();
src/servers/app/Desktop.cpp
572
fVirtualScreen.Frame().Height() / 2);
src/servers/app/IntRect.h
87
int32 Height() const;
src/servers/app/RenderingBuffer.h
22
virtual uint32 Height() const = 0;
src/servers/app/RenderingBuffer.h
25
{ return Height() * BytesPerRow(); }
src/servers/app/RenderingBuffer.h
29
Height() - 1); }
src/servers/app/ServerApp.cpp
1338
fLink.Attach<uint32>(cursor->Height());
src/servers/app/ServerApp.cpp
567
bitmap->Token(), bitmap->Width(), bitmap->Height(),
src/servers/app/ServerApp.cpp
754
Signature(), frame.Width() + 1, frame.Height() + 1));
src/servers/app/ServerBitmap.h
48
inline int32 Height() const
src/servers/app/ServerFont.cpp
1124
float scaledHeight = fBounds.Height() * fSize;
src/servers/app/ServerFont.cpp
1127
(fBounds.Height() - scaledHeight) / 2.f);
src/servers/app/ServerWindow.cpp
1408
float deltaHeight = newHeight - fCurrentView->Frame().Height();
src/servers/app/ServerWindow.cpp
2699
bitmap->Width(), bitmap->Height(),
src/servers/app/ServerWindow.cpp
3530
BPoint radii((rect.Width() + 1) / 2, (rect.Height() + 1) / 2);
src/servers/app/ServerWindow.cpp
3616
BPoint radii((rect.Width() + 1) / 2, (rect.Height() + 1) / 2);
src/servers/app/ServerWindow.cpp
3996
bitmap->Width(), bitmap->Height(), bitmap->BytesPerRow(),
src/servers/app/ServerWindow.cpp
4574
screenFrame.Height() - fWindow->Frame().Height());
src/servers/app/ServerWindow.cpp
4627
originalFrame.Height() - fWindow->Frame().Height());
src/servers/app/ServerWindow.cpp
891
yResizeTo - fWindow->Frame().Height());
src/servers/app/View.cpp
1087
rect.OffsetBy(0.0, -(rect.Height() + 1));
src/servers/app/View.cpp
1116
rect.OffsetBy(start - rect.left, rect.Height() + 1);
src/servers/app/View.cpp
1138
rect.OffsetBy(0.0, rect.Height() + 1);
src/servers/app/View.cpp
1491
|| clippedBounds.Height() < fScreenClipping.Frame().Height()) {
src/servers/app/View.cpp
151
fScrollingOffset.y + fFrame.Height());
src/servers/app/View.cpp
754
int32 heightDiff = (int32)(newFrame.Height() - fFrame.Height());
src/servers/app/Window.cpp
1949
link.Attach<float>(fFrame.Height());
src/servers/app/Window.cpp
2037
float minHeightDiff = fMinHeight - fFrame.Height();
src/servers/app/Window.cpp
2039
float maxHeightDiff = fMaxHeight - fFrame.Height();
src/servers/app/Window.cpp
576
(int32)(fFrame.Height() - fTopView->Frame().Height()), NULL);
src/servers/app/WorkspacesView.cpp
152
factor = workspaceFrame.Height() / screenFrame.Height();
src/servers/app/WorkspacesView.cpp
217
if (tabFrame.Height() > 0 && tabFrame.Width() > 0) {
src/servers/app/WorkspacesView.cpp
232
float tabHeight = tabFrame.Height();
src/servers/app/WorkspacesView.cpp
269
if (title.Length() > 0 && height < frame.Height() - 2) {
src/servers/app/WorkspacesView.cpp
278
textOffset.y = rintf(frame.top + (frame.Height() - height) / 2
src/servers/app/WorkspacesView.cpp
326
min_c(Frame().Height(), Frame().Width()) / 15));
src/servers/app/WorkspacesView.cpp
570
* screenFrame.Height() / workspaceFrame.Height());
src/servers/app/decorator/Decorator.cpp
882
fResizeRect.Height() - fBorderWidth));
src/servers/app/decorator/Decorator.cpp
982
return fTitleBarRect.Height();
src/servers/app/decorator/DefaultDecorator.cpp
453
BPoint offset1(rect.Width(), rect.Height()),
src/servers/app/decorator/DefaultDecorator.cpp
454
offset2(rect.Width() - 1, rect.Height() - 1);
src/servers/app/decorator/DefaultWindowBehaviour.cpp
686
if (frame.Width() + 1 == 0 || frame.Height() + 1 == 0)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
692
/ (frame.Height() + 1);
src/servers/app/decorator/TabDecorator.cpp
412
? fFrame.Width() : fFrame.Height()) + fBorderWidth * 2;
src/servers/app/decorator/TabDecorator.cpp
718
&& tabSize != tabRect.Height()) {
src/servers/app/decorator/TabDecorator.cpp
970
tabRect.Width() : tabRect.Height();
src/servers/app/drawing/AlphaMask.cpp
123
&& bounds.Height() == fCanvasBounds.Height())
src/servers/app/drawing/AlphaMask.cpp
129
fCanvasBounds = IntRect(0, 0, bounds.Width(), bounds.Height());
src/servers/app/drawing/AlphaMask.cpp
135
|| fCanvasBounds.Height() > oldBounds.Height())) {
src/servers/app/drawing/AlphaMask.cpp
193
const int32 height = fBits->Height();
src/servers/app/drawing/AlphaMask.cpp
206
if (previousBounds.bottom > fPreviousMask->fBounds.Height())
src/servers/app/drawing/AlphaMask.cpp
207
previousBounds.bottom = fPreviousMask->fBounds.Height();
src/servers/app/drawing/AlphaMask.cpp
376
|| fBounds.Height() > canvasBounds.Height()) {
src/servers/app/drawing/BBitmapBuffer.h
23
virtual uint32 Height() const;
src/servers/app/drawing/BitmapBuffer.cpp
74
return fBitmap->Height();
src/servers/app/drawing/BitmapBuffer.h
21
virtual uint32 Height() const;
src/servers/app/drawing/DrawingEngine.cpp
1383
BRect clip(0, 0, buffer->Width() - 1, buffer->Height() - 1);
src/servers/app/drawing/DrawingEngine.cpp
1398
int32 cursorHeight = cursor->Height();
src/servers/app/drawing/DrawingEngine.cpp
1444
BRect clip(0, 0, buffer->Width() - 1, buffer->Height() - 1);
src/servers/app/drawing/DrawingEngine.cpp
661
float yRadius = r.Height() / 2.0;
src/servers/app/drawing/DrawingEngine.cpp
685
float yRadius = r.Height() / 2.0;
src/servers/app/drawing/HWInterface.cpp
869
if (fDragBitmap != NULL && fDragBitmap->Bounds().Width() > 0 && fDragBitmap->Bounds().Height() > 0) {
src/servers/app/drawing/MallocBuffer.h
22
virtual uint32 Height() const;
src/servers/app/drawing/Overlay.cpp
157
bitmap->Height(), bitmap->ColorSpace());
src/servers/app/drawing/Painter/Painter.cpp
1314
float yRadius = r.Height() / 2.0;
src/servers/app/drawing/Painter/Painter.cpp
1341
float yRadius = r.Height() / 2.0;
src/servers/app/drawing/Painter/Painter.cpp
257
buffer->Width(), buffer->Height(), buffer->BytesPerRow());
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
198
fScaleY = (fDestinationRect.Height() + 1) / (sourceRect.Height() + 1);
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
50
fBitmap.attach(bitmap->Bits(), bitmap->Width(), bitmap->Height(),
src/servers/app/drawing/interface/local/AccelerantBuffer.h
26
virtual uint32 Height() const;
src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp
1242
uint16 height = (uint16)cursor->Height();
src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp
631
fFrontBuffer->Width(), fFrontBuffer->Height(),
src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp
640
|| fBackBuffer->Height() != fFrontBuffer->Height()
src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp
649
fFrontBuffer->Width(), fFrontBuffer->Height()));
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
1119
int32 targetHeight = (int32)(sourceRect.Height() + 1.5);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
1132
targetHeight = (int32)(sourceRect.Height() + 1.5);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
1141
* (int32)(sourceRect.Height() + 1.5))) {
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
1196
targetHeight = (int32)(sourceRect.Height() + 1.5);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
323
double yScale = (bitmapRect.Height() + 1) / (viewRect.Height() + 1);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
358
|| viewRect.Height() < bitmapRect.Height()) {
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
94
Add(bitmap.Height());
src/servers/app/drawing/interface/virtual/DWindowBuffer.h
22
virtual uint32 Height() const;
src/servers/app/drawing/interface/virtual/DWindowHWInterface.cpp
710
fWindow->ResizeTo(frame.Width(), frame.Height());
src/servers/app/drawing/interface/virtual/ViewHWInterface.cpp
566
fWindow->ResizeTo(frame.Width(), frame.Height());
src/servers/app/stackandtile/SATGroup.cpp
118
fHeightConstraint->SetRightSide(frame.Height());
src/servers/app/stackandtile/SATGroup.cpp
173
fHeightConstraint->SetRightSide(frame.Height());
src/servers/app/stackandtile/SATGroup.cpp
239
fHeightConstraint->SetRightSide(frame.Height());
src/servers/app/stackandtile/SATWindow.cpp
260
if (maxHeight < targetFrame.Height())
src/servers/app/stackandtile/SATWindow.cpp
355
fOriginalHeight = frame.Height();
src/servers/app/stackandtile/SATWindow.cpp
49
fOriginalHeight = frame.Height();
src/servers/app/stackandtile/SATWindow.cpp
503
y = fOriginalHeight - frame.Height();
src/servers/app/stackandtile/Tiling.cpp
410
- windowFrame.Height(), 2);
src/servers/input/BottomlineWindow.cpp
36
pt.y = screenFrame.Height()*2/3 - Bounds().Height()/2;
src/servers/input/InputServer.cpp
1719
where.y = absY * fFrame.Height();
src/servers/input/InputServer.cpp
548
fMousePos.y * frame.Height() / fFrame.Height());
src/servers/mail/ErrorLogWindow.cpp
102
bar->SetRange(0, panel->add_next_at - Frame().Height());
src/servers/mail/ErrorLogWindow.cpp
103
bar->SetSteps(1, Frame().Height());
src/servers/mail/ErrorLogWindow.cpp
104
bar->SetProportion(Frame().Height() / panel->add_next_at);
src/servers/mail/ErrorLogWindow.cpp
159
bar->SetRange(0, panel->add_next_at - Frame().Height());
src/servers/mail/ErrorLogWindow.cpp
160
bar->SetSteps(1, Frame().Height());
src/servers/mail/ErrorLogWindow.cpp
161
bar->SetProportion(Frame().Height() / panel->add_next_at);
src/servers/mail/ErrorLogWindow.cpp
199
BTextView *view = new BTextView(BRect(20, 0, rect.Width(), rect.Height()),
src/servers/mail/ErrorLogWindow.cpp
44
ChildAt(i)->ResizeTo(w, ChildAt(i)->Frame().Height());
src/servers/mail/ErrorLogWindow.cpp
46
add_next_at += ChildAt(i)->Bounds().Height();
src/servers/mail/ErrorLogWindow.cpp
95
panel->add_next_at += newError->Bounds().Height();
src/servers/mail/ErrorLogWindow.cpp
99
if (panel->add_next_at > Frame().Height()) {
src/servers/notification/NotificationView.cpp
267
float iy = (Bounds().Height() - fIconSize) / 4.0;
src/servers/notification/NotificationView.cpp
272
iy -= (progRect.Height() + fGroupView->CloseButtonSize());
src/servers/notification/NotificationWindow.cpp
292
float height = Bounds().Height() + 1;
src/servers/print/ConfigWindow.cpp
495
GetPageFormat(paperRect.Width(), paperRect.Height(), pageFormat);
src/system/boot/arch/ppc/arch_framebuffer.h
45
int Height() { return fCurrentHeight; };
src/system/boot/platform/amiga_m68k/console.cpp
211
int lineCount = (gScreen->Height - sScreenTopOffset) / sFontHeight;
src/system/boot/platform/amiga_m68k/console.cpp
246
int16 topEdge = gScreen->Height - 60;
src/system/boot/platform/amiga_m68k/console.cpp
251
height = gScreen->Height - 40;
src/system/boot/platform/amiga_m68k/console.cpp
268
gScreen->Width, gScreen->Height,
src/system/boot/platform/amiga_m68k/rom_calls.h
1427
int16 Width, Height;
src/system/boot/platform/amiga_m68k/rom_calls.h
1462
int16 LeftEdge, TopEdge, Width, Height, Depth;
src/system/boot/platform/amiga_m68k/rom_calls.h
1477
int16 Width, Height;
src/system/boot/platform/atari_m68k/console.cpp
34
int32 Height();
src/system/boot/platform/atari_m68k/video.cpp
1123
gKernelArgs.frame_buffer.height = sMode->ops->Height(sMode);
src/system/boot/platform/atari_m68k/video.cpp
69
virtual int16 Height(const struct video_mode *mode=NULL);
src/system/boot/platform/atari_m68k/video.cpp
854
virtual int16 Height(const struct video_mode *mode=NULL);
src/system/boot/platform/atari_m68k/video.cpp
930
mode->height = Height();
src/system/boot/platform/atari_m68k/video.cpp
947
(int32)Width(mode), (int32)Height(mode), (int32)Depth(mode));
src/system/boot/platform/atari_m68k/video.cpp
949
(int32)Width(mode), (int32)Height(mode), (int32)Depth(mode));
src/system/boot/platform/atari_m68k/video.cpp
996
return ModeOps::Height(mode);
src/system/boot/platform/bios_ia32/console.cpp
30
virtual int32 Height();
src/system/boot/platform/efi/console.cpp
46
virtual int32 Height();
src/system/boot/platform/generic/text_console.cpp
32
return gConsoleNode->Height();
src/system/boot/platform/generic/video_text_console.cpp
29
virtual int32 Height();
src/system/boot/platform/next_m68k/console.cpp
34
virtual int32 Height();
src/system/boot/platform/openfirmware/console.cpp
34
virtual int32 Height();
src/system/boot/platform/riscv/console.cpp
32
virtual int32 Height();
src/system/boot/platform/u-boot/console.cpp
27
virtual int32 Height();
src/tests/add-ons/print/pdf/bezierbounds/BBApp.cpp
14
BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
src/tests/add-ons/print/pdf/bezierbounds/BBApp.cpp
45
aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
src/tests/add-ons/print/pdf/linepathbuilder/LPBApp.cpp
14
BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
src/tests/add-ons/print/pdf/linepathbuilder/LPBApp.cpp
45
aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
src/tests/add-ons/print/ppd/test/PPDConfigApplication.cpp
15
BRect rect = BRect(0, 0, aRect.Width(), aRect.Height());
src/tests/add-ons/print/ppd/test/PPDConfigApplication.cpp
31
aRect.Set(0, fMenuBar->Bounds().Height()+1, x, aRect.Height());
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
138
fBounds.OffsetBy(0, view->Bounds().Height()+1);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
363
UpdateParentHeight(box->Bounds().Height());
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
442
SetScrollBar(scroller, builder.GetBounds().Height(), fDetails->Bounds().Height());
src/tests/kits/device/stickit_BJoystick/JoystickWindow.cpp
35
ResizeTo(fView->Bounds().Width(), fView->Bounds().Height());
src/tests/kits/game/chart/ChartWindow.cpp
1118
fNextSettings.height = (int32)Frame().Height()+1-TOP_LEFT_LIMIT;
src/tests/kits/game/chart/ChartWindow.cpp
1227
window->ResizeTo(colorControl->Bounds().Width(), colorControl->Bounds().Height());
src/tests/kits/game/chart/ChartWindow.cpp
1258
window->ResizeTo(slider->Bounds().Width(), slider->Bounds().Height());
src/tests/kits/game/chart/ChartWindow.cpp
1289
window->ResizeTo(slider->Bounds().Width(), slider->Bounds().Height());
src/tests/kits/game/chart/ChartWindow.cpp
1440
ResizeTo(fPreviousFrame.Width(), fPreviousFrame.Height());
src/tests/kits/game/chart/ChartWindow.cpp
1450
ResizeTo(a_screen.Frame().Width(), a_screen.Frame().Height());
src/tests/kits/game/chart/ChartWindow.cpp
1459
ResizeTo(b_screen.Frame().Width() + LEFT_WIDTH, b_screen.Frame().Height() + TOP_LEFT_LIMIT);
src/tests/kits/game/chart/ChartWindow.cpp
571
fOffwindowButton->ResizeTo(r.Width(), r.Height());
src/tests/kits/game/chart/ChartWindow.cpp
732
v2 += button->Frame().Height()+LEFT_OFFSET*2;
src/tests/kits/game/chart/ChartWindow.cpp
908
if (r.Height() > Bounds().Height())
src/tests/kits/game/chart/ChartWindow.cpp
909
ResizeTo(r.Width(), r.Height());
src/tests/kits/interface/ChannelSliderTest.cpp
50
horizontal->MoveBy(0.0, horizontal->Bounds().Height() + 10.0);
src/tests/kits/interface/SliderTest.cpp
106
rect.bottom = view->Bounds().Height() - 20;
src/tests/kits/interface/SliderTest.cpp
26
rect.bottom = rect.top + view->Bounds().Height() + 10;
src/tests/kits/interface/SliderTest.cpp
27
rect.OffsetBy(0, rect.Height());
src/tests/kits/interface/balert/AlertTest.cpp
158
ASSERT_DEQUAL(fWinInfo.height, pAlert->Bounds().Height());
src/tests/kits/interface/balert/AlertTest.cpp
188
ASSERT_DEQUAL(fButtonInfo[i].height, btns[i]->Bounds().Height());
src/tests/kits/interface/balert/AlertTest.cpp
229
ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height());
src/tests/kits/interface/balert/alert_manual_test/AlertTestWindow.cpp
115
pAlert->Bounds().Width(), pAlert->Bounds().Height());
src/tests/kits/interface/balert/alert_manual_test/AlertTestWindow.cpp
127
pTextView->Bounds().Height(), pt.x, pt.y);
src/tests/kits/interface/balert/alert_manual_test/AlertTestWindow.cpp
142
pb->Bounds().Height(), pt.x, pt.y,
src/tests/kits/interface/bprintjob/PrintTestView.cpp
12
font.SetSize(Bounds().Height()/10);
src/tests/kits/interface/bprintjob/PrintTestView.cpp
13
font.SetShear(Bounds().Height()/10);
src/tests/kits/interface/bprintjob/PrintTestView.cpp
16
DrawString("Haiku", 8, BPoint(Bounds().Width()/2,Bounds().Height()/2));
src/tests/kits/interface/bregion/RegionTestcase.cpp
131
float yIncrement = (theRect.Height() + 1.0) / (numPointsPerSide - 1);
src/tests/kits/interface/bshelf/Container/ContainerWindow.cpp
174
ResizeTo(windFrame.Width(), windFrame.Height() ); // window position and size
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
669
ResizeTo(windFrame.Width(), windFrame.Height() ); // Fensterposition und Größe
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
166
float s = frame.Height() / 4;
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
177
float s = frame.Height() / 4;
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
534
frame.InsetBy(frame.Width() / 4, frame.Height() / 4);
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
111
height = fBitmapSize.Height();
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
120
if (height > Height())
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
188
height = fRect.Height();
src/tests/kits/interface/flatten_picture/TestResultItem.cpp
196
if (height > Height())
src/tests/kits/interface/layout/widget_layout_test/WrapperView.cpp
77
fView->ResizeTo(frame.Width(), frame.Height());
src/tests/kits/interface/menu/menuworld/BitmapMenuItem.cpp
78
*height = r.Height() + 4; // 2-pixel boundary on top/bottom
src/tests/kits/interface/menu/menuworld/MenuView.cpp
100
m_pAddItemButton->Frame().Height() + 15);
src/tests/kits/interface/menu/menuworld/MenuView.cpp
192
float itemHeight = m_pMenuOutlineView->ItemFrame(0).Height();
src/tests/kits/interface/menu/menuworld/MenuWindow.cpp
74
float menuHeight = m_pFullMenuBar->Bounds().Height();
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
102
topLeft.y = pos.y - frame.Height();
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
110
topLeft.y = pos.y - frame.Height();
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
219
curHeight = frame.Height();
src/tests/kits/interface/menu/menuworld/ViewLayoutFactory.cpp
238
? maxHeight : frame.Height();
src/tests/kits/interface/pictureprint/Preview.cpp
175
float height = PageRect().Height();
src/tests/kits/interface/pictureprint/Preview.cpp
180
y = height - frame.Height();
src/tests/kits/interface/pictureprint/Preview.cpp
195
bigStep = frame.Height() - 2;
src/tests/kits/media/VideoDecoder.cpp
104
BView* view = new VideoView(fMediaTrack, format.Width(), format.Height());
src/tests/kits/media/VideoDecoder.cpp
98
format.Width(), format.Height(), fMediaTrack->CountFrames(),
src/tests/libs/alm/Areas.cpp
55
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/BadLayout.cpp
64
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/ComplexButtons.cpp
72
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/HelloWorld.cpp
51
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/OperatorLayout.cpp
49
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/Pinwheel.cpp
78
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/TableDemo.cpp
50
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/ThreeButtons.cpp
51
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/libs/alm/Views.cpp
90
SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
src/tests/servers/app/benchmark/Test.cpp
31
for (float y = grid.top; y < grid.bottom + 5; y += grid.Height() / 2) {
src/tests/servers/app/bitmap_drawing/main.cpp
366
floorf((Bounds().Height() - fBitmapRect.Height()) / 2.0 + 0.5));
src/tests/servers/app/bitmap_drawing/main.cpp
549
b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
src/tests/servers/app/copy_bits/main.cpp
120
r.top + r.Height() / 2.0 - 50.0);
src/tests/servers/app/copy_bits/main.cpp
243
b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
src/tests/servers/app/copy_bits/main.cpp
93
float height = r.Height();
src/tests/servers/app/drawing_modes/DrawingModes.cpp
339
imageHeight * i + bitmapBounds.Height() / 2), B_SOLID_LOW);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
340
FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 2,
src/tests/servers/app/drawing_modes/DrawingModes.cpp
341
imageWidth * 2 - 10, imageHeight * i + bitmapBounds.Height()),
src/tests/servers/app/drawing_modes/DrawingModes.cpp
350
imageHeight * i + bitmapBounds.Height() / 3), B_SOLID_HIGH);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
352
FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 3,
src/tests/servers/app/drawing_modes/DrawingModes.cpp
353
imageWidth * 2 - 10, imageHeight * i + bitmapBounds.Height()),
src/tests/servers/app/drawing_modes/DrawingModes.cpp
356
FillRect(BRect(0, imageHeight * i + bitmapBounds.Height() / 3 * 2,
src/tests/servers/app/drawing_modes/DrawingModes.cpp
357
imageWidth * 2 - 10, imageHeight * i + bitmapBounds.Height()),
src/tests/servers/app/inverse_clipping/main.cpp
264
scroll->ResizeTo(bounds.Width(), bounds.Height());
src/tests/servers/app/inverse_clipping/main.cpp
36
view->FillEllipse(rect.InsetByCopy(rect.Width()/4, rect.Height()/4));
src/tests/servers/app/inverse_clipping/main.cpp
51
s.ArcTo(rect.Width()/4, rect.Height()/4, 0, false, true, rect.RightTop());
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
113
rect.OffsetBy(0, menuField->Bounds().Height() + 10);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
142
rect.OffsetBy(0, menuField->Bounds().Height() + 10);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
150
rect.OffsetBy(0, menuField->Bounds().Height() + 10);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
163
rect.OffsetBy(0, rect.Height() + 5);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
170
rect.OffsetBy(0, rect.Height() + 5);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
177
rect.OffsetBy(0, rect.Height() + 5);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
187
rect.OffsetBy(0, rect.Height() + 5);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
194
rect.OffsetBy(0, rect.Height() + 5);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
201
rect.OffsetBy(0, rect.Height() + 5);
src/tests/servers/app/look_and_feel/LookAndFeel.cpp
210
rect.OffsetBy(0, rect.Height() + 15);
src/tests/servers/app/newClipping/Layer.cpp
257
dy = newFrame.Height() - fFrame.Height();
src/tests/servers/app/newClipping/main.cpp
108
f.bottom = f.top + f.Height() / 3 - 3;
src/tests/servers/app/newClipping/main.cpp
131
f.bottom = f.top + f.Height() / 3 - 3;
src/tests/servers/app/newClipping/main.cpp
133
f.OffsetBy(0, f.Height() + 6);
src/tests/servers/app/newClipping/main.cpp
153
f.bottom = f.top + f.Height() / 3 - 3;
src/tests/servers/app/newClipping/main.cpp
155
f.OffsetBy(0, 2 * f.Height() + 12);
src/tests/servers/app/newerClipping/ViewLayer.cpp
557
int32 heightDiff = (int32)(newFrame.Height() - fFrame.Height());
src/tests/servers/app/newerClipping/ViewLayer.cpp
71
fScrollingOffset.y + fFrame.Height());
src/tests/servers/app/newerClipping/ViewLayer.cpp
747
clippedBounds.Height() < fScreenClipping.Frame().Height()) {
src/tests/servers/app/newerClipping/drawing/DirectWindowBuffer.h
19
virtual uint32 Height() const;
src/tests/servers/app/newerClipping/drawing/RenderingBuffer.h
22
virtual uint32 Height() const = 0;
src/tests/servers/app/newerClipping/drawing/RenderingBuffer.h
25
{ return Height() * BytesPerRow(); }
src/tests/servers/app/newerClipping/drawing/RenderingBuffer.h
30
Height() - 1); }
src/tests/servers/app/newerClipping/main.cpp
384
f.bottom = f.top + f.Height() / 3 - 3;
src/tests/servers/app/newerClipping/main.cpp
407
f.bottom = f.top + f.Height() / 3 - 3;
src/tests/servers/app/newerClipping/main.cpp
409
f.OffsetBy(0, f.Height() + 6);
src/tests/servers/app/newerClipping/main.cpp
429
f.bottom = f.top + f.Height() / 3 - 3;
src/tests/servers/app/newerClipping/main.cpp
431
f.OffsetBy(0, 2 * f.Height() + 12);
src/tests/servers/app/painter/Painter.cpp
100
buffer->Height(),
src/tests/servers/app/painter/Painter.cpp
1267
double yScale = (viewRect.Height() + 1) / (bitmapRect.Height() + 1);
src/tests/servers/app/painter/Painter.cpp
861
bitmap->Height(),
src/tests/servers/app/painter/main.cpp
282
float v = bounds.Height() / clipCount;
src/tests/servers/app/painter/main.cpp
333
uint32 height = buffer->Height();
src/tests/servers/app/painter/main.cpp
394
BWindow* window = new BWindow(BRect(50.0, 50.0, 50.0 + bounds.Width(), 50.0 + bounds.Height() * 2 + 1), "Painter Test",
src/tests/servers/app/playground/ObjectView.cpp
167
BPoint p((r.Width() - width) / 2.0, r.Height() / 2.0);
src/tests/servers/app/playground/ObjectWindow.cpp
164
scrollBar->SetRange(0.0, fObjectView->Bounds().Height());
src/tests/servers/app/playground/ObjectWindow.cpp
195
b.OffsetBy(0, fNewB->Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
203
b.OffsetBy(0, fClearB->Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
211
b.OffsetBy(0, radioButton->Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
217
b.OffsetBy(0, radioButton->Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
223
b.OffsetBy(0, radioButton->Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
278
b.OffsetBy(0, radioButton->Bounds().Height() + 10.0);
src/tests/servers/app/playground/ObjectWindow.cpp
288
b.OffsetBy(0, fDrawingModeMF->Bounds().Height() + 10.0);
src/tests/servers/app/playground/ObjectWindow.cpp
294
b.OffsetBy(0, fColorControl-> Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
308
b.OffsetBy(0, fAlphaTC->Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
314
b.OffsetBy(0, radioButton->Bounds().Height() + 5.0);
src/tests/servers/app/playground/ObjectWindow.cpp
344
+ menuBar->Bounds().Height() + 15.0;
src/tests/servers/app/playground/ObjectWindow.cpp
349
ResizeTo(max_c(frame.Width(), minWidth), max_c(frame.Height(), minHeight));
src/tests/servers/app/playground/States.cpp
235
float radius = min_c(r.Width() / 3.0, r.Height() / 3.0);
src/tests/servers/app/scrollbar/main.cpp
25
UpdateScrollbar(Bounds().Height());
src/tests/servers/app/scrolling/main.cpp
121
b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
src/tests/servers/app/transformation/main.cpp
106
rect.InsetBy(rect.Width() / 3, rect.Height() / 3);
src/tests/servers/app/transformation/main.cpp
109
rect.top + rect.Height() / 2);
src/tests/servers/app/transformation/main.cpp
150
rect.top = (rect.Height() - fBitmap->Bounds().Height()) / 2;
src/tests/servers/app/transformation/main.cpp
152
rect.bottom = rect.top + fBitmap->Bounds().Height();
src/tests/servers/app/transformation/main.cpp
156
rect.top + rect.Height() / 2);
src/tests/servers/app/transformation/main.cpp
197
rect.InsetBy(rect.Width() / 3, rect.Height() / 3);
src/tests/servers/app/transformation/main.cpp
200
rect.top + rect.Height() / 2);
src/tests/servers/app/transformation/main.cpp
215
float radius = std::min(rect.Width() / 5, rect.Height() / 5);
src/tests/servers/app/window_invalidation/WindowInvalidation.cpp
121
} while (bounds.Width() > 400 || bounds.Height() > 400
src/tests/servers/app/window_invalidation/WindowInvalidation.cpp
122
|| bounds.Width() < 50 || bounds.Height() < 50);
src/tests/servers/app/window_invalidation/WindowInvalidation.cpp
124
ResizeTo(bounds.Width() + 1, bounds.Height() + 1);
src/tools/hvif2png/hvif2png.cpp
144
png_uint_32 height = (png_uint_32)rect.Height() + 1;
src/tools/translation/bitsinfo/bitsinfo.cpp
100
static_cast<int>(header.bounds.Height() + 1));
src/tools/translation/inspector/ImageView.cpp
104
fpbitmap->Bounds().Height() + BORDER_HEIGHT + PEN_SIZE));
src/tools/translation/inspector/ImageView.cpp
238
range = rctbitmap.Height() + (BORDER_HEIGHT * 2) - rctview.Height();
src/tools/translation/inspector/ImageView.cpp
240
prop = rctview.Height() / (rctbitmap.Height() + (BORDER_HEIGHT * 2));
src/tools/translation/inspector/ImageView.cpp
602
height = fpbitmap->Bounds().Height() +
src/tools/translation/inspector/ImageView.cpp
603
pbar->Bounds().Height() + B_H_SCROLL_BAR_HEIGHT + (BORDER_HEIGHT * 2) + 1;
src/tools/translation/inspector/ImageView.cpp
608
if (height > rctscreen.Height())
src/tools/translation/inspector/ImageView.cpp
609
height = rctscreen.Height();
src/tools/translation/inspector/ImageView.cpp
611
pbar->Bounds().Height() + (B_H_SCROLL_BAR_HEIGHT * 4) + 1, height);