Searched refs:bottom (Results 401 - 425 of 576) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/tracker/
H A DSelectionWindow.cpp195 MIN(screen.Frame().bottom - 20 - Frame().Height(), windowPosition.y));
H A DStatusWindow.cpp235 rect.top = lastView->Frame().bottom + 1;
241 rect.bottom = rect.top + kDefaultStatusViewHeight - 1;
248 ResizeTo(Bounds().Width(), view->Frame().bottom);
460 rect.bottom = rect.top + 15;
536 rect.top = floorf((rect.top + rect.bottom) / 2 + 0.5) - buttonHeight / 2;
537 rect.bottom = rect.top + buttonHeight;
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp68 innerFrame.bottom -= hScrollBar->Bounds().Height() - 1;
81 rect.bottom += 1;
89 rect.top = rect.bottom + 1;
90 rect.bottom = rect.top + hScrollBar->Bounds().Height();
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp253 if (screen.Frame().bottom < Frame().bottom)
254 MoveBy(0, screen.Frame().bottom - Frame().bottom);
H A DMainWin.cpp332 fBackground->Bounds().bottom);
1214 fVideoView->Bounds().bottom);
1217 fVideoView->Frame().bottom + 1);
2111 screenFrame.bottom += frame.bottom - decoratorFrame.bottom;
2115 frame.bottom = frame.top + height;
2140 (screenFrame.top + screenFrame.bottom - height) / 2);
2151 else if (frame.bottom > screenFrame.bottom)
[all...]
/haiku/src/preferences/screen/
H A DMonitorView.cpp98 BPoint powerPos(outerRect.left + 5, outerRect.bottom - 2);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h297 CRadeonRect(int left, int top, int right, int bottom);
319 void SetTo(int left, int top, int right, int bottom);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp147 fBoxRect.bottom = itemRect.top + boxRect.Height();
159 BRect(left, itemRect.top, itemRect.left, itemRect.bottom));
/haiku/src/apps/diskusage/
H A DControlsView.cpp82 (frame.top + frame.bottom - fIcon->Bounds().Height()) / 2.0);
96 (frame.top + frame.bottom - fh.ascent - fh.descent) / 2.0
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp325 blit.dest_bottom = params[i].bottom + 1;
344 blit.dest_bottom = params[i].bottom + 1;
/haiku/src/apps/deskbar/
H A DTimeView.cpp385 where.y = Bounds().bottom + 4.0;
388 if (where.y >= BScreen().Frame().bottom)
/haiku/src/apps/glteapot/
H A DTeapotWindow.cpp28 bounds.bottom = bounds.top + 14;
40 bounds.top = menuBar->Bounds().bottom + 1;
/haiku/src/apps/people/
H A DPeopleApp.cpp313 if (fPosition.bottom > screen.Frame().bottom)
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp38 bgRect.bottom--;
753 float bottom = Bounds().Height(); local
763 bottom);
773 BRect(left, 0, Bounds().right + 1, bottom), updateRect, 0);
902 float bottom = Bounds().Height(); local
906 bottom);
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c1037 int left, top, right, bottom; local
1042 bottom = top + ow->height;
1050 if( bottom > crtc->mode.timing.v_display )
1051 bottom = crtc->mode.timing.v_display;
1053 if( right < left || bottom < top )
1056 return (right - left) * (bottom - top);
/haiku/src/apps/terminal/
H A DTermParse.cpp367 int bottom = 0; local
973 bottom = fBuffer->Height();
975 bottom = param[1];
978 bottom--;
980 if (bottom > top)
981 fBuffer->SetScrollRegion(top, bottom);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp417 fCurrentSettings.height = (int32)frame.bottom+1-TOP_LEFT_LIMIT;
468 fDirectBuffer.clip_bounds.bottom = -1;
472 fDirectBuffer.clip_list[0].bottom = -1;
636 r.Set(0.0, TOP_LEFT_LIMIT, LEFT_WIDTH - 1, frame.bottom);
899 r.Set(LEFT_WIDTH, TOP_LEFT_LIMIT, frame.right, frame.bottom);
906 r.bottom = fSpecialBox->Frame().bottom + H_BORDER * 2 + 20;
2325 /* top side / bottom side */
2652 /* need to move first on the top/bottom axis */
2887 fBitmapBuffer.clip_bounds.bottom
[all...]
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1189 * Usually it will appear in the bottom half of the DatabaseWindow.
1223 of the highest letter to the base line (which is near the middle bottom of
1278 * using the server too). The bottom half is a scrolling view listing all the
5514 RowTop = TextViewPntr->Frame().bottom + Margin;
6165 TempRect.bottom = TempRect.top + g_ButtonHeight;
6185 TempRect.bottom = TempRect.top + g_ButtonHeight;
6202 TempRect.bottom = TempRect.top + g_TextBoxHeight;
6234 TempRect.bottom = TempRect.top + g_TextBoxHeight;
6254 /* Third row contains the purge popularity and bottom half of the purge
6267 TempRect.bottom
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1357 FillRect(BRect(1, 0, 3, rect.bottom));
1359 StrokeLine(BPoint(0, 0), BPoint(0, rect.bottom));
1361 StrokeLine(BPoint(4, 0), BPoint(4, rect.bottom));
1366 FillRect(BRect(1, 0, 3, rect.bottom));
1368 StrokeLine(BPoint(0, 0), BPoint(0, rect.bottom));
1370 StrokeLine(BPoint(4, 0), BPoint(4, rect.bottom));
1453 StrokeLine(BPoint(0, 0), BPoint(0, rect.bottom));
1455 StrokeLine(BPoint(1, 0), BPoint(1, rect.bottom));
1457 StrokeLine(BPoint(2, 0), BPoint(2, rect.bottom));
1459 StrokeLine(BPoint(3, 0), BPoint(3, rect.bottom));
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp562 rect.top = rect.bottom - kDraggerSize;
584 rect.top = rect.bottom - kDraggerSize;
1207 historyFrame.bottom -= 2 * Bounds().Height() / 3;
1223 frame.bottom = legendFrame.top - 1;
1262 frame.bottom -= kDraggerSize;
1263 frame.top = frame.bottom - height;
1287 frame.bottom = frame.top + height - 1;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp463 height = (uint16)(frame.bottom - frame.top + 1) / 16;
697 PRINT((CH ": VideoFrame = %fx%f,%fx%f" CT, VideoFrame().left, VideoFrame().top, VideoFrame().right, VideoFrame().bottom));
700 long int h = (long)(VideoFrame().bottom - VideoFrame().top + 1);
731 long int h = (long)(VideoFrame().bottom - VideoFrame().top + 1);
734 VideoFrame().bottom, w, h));
902 /* bottom line or left column */
916 /* bottom line or right column */
979 /* bottom line or left column */
993 /* bottom line or right column */
/haiku/src/apps/expander/
H A DExpanderWindow.cpp754 float bottom = fSizeLimit; local
764 fPreviousHeight = bottom + 10.0 * fLineHeight;
766 minHeight = bottom + 5.0 * fLineHeight;
769 bottom = std::max(fPreviousHeight, minHeight);
777 ResizeTo(Frame().Width(), bottom);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp127 rect.bottom = rect.top + height;
851 fSizeRect.bottom = lineBase + fontMetrics.descent;
926 fPathRect.bottom = lineBase + fontMetrics.descent;
953 fLinkRect.bottom = lineBase + fontMetrics.descent;
994 fDescRect.bottom = lineBase + fontMetrics.descent;
/haiku/src/kits/interface/
H A DWindow.cpp1022 fFrame.bottom = fFrame.top + height;
1233 fFrame.bottom = fFrame.top + height;
1567 zoomArea.top = deskbarFrame.bottom + 2;
1573 zoomArea.bottom = deskbarFrame.top - 2;
1579 zoomArea.top = deskbarFrame.bottom + 2;
1603 zoomArea.bottom -= borderWidth;
1610 if (zoomArea.top > deskbarFrame.bottom
1611 || zoomArea.bottom < deskbarFrame.top) {
2007 decoratorFrame.bottom += borderWidth;
2012 decoratorFrame.bottom
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp689 // rect.left, rect.top, rect.right, rect.bottom));
1003 else if(tipR.bottom > screenR.bottom)
1004 tipR.top = screenR.bottom - tipR.Height();

Completed in 312 milliseconds

<<11121314151617181920>>