Searched refs:Bounds (Results 1 - 25 of 643) sorted by path

1234567891011>>

/haiku/headers/build/os/interface/
H A DBitmap.h63 BRect Bounds() const;
/haiku/headers/os/interface/
H A DShape.h66 BRect Bounds() const;
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp51 //DEBUG:StrokeRect(fWindow->fStrokes.Bounds());
66 fInkView = new PenInputInkView(Bounds(), this);
101 //fInkView->Invalidate(fStrokes.Bounds()); // XXX
102 fInkView->Invalidate(Bounds()); // XXX
109 //fInkView->Invalidate(fStrokes.Bounds()); // XXX
110 fInkView->Invalidate(Bounds()); // XXX
117 //fInkView->Invalidate(fStrokes.Bounds()); // XXX
118 fInkView->Invalidate(Bounds()); // XXX
H A DPenInputLooper.cpp146 sio << BString("\nStrokes.Bounds: ");
147 sio << (fInkWindow->fStrokes.Bounds());
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp74 BBitmap *tmp = new BBitmap(bmp->Bounds(), 0, B_RGB32);
77 DrawBitmap(tmp, Bounds());
97 DrawBitmap(bmp, Bounds());
98 SetViewOverlay(bmp, bmp->Bounds(), Bounds(), &fOverlayKeyColor,
146 DrawBitmap(bmp, Bounds());
173 SetViewOverlay(bmp, bmp->Bounds(), Bounds(), &fOverlayKeyColor,
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpApplication.cpp58 DialUpView *view = new DialUpView(Bounds());
H A DDialUpView.cpp113 BRect tabViewRect(fTabView->Bounds());
H A DGeneralAddon.cpp375 fDeviceBox->Bounds().Width() - 10); // FIXME: remove
H A DPPPoEAddon.cpp235 BRect rect = Bounds();
H A DTextRequestDialog.cpp37 BRect rect = Bounds();
139 MoveTo(center_on_screen(Bounds()));
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp234 BRect bounds = bitmap->Bounds();
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.cpp47 offset->y += bitmap->Bounds().Height();
/haiku/src/add-ons/print/drivers/pcl6/
H A DRasterizer.cpp26 BRect bounds = bitmap->Bounds();
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp176 SetupView* view = new SetupView(Bounds(), printerDirectory);
/haiku/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.cpp172 fSetupView = new LprSetupView(Bounds(), dir);
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp54 view->FillRect(view->Bounds(), B_SOLID_LOW);
69 BRect bounds = view->Bounds();
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp61 float viewWidth = view->Bounds().Width();
62 float viewHeight = view->Bounds().Height();
98 view->FillRect(view->Bounds());
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp339 fFlurryView = new (std::nothrow) FlurryView(view->Bounds());
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeSaver.cpp64 GLifeConfig* pglcConfig = new GLifeConfig(pbvView->Bounds(),
78 fGLifeViewport = new GLifeView(pbvView->Bounds(),
H A DGLifeView.cpp62 gluPerspective(45.0, Bounds().Width() / Bounds().Height(), 2.0, 20000.0);
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp57 fConfigView = new ConfigView(view->Bounds(), this);
67 fGravityView = new GravityView(view->Bounds(), this);
H A DGravityView.cpp55 gluPerspective(45.0f, Bounds().Width() / Bounds().Height(), 2.0f, 20000.0f);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp79 BRect bounds = view->Bounds();
91 bounds.bottom -= fAdditiveCB->Bounds().Height() * 2.0f;
106 bounds.bottom -= fSpeedS->Bounds().Height() + 15.0f;
159 _Init(view->Bounds());
204 view->FillRect(view->Bounds());
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp101 BRect bounds = view->Bounds();
111 bounds.bottom -= dropRateSlider->Bounds().Height() * 1.5;
121 bounds.bottom -= leafSizeSlider->Bounds().Height() * 1.5;
131 bounds.bottom -= sizeVariationSlider->Bounds().Height() * 1.5;
223 scale *= view->Bounds().Width();
233 transform.TranslateBy(_RandomPoint(view->Bounds()));
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp137 BView *shelfView = new BView(fConfigWindow->Bounds(), "ShelfView",
192 float width = view->Bounds().Width();
193 float height = view->Bounds().Height();
279 view->FillRect(view->Bounds(), B_SOLID_LOW);

Completed in 116 milliseconds

1234567891011>>