Searched refs:bottom (Results 376 - 400 of 576) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/patchbay/
H A DPatchView.cpp171 rect.top = rect.top + rect.bottom / 2;
192 rect.bottom = rect.top + 31;
204 rect.bottom = rect.top + 31;
H A DPatchRow.cpp111 rect.bottom = rect.top + 20;
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp226 bitsHeader.bounds.bottom = height - 1;
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp133 float top = fDescription->Frame().bottom + kSpacing;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp294 m_frame.bottom += vertical;
/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.cpp34 = static_cast<int32>(fBitmap->Bounds().bottom) + 1;
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp125 height = frame.bottom-frame.top;
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp47 r.top = r.bottom - 7;
/haiku/src/kits/interface/
H A DLayoutItem.cpp145 frame.bottom = frame.top + max_c(frame.Height(), minHeight);
H A DIcon.cpp312 if (y > trimmed.bottom)
313 trimmed.bottom = y;
325 minInset = min_c(minInset, bitmap->Bounds().bottom - trimmed.bottom);
/haiku/src/apps/resedit/
H A DBitmapView.cpp315 r.bottom--;
331 r.bottom -= 2;
345 r.bottom--;
657 r.bottom = r.top + (r.Width() / multiplier);
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp145 rect.bottom = 33;
/haiku/src/apps/expander/
H A DPasswordAlert.cpp63 Bounds().right - 5, Bounds().bottom);
/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp97 --rect.bottom;
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp136 frame.bottom -= B_H_SCROLL_BAR_HEIGHT;
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollable.cpp164 float maxY = max_c(dataRect.top, dataRect.bottom - fVisibleHeight);
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp72 + 2 * INSETS, itemRect.bottom - finfo.descent + 1);
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp143 yCoord = theRect.bottom;
/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp97 header.bounds.right, header.bounds.bottom);
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp981 bounds.bottom / 2.0);
986 BPoint left(fUpRect.left + 3, fUpRect.bottom - 1);
987 BPoint right(left.x + 2 * (middle.x - left.x), fUpRect.bottom - 1);
1000 middle.y = fDownRect.bottom - 1;
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp220 args.right, args.bottom);
/haiku/src/apps/terminal/
H A DColorListView.cpp97 --rect.bottom;
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp82 middle.y = (b.top + b.bottom) / 2.0 - textHeight;
/haiku/src/apps/serialconnect/
H A DTermView.cpp370 rect.end_row = (int)ceil(pixels.bottom / fFontHeight);
378 rect.end_row, pixels.bottom,
391 rect.bottom = glyphs.end_row * fFontHeight;
403 glyphs.end_row, rect.bottom,
H A DSerialWindow.cpp57 r.top = menuBar->Bounds().bottom + 1;
66 r.bottom -= B_H_SCROLL_BAR_HEIGHT - 1;
73 ResizeTo(r.right - 1, r.bottom + B_H_SCROLL_BAR_HEIGHT - 1);
76 r.top = r.bottom - 37;

Completed in 319 milliseconds

<<11121314151617181920>>