Searched refs:bottom (Results 251 - 275 of 576) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.cpp137 cadre.left - kMargin, frame.bottom);
143 BPoint loc(cadre.left, cadre.bottom + 1);
H A DIconMenuItem.cpp82 loc.y = frame.top + (frame.bottom - frame.top - fIcon->Bounds().Height()) / 2;
/haiku/src/servers/app/
H A DLayer.cpp204 // Round up and add an additional 2 pixels on the bottom/right to
209 boundingBox.bottom = ceilf(boundingBox.bottom) + 2;
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp584 int32 left, top, right, bottom; local
588 bottom = window->v_start + window->height;
595 if (bottom > sharedInfo.current_mode.timing.v_display)
596 bottom = sharedInfo.current_mode.timing.v_display;
597 if (left >= right || top >= bottom) {
606 registers->window_height = bottom - top;
622 bottom = view->v_start + view->height;
633 registers->source_height_rgb = bottom - top;
/haiku/src/tools/translation/inspector/
H A DImageWindow.cpp107 rctview.top = pbar->Frame().bottom + 1;
109 rctview.bottom -= B_H_SCROLL_BAR_HEIGHT;
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp65 frame.bottom = frame.top + height;
84 textPos.y = (r.top + r.bottom - ceilf(fh.ascent + fh.descent)) / 2.0
/haiku/src/apps/launchbox/
H A DPadView.cpp71 AddLine(BPoint(r.left, r.bottom), BPoint(r.left, r.top), light);
73 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), shadow);
74 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), shadow);
93 stop = (int32)r.bottom;
249 || where.y == frame.top || where.y == frame.bottom) {
255 && where.y <= windowFrame.bottom) {
262 // top or bottom border
266 else if (position.y > 0.5 && where.y == frame.bottom)
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp100 StrokeLine(BPoint(x, bounds.top + 3), BPoint(x, bounds.bottom - 3));
110 float y = (bounds.bottom + bounds.top
/haiku/src/add-ons/input_server/methods/pen/compat/
H A DStringIO.cpp86 BStringIO & BStringIO::operator<<(const BRect & r) {BString s; s << "Rect{" << r.left << r.top << r.right << r.bottom << "}"; this->BPositionIO::Write(s.String(), s.Length()); return *this;};
/haiku/src/tests/apps/miniterminal/
H A DArguments.cpp96 fBounds.bottom = fBounds.top + height;
/haiku/src/tests/kits/game/chart/
H A DChartRender.h69 int32 bottom; member in struct:__anon5793
H A DChartRender_d.h63 int32 bottom;
/haiku/src/tests/kits/interface/
H A DClippingPlusRedraw.cpp68 updateRect.left, updateRect.top, updateRect.right, updateRect.bottom);
H A DChannelSliderTest.cpp52 ResizeTo(horizontal->Frame().right + 10, slider->Frame().bottom + 10);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.h21 float bottom);
H A DGroupView.cpp89 GroupView::SetInsets(float left, float top, float right, float bottom) argument
91 BRect newInsets(left, top, right, bottom);
318 fInsets.top + fInsets.bottom - 1
331 fInsets.top + fInsets.bottom - 1
/haiku/src/tests/servers/app/benchmark/
H A DStringTest.cpp86 if (textLocation.y > fViewBounds.bottom)
/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp66 image.bottom = frame.Height() - 100.f;
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp68 float y = (bounds.top + bounds.bottom - ceilf(fontHeight.ascent)
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp64 + 5 + 2; // space between controls and bottom
237 rect.bottom = 20;
245 rect.top = rect.bottom + 5;
246 rect.bottom = rect.top + 20;
252 rect.bottom = rect.top + 15;
/haiku/src/apps/terminal/
H A DSmartTabView.h41 float bottom);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.cpp88 fHeight = info->window_bounds.bottom - info->window_bounds.top + 1;
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp78 scaledArea.bottom *= fScale;
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h65 float bottom);
/haiku/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.cpp95 bounds.bottom -= 2;

Completed in 102 milliseconds

<<11121314151617181920>>