Searched refs:Width (Results 276 - 300 of 571) sorted by relevance

<<11121314151617181920>>

/haiku/headers/os/interface/
H A DRect.h77 float Width() const;
221 BRect::Width() const function in class:BRect
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp62 rect.right = rect.left + (rect.Width() - 5) / 2;
78 rect.OffsetBy(rect.Width() + 5, 0);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp48 if (left + sWindowRect.Width() > screenBorder.right)
67 left = screenBorder.right - sWindowRect.Width() - sTopLeft.x;
H A DStatusView.cpp111 if (Bounds().Width() > width)
112 width = Bounds().Width();
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp123 if (r.Width() > *width) {
124 *width = r.Width();
H A DDormantNodeListItem.cpp119 r.right = r.left + Width();
246 r.right = r.left + Width();
/haiku/src/apps/installer/
H A DPackageViews.cpp236 parent->FrameResized(r.Width(), r.Height());
267 parent->FrameResized(r.Width(), r.Height());
/haiku/src/system/boot/platform/riscv/
H A Dconsole.cpp31 virtual int32 Width();
166 Console::Width() function in class:Console
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp44 virtual int32 Width();
121 EFITextConsole::Width() function in class:EFITextConsole
/haiku/src/system/boot/platform/openfirmware/
H A Dconsole.cpp33 virtual int32 Width();
219 Console::Width() function in class:Console
/haiku/src/kits/tracker/
H A DViewState.h77 float Width() const;
192 BColumn::Width() const function in class:BPrivate::BColumn
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp47 ResizeTo(frame.Width(), frame.Height());
50 ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
/haiku/src/apps/expander/
H A DExpanderWindow.cpp72 Bounds().Width());
166 ResizeTo(Bounds().Width(), fSizeLimit);
167 SetSizeLimits(size.Width(), 32767.0f, fSizeLimit, fSizeLimit);
168 SetZoomLimits(Bounds().Width(), fSizeLimit);
717 float delta = fLongestLine - fListingText->Frame().Width();
732 if (minWidth < Frame().Width() + delta) {
734 SetZoomLimits(Frame().Width() + delta,
777 ResizeTo(Frame().Width(), bottom);
/haiku/src/kits/interface/
H A DBMCPrivate.cpp175 fPreviousWidth = Bounds().Width();
195 ResizeTo(std::min(Bounds().Width(), fMenuField->_MenuBarWidth()),
H A DColorControl.cpp541 float width = rect.Width() + 1;
547 if (updateRect.IsValid() && updateRect.Width() >= 0) {
548 target->BeginLineArray((int32)updateRect.Width() + 1);
574 shade * (rampRect.Width() - 2 * (kSelectorHSpacing + radius)) / 255,
880 / _RampFrame(0).Width(), 255));
930 / _RampFrame(0).Width(), 255));
966 *_width = rect.Width() + kTextFieldsHSpacing
967 + fRedText->Bounds().Width();
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp293 fTextControl->ResizeTo(rect.Width() - 10, height);
295 ResizeTo(rect.Width(), height + 10);
382 ResizeTo(rect.Width(), 30);
766 ResizeTo(menuField->Bounds().Width() + 10,
944 DrawBitmap(fBitmap, BPoint((Bounds().Width() - fBitmap->Bounds().Width()) / 2, 0));
978 && fScaleSlider->Value() * 8 - 1 == fBitmap->Bounds().Width()) {
1084 fBitmap->Bounds().Width() + 1, fBitmap->Bounds().Height() + 1,
/haiku/src/servers/app/
H A DView.cpp150 fScrollingOffset.x + fFrame.Width(),
753 int32 widthDiff = (int32)(newFrame.Width() - fFrame.Width());
1092 rect.OffsetBy(-(rect.Width() + 1), 0.0);
1114 rect.OffsetBy(rect.Width() + 1, 0.0);
1126 rect.OffsetBy(rect.Width() + 1, 0.0);
1490 if (clippedBounds.Width() < fScreenClipping.Frame().Width()
/haiku/headers/private/interface/
H A DColumnTypes.h69 float Width();
104 float Width();
/haiku/src/apps/showimage/
H A DShowImageView.cpp314 fSelectionBox.Bounds().Width() + 1.0,
561 float bitmapWidth = fBitmap->Bounds().Width() + 1;
565 float width = Bounds().Width() + 1;
583 float bitmapWidth = rect.Width() + 1;
587 float width = Bounds().Width() + 1;
598 bitmapWidth = rect.Width() + 1.0;
873 if (selectionRect.Width() * fZoom < 400.0
1166 if (fCopyFromRect.Width() < 1.0 && fCopyFromRect.Height() < 1.0)
1480 FixupScrollBar(B_HORIZONTAL, bitmapRect.Width(), viewRect.Width());
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp70 fScrollingOffset.x + fFrame.Width(),
556 int32 widthDiff = (int32)(newFrame.Width() - fFrame.Width());
746 if (clippedBounds.Width() < fScreenClipping.Frame().Width() ||
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp167 scrollBar->SetRange(0.0, fObjectView->Bounds().Width());
185 b.right = b.left + b.Width() / 2.0 - 5.0;
315 fPenSizeS = new BSlider(b, "width slider", B_TRANSLATE("Width:"), NULL, 1, 100,
328 b.left = b.left + b.Width() / 2.0 + 6.0;
341 float minWidth = controlGroup->Frame().Width() + 30.0;
348 ResizeTo(max_c(frame.Width(), minWidth), max_c(frame.Height(), minHeight));
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp138 return BSize(fIconBitmap.Bounds().Width(),
772 if (stringWidth < fInfoView->Bounds().Width())
780 if (stringWidth < fInfoView->Bounds().Width())
816 if (stringWidth < fInfoView->Bounds().Width())
823 if (stringWidth < fInfoView->Bounds().Width())
/haiku/src/apps/charactermap/
H A DCharacterView.cpp326 box.left += (box.Width() - charWidth) / 2;
385 where.x += (rect.Width() - fMenu->Frame().Width()) / 2;
697 fDataRect.right = bounds.Width();
700 fCharactersPerLine = int32(bounds.Width() / (fGap + fCharacterWidth));
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp282 openPoint.x -= menuFrame.Width() - buttonFrame.Width();
512 while ((fIcon->Bounds().Width() + 1) / scale > kIconSize)
514 if ((fIcon->Bounds().Width() + 1) / scale >= kIconSize - 4
517 iconBounds.right = (fIcon->Bounds().Width() + 1) / scale - 1;
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp39 fTextDocumentLayout.SetWidth(_TextLayoutWidth(Bounds().Width()));
89 fTextDocumentLayout.SetWidth(_TextLayoutWidth(Bounds().Width()));
481 fTextDocumentLayout.Width() + fInsetLeft + fInsetRight);
630 float width = ceilf(fTextDocumentLayout.Width());
655 float width = ceilf(fTextDocumentLayout.Width());

Completed in 268 milliseconds

<<11121314151617181920>>