Searched refs:Width (Results 426 - 450 of 571) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp165 float r = frame.Width() / 3;
176 float r = frame.Width() / 3;
534 frame.InsetBy(frame.Width() / 4, frame.Height() / 4);
579 view->DrawPicture(picture, BPoint(frame.Width(), 4));
1033 view->DrawString("This is a test!", BPoint(frame.Width() / 2, frame.bottom - 3));
/haiku/src/kits/interface/
H A DTabView.cpp280 BPoint center(frame.left + frame.Width() / 2,
301 frame.top = center.y - originalFrame.Width() / 2;
302 frame.bottom = center.y + originalFrame.Width() / 2;
1432 size.width += frame.Width();
1522 fContainerView->ResizeTo(bounds.Width(), bounds.Height());
H A DDragger.cpp255 BPoint where = bounds.RightBottom() - BPoint(fBitmap->Bounds().Width(),
685 MoveTo(parentBounds.right - bounds.Width(),
H A DButton.cpp55 ResizeTo(Bounds().Width(), minHeight);
661 width += icon->Bounds().Width() + 1;
H A DAbstractLayout.cpp238 view->ResizeTo(frame.Width(), frame.Height());
/haiku/src/apps/terminal/
H A DTermWindow.cpp241 if (frame.Width() <= screenFrame.Width()
243 ResizeTo(frame.Width(), frame.Height());
977 ResizeTo(screen.Frame().Width() + 1, screen.Frame().Height() + 1);
990 ResizeTo(fSavedFrame.Width(), fSavedFrame.Height());
1289 int pWidth = (int)pageRect.Width();
1389 // NOTE: Width is one pixel too small, since the scroll view
1769 // NOTE: Width is one pixel too small, since the scroll view
/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp256 dx = newFrame.Width() - fFrame.Width();
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp158 ResizeTo(frame.Width(), frame.Height());
162 ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp365 fBitmapRect.OffsetBy(floorf((Bounds().Width() - fBitmapRect.Width()) / 2.0 + 0.5),
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp253 tab->zoomRect.OffsetBy(0 - tab->zoomRect.Width() - 3, 0);
256 tab->minimizeRect.OffsetBy(0 - tab->zoomRect.Width() - 1, 0);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp365 return Width();
370 return Width();
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp473 rowLeftTop.x = key.frame.left + key.frame.Width() * num;
850 key.frame.Width(), key.frame.Height(),
/haiku/src/libs/glut/
H A DglutEvent.cpp838 if (m_width != (frame.Width()+1) || m_height != (frame.Height()+1)) {
839 FrameResized(frame.Width(), frame.Height());
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp138 ResizeTo(frame.Width(), frame.Height());
141 ResizeTo(Frame().Width() * scaling, Frame().Height() * scaling);
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp761 gWidth = view->Bounds().Width();
765 fFactor = (view->Bounds().Width()+1) / gWidth;
/haiku/src/apps/glteapot/
H A DObjectView.cpp529 float xinc = (dx * 2 * displayScale / Bounds().Width());
564 width = Bounds().Width();
/haiku/src/kits/tracker/
H A DDeskWindow.cpp239 ResizeTo(fOldFrame.Width(), fOldFrame.Height());
549 ResizeTo(frame.Width(), frame.Height());
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp466 - fSubtitleFrame.Width()) / 2;
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp99 buffer->Width(),
860 bitmap->Width(),
1266 double xScale = (viewRect.Width() + 1) / (bitmapRect.Width() + 1);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.h307 int Width() const;
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp35 ResizeTo(fView->Bounds().Width(), fView->Bounds().Height());
/haiku/src/bin/desklink/
H A DVolumeControl.cpp431 * (BarFrame().Width() - 2) + BarFrame().left + 1);
/haiku/headers/private/interface/
H A DColumnListView.h174 float Width() const;
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp116 width = page.Width();
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp373 float width = rect->Width();

Completed in 162 milliseconds

<<11121314151617181920>>