Searched refs:Width (Results 1 - 25 of 571) sorted by path

1234567891011>>

/haiku/headers/os/interface/
H A DListItem.h31 float Width() const;
H A DRect.h77 float Width() const;
221 BRect::Width() const function in class:BRect
/haiku/headers/private/interface/
H A DColumnListView.h174 float Width() const;
/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/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1263 setX = (frame.Width() * fXPercent) + fXPixels;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp146 fBoxRect.right = fBoxRect.left + boxRect.Width();
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp160 ((fClip.Width() << 17) & C_RADEON_CAP0_H_WIDTH));
171 ((fVBIClip.Width() << 16) & C_RADEON_CAP0_VBI_H_WIDTH));
H A DRadeon.cpp60 int CRadeonRect::Width() const function in class:CRadeonRect
H A DRadeon.h307 int Width() const;
H A DRadeonProducer.cpp877 if( format->u.raw_video.display.line_width > (uint32)active_rect.Width() ||
928 if( format->u.raw_video.display.line_width > (uint32)active_rect.Width() )
929 format->u.raw_video.display.line_width = (uint32)active_rect.Width() & ~7;
/haiku/src/add-ons/network_settings/dialup/
H A DConnectionOptionsAddon.cpp158 *width = rect.Width();
H A DGeneralAddon.cpp310 *width = rect.Width();
375 fDeviceBox->Bounds().Width() - 10); // FIXME: remove
H A DInterfaceUtils.cpp24 BPoint point((screenFrame.Width() - rect.Width()) / 2.0,
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.h49 int Width();
H A DRectangle.h59 T Width() const { function in class:Rectangle
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp116 width = page.Width();
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp70 fScale = MIN(bounds.Width(), bounds.Height()) * 0.1f;
71 fTrans.Set(bounds.Width() * 0.5f, bounds.Height() * 0.5f);
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp61 float viewWidth = view->Bounds().Width();
76 fLine1Start.Set(((viewWidth - stringRect.Width()) / 2) - stringRect.left, y);
79 fLine2Start.Set(((viewWidth - stringRect.Width()) / 2) - stringRect.left,
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp71 fWidth = bounds.Width();
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeView.cpp62 gluPerspective(45.0, Bounds().Width() / Bounds().Height(), 2.0, 20000.0);
/haiku/src/add-ons/screen_savers/gravity/
H A DGravityView.cpp55 gluPerspective(45.0f, Bounds().Width() / Bounds().Height(), 2.0f, 20000.0f);
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp52 fBitmap = new BBitmap(BRect(0, 0, frame.Width(), frame.Height()), 0,
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h71 int Width; member in struct:Fractal
H A DIFSSaver.cpp81 BRect frame(0.0f, 0.0f, bounds.Width(), 20.0f);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp103 BRect frame(0, 0, bounds.Width(), 20);
223 scale *= view->Bounds().Width();

Completed in 152 milliseconds

1234567891011>>