Searched refs:Width (Results 451 - 475 of 571) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp146 fBoxRect.right = fBoxRect.left + boxRect.Width();
/haiku/src/kits/interface/
H A DRegion.cpp282 ScaleBy(scale.Width(), scale.Height());
/haiku/src/preferences/input/
H A DMouseView.cpp309 BPoint(border.left + (border.Width() - StringWidth(label)) / 2,
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp151 if ((wireFrame.Width() <= 5.0) || (wireFrame.Height() <= 5.0) || startFrame.Contains(point) || endFrame.Contains(point))
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp901 FrameResized(Bounds().Width(), Bounds().Height());
1211 ResizeTo(legendFrame.left + legendFrame.Width() - historyFrame.left,
1277 frame.right = frame.left + floorf(frame.Width() / 2) - 5;
1279 frame.left = frame.right - floorf(frame.Width() / 2) + 5;
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h70 int32 Width() const { return fWidth; } function in class:BasicTerminalBuffer
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp80 fExplicitSize = BSize(rectArray[0].Width(), rectArray[0].Height()
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp306 to->Window()->ResizeTo(frame.Width(), frame.Height());
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp89 float size = max_c(bounds.Width(), bounds.Height());
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp342 *width = fStartingRect.Width();
/haiku/src/apps/people/
H A DPersonView.cpp182 + fPictureView->Bounds().Width() / 2;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Damlresrc.h364 UINT8 Width; member in struct:aml_resource_fixed_dma
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp834 float width = frame.Width();
836 if (width < screenFrame.Width() * .666f
840 + std::min(screenFrame.Width() * .666f, height * 7 / 5);
845 ResizeTo(frame.Width(), frame.Height());
/haiku/src/kits/tracker/
H A DWidgetAttributeText.h87 float Width(const BPoseView*);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp209 float viewWidth = Frame().Width()
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp183 Header::Width() const function in class:Header
690 fStartWidth(fHeader->Width())
1056 entry->width = header->Width();
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp127 float width = Bounds().Width();
132 float x = floorf((width - bitmap->Bounds().Width()) / 2.0 + 0.5);
293 ResizeTo(rect.Width(), rect.Height());
/haiku/src/preferences/mail/
H A DConfigWindow.cpp616 frame.left + (frame.Width() - autoConfigRect.Width()) / 2,
617 frame.top + (frame.Width() - autoConfigRect.Height()) / 2);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp901 return (BScreen(Window())).Frame().Width()
902 - fBarView->DragRegion()->Frame().Width() - 1
903 - fBarView->BarMenuBar()->Frame().Width();
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp641 float hcenter = rect.left + rect.Width() / 2;
663 float spacer = rect.Width();
692 float spacer = rect.Width();
990 bool drawFilled = filledRect.Width() > 0;
991 bool drawNonfilled = nonfilledRect.Width() > 0;
1034 sliderPosition = floorf(rect.left + 2 + (rect.Width() - 2)
1153 float hCenter = rect.Width() / 2;
1282 factor = (rect.Width() - 2) / (hashMarkCount - 1);
1841 if (borders != 0 && rect.Width() > 3 && rect.Height() > 3)
1846 if (rect.Width() >
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp255 (findWindowFrame.Width() - 400) / 2,
303 (replaceWindowFrame.Width() - 400) / 2,
1065 printableRect.Width(), bottom + TEXT_INSET);
1461 if (newFrame.Width() > 32 && newFrame.Height() > 32
1464 ResizeTo(newFrame.Width(), newFrame.Height());
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1185 float aspectRatio = BScreen().Frame().Width() / BScreen().Frame().Height();
1214 fXRatio = Bounds().Width() / fMode.virtual_width;
1249 min = (x > -fImageBounds.Width());
1256 if (!min && fPoint.x > -fImageBounds.Width()) {
1257 fPoint.x = -fImageBounds.Width();
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp595 bounds.Width(), bounds.Height());
694 float width = Frame().Width();
1239 _endTime = (nanotime_t)(scrollOffset + Bounds().Width() + 1)
1679 float width = Bounds().Width();
1684 threadsViewWidth = fHeaderView->HeaderFrame(0).Width();
/haiku/src/servers/app/
H A DWindow.cpp158 // ResizeBy(width - frame.Width(), height - frame.Height(), NULL);
574 fTopView->ResizeBy((int32)(fFrame.Width() - fTopView->Frame().Width()),
1949 link.Attach<float>(fFrame.Width());
2040 float minWidthDiff = fMinWidth - fFrame.Width();
2042 float maxWidthDiff = fMaxWidth - fFrame.Width();
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp460 return BSize(fLogo->Bounds().Width(), fLogo->Bounds().Height());
484 DrawBitmap(fLogo, BPoint((bounds.Width() - fLogo->Bounds().Width()) / 2, 0));
551 fTarget->ResizeTo(Bounds().Width() + fCropLeft + fCropRight,
959 _ResizeBy(width - Bounds().Width(), height - Bounds().Height());

Completed in 237 milliseconds

<<11121314151617181920>>