Searched refs:Bounds (Results 101 - 125 of 643) sorted by relevance

1234567891011>>

/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/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp33 BRect b(Bounds());
71 float centerX = floorf(Bounds().left + width / 2.0);
72 float centerY = floorf(Bounds().top + height / 2.0);
H A DFloatValueView.cpp20 BRect b = Bounds();
H A DInt64ValueView.cpp20 BRect b = Bounds();
H A DIntValueView.cpp20 BRect b = Bounds();
H A DStringValueView.cpp21 BRect b = Bounds();
H A DSwatchValueView.cpp45 BRect b(Bounds());
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp75 rect = background->Bounds();
114 maxWidth -= Window()->Bounds().Width() + 8
117 BRect oldBounds = fCurrentButton->Bounds();
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.cpp35 BRect bounds(Bounds());
40 BRect bitmapBounds = fBitmap->Bounds();
95 BRect bounds = fBitmap->Bounds();
H A DScrollableGroupView.cpp50 float viewHeight = Bounds().Height();
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformShapesBox.cpp75 BRect r = Bounds();
79 BRect dirty(r | Bounds());
117 box = box | fShapes[i]->Bounds();
/haiku/src/kits/tracker/
H A DTitleView.cpp218 BRect bounds(Bounds());
251 BRect titleBounds(title->Bounds());
258 bounds = Bounds();
420 if (title->Bounds().Contains(where))
456 BRect edge(Bounds());
465 BColumnTitle::Bounds() const function in class:BColumnTitle
468 fParent->Bounds().Height());
478 BRect bounds(Bounds());
649 BRect bounds(fTitleView->Bounds());
677 BRect poseViewBounds(poseView->Bounds());
[all...]
/haiku/src/kits/shared/
H A DIconButton.cpp98 BRect r(Bounds());
124 - bitmap->Bounds().Width()) / 2.0 + 0.5);
126 - bitmap->Bounds().Height()) / 2.0 + 0.5);
165 if (Bounds().Contains(where)) {
184 && Bounds().Contains(where)) {
186 } else if (Bounds().Contains(where))
213 _SetFlags(STATE_PRESSED, Bounds().Contains(where));
223 minWidth += fNormalBitmap->Bounds().IntegerWidth() + 1.0f;
224 minHeight += fNormalBitmap->Bounds().IntegerHeight() + 1.0f;
450 quickResBitmap->Bounds(), B_RGB3
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.h44 BRect Bounds() const;
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp95 BRect rect(Bounds());
111 float selectLeft = rect.right - fSelect->Bounds().Width();
138 float fileHeight = fFile->Bounds().Height();
139 float selectHeight = fSelect->Bounds().Height();
H A DUninstallPage.cpp51 BRect rect(Bounds());
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp45 BRect rect(Bounds());
/haiku/src/tests/servers/app/benchmark/
H A DTest.cpp28 BRect bounds = view->Bounds();
H A DTestWindow.cpp50 fTestView = new TestView(Bounds(), test, mode, useClipping, target);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp43 fLocalClipping(Bounds()),
65 // Bounds
67 ViewLayer::Bounds() const function in class:ViewLayer
79 *bounds = *bounds & Bounds();
416 BRect newVisibleBounds = Bounds();
419 BRect oldVisibleBounds(Bounds());
431 BRect oldVisibleBounds(Bounds());
435 BRect newVisibleBounds(Bounds());
480 BRect oldBounds(Bounds());
484 BRegion dirty(Bounds());
[all...]
/haiku/src/tests/servers/app/painter/
H A DBitmapView.cpp37 DrawBitmap(fBitmap, Bounds().LeftTop());
/haiku/src/apps/fontdemo/
H A DFontDemo.cpp30 FontDemoView* demoView = new FontDemoView(demoWindow->Bounds());
/haiku/src/tests/kits/interface/
H A DSliderTest.cpp26 rect.bottom = rect.top + view->Bounds().Height() + 10;
34 rect.right = rect.left + view->Bounds().Width() + 10;
46 BRect rect = Bounds();
106 rect.bottom = view->Bounds().Height() - 20;
/haiku/src/tests/kits/opengl/glinfo/
H A DGearsView.cpp45 BRect stripeRect = Bounds();
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.cpp46 BView* backdrop = new BView(Bounds(), "backdrop", B_FOLLOW_ALL, B_WILL_DRAW);
50 BMenuBar* mb = new BMenuBar(Bounds(), "menubar");
63 BRect b = Bounds();
64 b.top = mb->Bounds().bottom + 1;

Completed in 118 milliseconds

1234567891011>>