Searched refs:bottom (Results 451 - 475 of 576) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/networkstatus/
H A DRadioView.cpp197 center.Set(roundf(bounds.Width() / 2), bounds.bottom);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp134 sizeViewsGroup->SetFrame(BRect(BPoint(rect.left, rect.bottom + 10),
/haiku/src/kits/interface/
H A DMenuPrivate.cpp158 float* bottom) const
160 fMenu->GetItemMargins(left, top, right, bottom);
165 MenuPrivate::SetItemMargins(float left, float top, float right, float bottom) argument
167 fMenu->SetItemMargins(left, top, right, bottom);
H A DTextControl.cpp427 // invalidate the region between the old and the new bottom border
430 rect.bottom--;
437 // invalidate the region of the new bottom border
439 rect.top = rect.bottom - kFrameMargin;
1106 BRect frame(fDivider, bounds.top, bounds.right, bounds.bottom);
1178 frame.left, frame.top, frame.right, frame.bottom);
H A DOutlineListView.cpp688 BRect bottom = ItemFrame(lastIndex - 1); local
689 BRect update(top.left, top.top, bottom.right, bottom.bottom);
H A DMenuBar.cpp244 // invalidate bottom border
246 BRect rect(0, min_c(fLastBounds->bottom, newHeight) - 1,
247 newWidth, max_c(fLastBounds->bottom, newHeight));
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h251 uint16 bottom; member in struct:__anon20
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp81 StrokeLine(BPoint(x, bounds.top), BPoint(x, bounds.bottom));
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp153 bitsHeader.bounds.bottom = iconImage.imageHeight - 1;
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp255 StrokeLine(BPoint(0, rect.top), BPoint(0, rect.bottom));
261 StrokeLine(BPoint(1, rect.top), BPoint(1, rect.bottom));
291 DrawString(fTitle, BPoint(rect.left + 1, rect.bottom - 8));
295 DrawString(fTitle, BPoint(rect.left, rect.bottom - 9));
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp235 frame.bottom = frame.top + height;
/haiku/src/kits/shared/
H A DIconButton.cpp536 if (y > trimmed.bottom)
537 trimmed.bottom = y;
548 minInset = min_c(minInset, fNormalBitmap->Bounds().bottom
549 - trimmed.bottom);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp895 bounds.bottom = B_BENDIAN_TO_HOST_FLOAT(header.bounds.bottom);
1158 header.bounds.bottom = B_HOST_TO_BENDIAN_FLOAT(bounds.bottom);
/haiku/src/kits/tracker/
H A DCountView.cpp35 // defines the status area drawn in the bottom left corner of a Tracker window
145 result.bottom = result.top + 7;
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js421 this.bottom = -1;
430 this.bottom = remoteMessage.dataView.readFloat32();
443 return this.bottom - this.top + 1;
455 return Math.ceil(this.bottom - this.top);
476 var bottom = Math.ceil(this.bottom);
477 apply(left, top, right - left + 1, bottom - top + 1);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp316 r.top = fMenuBar->Frame().bottom + 1;
317 r.bottom = floorf(r.top + r.Height() * 0.33);
323 r.top = r.bottom + 2;
324 r.bottom = Bounds().bottom;
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp464 rect.bottom--;
755 // TODO: for some reason, this does not always equal the bottom of
762 topLeft.bottom = bottomLeft.top;
766 topRight.bottom = topLeft.bottom;
790 // draw bottom right corner
800 // clip out the bottom left corner
1226 rect.bottom = floorf((keyFrame.Height()) * fFactor + rect.top - fGap - 1);
/haiku/headers/os/interface/
H A DLayoutBuilder.h116 float bottom);
226 float bottom);
300 float bottom);
713 float bottom)
715 fLayout->SetInsets(left, top, right, bottom);
1097 float bottom)
1099 fLayout->SetInsets(left, top, right, bottom);
1389 float bottom)
1391 fView->SetInsets(left, top, right, bottom);
712 SetInsets(float left, float top, float right, float bottom) argument
1096 SetInsets(float left, float top, float right, float bottom) argument
1388 SetInsets(float left, float top, float right, float bottom) argument
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1708 screenFrame.bottom += decoratorFrame.bottom - frame.bottom;
1714 frame.bottom = frame.top + height;
1724 else if (frame.bottom > screenFrame.bottom)
1725 frame.OffsetBy(screenFrame.bottom - frame.bottom, 0);
2478 && fLastMousePos.y > fNavigationGroup->Frame().bottom
H A DDownloadProgressView.cpp361 bounds.bottom--;
363 bounds.bottom++;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1063 float bottom = fTextView->TextHeight(0, printLine - 1); local
1065 printableRect.Width(), bottom + TEXT_INSET);
1407 // separator at the bottom to add spacing in the matrix menu
1408 matrixArea.top = matrixArea.bottom;
1412 matrixArea.bottom = itemHeight + 4;
1420 matrixArea.top = matrixArea.bottom;
1421 matrixArea.bottom = matrixArea.top + margin;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp320 maxLine = ((int32)ceilf(rect.bottom) + lineHeight - 1) / lineHeight;
530 float bottom = (float)(index + count) * fFontInfo.lineHeight - 1; local
532 Invalidate(BRect(bounds.left, top, bounds.right, bottom));
589 float y = lineRect.bottom - fFontInfo.fontHeight.descent + 1;
947 schedulingLineRect.bottom -= lineRect.IntegerHeight() / 2;
949 ioLineRect.top = schedulingLineRect.bottom + 1;
/haiku/src/servers/app/
H A DServerWindow.cpp485 info.window_bottom = (int)floor(fWindow->Frame().bottom);
1237 fCurrentView->Name(), src.left, src.top, src.right, src.bottom,
1238 dst.left, dst.top, dst.right, dst.bottom));
2166 region.Frame().right, region.Frame().bottom));
2239 invalidRect.right, invalidRect.bottom));
2266 invalidRect.top, invalidRect.right, invalidRect.bottom,
2293 region.Frame().right, region.Frame().bottom));
2571 rect.bottom));
2586 rect.bottom));
2601 rect.bottom));
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp336 r.bottom = Bounds().bottom - fh.descent
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp97 fTitleRect.bottom = fontMetrics.ascent + 1;
281 lineBase = fTitleRect.bottom - fontMetrics.descent;

Completed in 311 milliseconds

<<11121314151617181920>>