Searched refs:Width (Results 101 - 125 of 571) sorted by relevance

1234567891011>>

/haiku/src/kits/print/
H A DPrintPanel.cpp125 ResizeTo(size.Width(), size.Height());
223 MoveTo((frame.Width() - bounds.Width()) / 2.0,
/haiku/src/kits/interface/
H A DLayoutItem.cpp134 if (maxSize.width < frame.Width()
136 frame.left += (int)((frame.Width() - maxSize.width)
143 GetHeightForWidth(frame.Width(), &minHeight, NULL, NULL);
H A DLayoutUtils.cpp165 if (maxSize.width < frame.Width()
167 frame.left += (int)((frame.Width() - maxSize.width)
191 if (maxSize.width < frame.Width()
193 frame.OffsetBy(floorf((frame.Width() - maxSize.width)
201 view->GetHeightForWidth(frame.Width(), &minHeight, &maxHeight,
218 rect.left += (int)((rect.Width() - size.width)
H A DListItem.cpp92 BListItem::Width() const function in class:BListItem
153 SetWidth(owner->Bounds().Width());
/haiku/src/apps/resedit/
H A DBitmapView.cpp90 fNoPhotoOffsets[0].Set((Bounds().Width() - fNoPhotoWidths[0]) / 2, totalheight + yoffset);
91 fNoPhotoOffsets[1].Set((Bounds().Width() - fNoPhotoWidths[1]) / 2,
93 fNoPhotoOffsets[2].Set((Bounds().Width() - fNoPhotoWidths[2]) / 2,
95 fNoPhotoOffsets[3].Set((Bounds().Width() - fNoPhotoWidths[3]) / 2,
645 if ((from.Width() <= r.Width()) && (from.Height() <= r.Height())) {
648 r.OffsetBy((to.Width() - r.Width()) / 2, (to.Height() - r.Height()) / 2);
652 float multiplier = from.Width()/from.Height();
657 r.bottom = r.top + (r.Width() / multiplie
[all...]
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp92 format.u.raw_video.display.line_width = (int32) bounds.Width();
110 (int) fVideoBitmap->Bounds().Width() + 1,
132 (int)fVideoBitmap->Bounds().Width() + 1,
/haiku/src/apps/pulse/
H A DPulseWindow.cpp53 ResizeTo(rect.Width(), rect.Height());
57 ResizeTo(r.Width(), r.Height());
135 ResizeTo(r.Width(), r.Height());
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp171 minWidth = m_statusView->Frame().Width() + 6 * B_V_SCROLL_BAR_WIDTH;
242 offset.x -= (r.left - (sr.Width()/2));
256 offset.x = (sr.Width()*.75) - r.left;
260 offset.x -= (r.left - (sr.Width()/2));
277 offset.x = (sr.Width()*.25) - r.left;
281 offset.x -= (r.left - (sr.Width()/2));
364 ResizeTo(m_manualSize.Width(), m_manualSize.Height());
436 ResizeTo(r.Width(), r.Height());
477 m_dormantNodeWindowFrame.Width(),
495 m_transportWindowFrame.Width(),
[all...]
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp103 *_width = Menu()->Bounds().Width() - IconRect().Width() - Spacing() * 4;
282 return BRect(0, 0, iconSize.Width() - 1, iconSize.Height() - 1);
/haiku/src/preferences/screen/
H A DMonitorView.cpp114 if (width > innerRect.Width() || height > innerRect.Height())
120 DrawString(text, BPoint(innerRect.left + (innerRect.Width() - width) / 2,
192 float maxWidth = Bounds().Width();
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h78 BRect latchRect = LatchRect(BRect(0, 0, item->Width(), item->Height()),
80 bitmapView->DrawString(text, BPoint(latchRect.Width(), fontHeight));
/haiku/src/libs/alm/
H A DArea.cpp244 *left = fLeftTopInset.Width();
248 *right = fRightBottomInset.Width();
261 return fLeftTopInset.Width();
289 return fRightBottomInset.Width();
603 width = min.Width() + LeftInset() + RightInset();
652 if (max.Width() < 20000) {
655 max.Width(), priority, priority);
657 fMaxContentWidth->SetRightSide(max.Width());
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBApp.cpp14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DLPBApp.cpp14 BRect rect = BRect(0,0,aRect.Width(), aRect.Height());
45 aRect.Set(0, menubar->Bounds().Height()+1, aRect.Width(), aRect.Height());
/haiku/src/tests/libs/alm/
H A DViews.cpp90 SetSizeLimits(min.Width(), max.Width(), min.Height(), max.Height());
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp160 frame.right = frame.left + frame.Width() / 2 - 10;
165 frame.OffsetBy(frame.Width() + 20, 0);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp114 maxWidth -= Window()->Bounds().Width() + 8
135 fCurrentButton->MoveBy(oldBounds.Width() - width, 0);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp42 FrameResized(Bounds().Width(), Bounds().Height());
109 v1 = fMarkerPosition.x / Width();
115 v1 = fMarkerPosition.x / Width();
119 v2 = 1.0 - fMarkerPosition.x / Width();
125 v1 = fMarkerPosition.x / Width() * 6.0;
232 float width = Width();
312 float width = Width();
363 // Width
365 ColorField::Width() const function in class:ColorField
/haiku/src/apps/showimage/
H A DProgressWindow.cpp48 fStatusBar->ResizeTo(rect.Width(), height);
52 ResizeTo(Bounds().Width(), height + 9);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp87 + windowFrame.Width()/2 + stackPos * kTimerAlertOffset;
91 xPos -= fTimeoutAlert->Frame().Width()/2;
H A DAddRepoWindow.cpp55 float widthDifference = size.Width() - Frame().Width();
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp66 offset.x -= fSymbol->Bounds().Width() / 2;
91 size.width = ceilf(fSymbol->Bounds().Width() * scale);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp147 ResizeTo(m_manualSize.Width(), m_manualSize.Height());
190 ResizeTo(windowRect.Width(), windowRect.Height());
/haiku/src/system/boot/platform/generic/
H A Dvideo_text_console.cpp26 virtual int32 Width();
106 VideoTextConsole::Width() function in class:VideoTextConsole
/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp26 virtual int32 Width();
71 VTConsole::Width() function in class:VTConsole

Completed in 118 milliseconds

1234567891011>>