Searched refs:Bounds (Results 176 - 200 of 643) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp111 BRect bounds = Bounds();
112 BRect parentBounds = Parent()->Bounds();
145 BRect bounds = Bounds();
151 BRect bounds = Bounds();
188 BRect rectToInvalidate = Bounds();
278 BRect invalidRect = Bounds();
434 DrawBitmap(bitmap, bitmap->Bounds(), targetRect,
473 DrawBitmap(bitmap, bitmap->Bounds(), targetRect,
542 BRect bounds = Bounds();
571 BRect bounds = Bounds();
[all...]
/haiku/src/kits/interface/
H A DBox.cpp168 BRect frame(Bounds());
242 labelBox = fLabelView->Bounds();
293 fBounds = Bounds().OffsetToCopy(0, 0);
321 BRect bounds(Bounds());
422 if (width < Bounds().Width())
423 width = Bounds().Width();
424 if (height < Bounds().Height())
425 height = Bounds().Height();
609 BRect frame(Bounds());
637 fBounds = Bounds()
[all...]
H A DCheckBox.cpp40 if (Bounds().Height() < minHeight)
41 ResizeTo(Bounds().Width(), minHeight);
120 BRect labelRect(Bounds());
217 BRect bounds = Bounds();
254 bool inside = Bounds().Contains(where);
280 bool inside = Bounds().Contains(where);
527 + icon->Bounds().Width() + 1;
528 height = std::max(height, icon->Bounds().Height());
/haiku/src/libs/icon/
H A DIcon.cpp138 _NotifyAreaInvalidated(shape->Bounds(true));
146 _NotifyAreaInvalidated(shape->Bounds(true));
156 area = area | shape->Bounds(true);
H A DIconRenderer.cpp344 bitmap.attach(static_cast<unsigned char*>(bbitmap->Bits()), bbitmap->Bounds().Width() + 1,
345 bbitmap->Bounds().Height() + 1, bbitmap->BytesPerRow());
421 bitmap->Bounds().IntegerWidth() + 1,
422 bitmap->Bounds().IntegerHeight() + 1, bitmap->BytesPerRow());
424 fBaseRendererPre.clip_box(0, 0, bitmap->Bounds().IntegerWidth(),
425 bitmap->Bounds().IntegerHeight());
453 _Render(fBitmap->Bounds(), showReferences);
455 _Render(fBitmap->Bounds());
468 _Render(fBitmap->Bounds() & area, showReferences);
470 _Render(fBitmap->Bounds()
[all...]
/haiku/src/servers/notification/
H A DNotificationView.cpp251 BRect stripeRect = Bounds();
268 float iy = (Bounds().Height() - fIconSize) / 4.0;
277 DrawBitmapAsync(fBitmap, fBitmap->Bounds(), iconRect);
290 Bounds().Width() - l->location.x);
299 BPoint left(Bounds().left, Bounds().top);
300 BPoint right(Bounds().right, Bounds().top);
311 BRect closeRect = Bounds();
353 BRect closeRect = Bounds()
[all...]
/haiku/src/preferences/screen/
H A DMonitorView.cpp192 float maxWidth = Bounds().Width();
193 float maxHeight = Bounds().Height();
213 BSize size = Bounds().Size();
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp72 View::Bounds() const function in class:View
275 if (!Bounds().Contains(point))
307 rect = rect & Bounds();
316 Invalidate(Bounds());
447 BRegion region(Bounds());
465 region.Set(Bounds());
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp31 FrameResized(Bounds().Width(), Bounds().Height());
164 BRect b = Bounds();
301 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
320 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
383 BRect r = Bounds();
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp138 fScaleFactor = view->Bounds().Height() / 1024;
174 BBitmap buffer(view->Bounds(), screen.ColorSpace(), true);
178 BView offscreen(view->Bounds(), NULL, 0, 0);
187 offscreen.FillRect(offscreen.Bounds(), kCheckered);
216 int height = (int) offscreen.Bounds().Height();
217 int width = (int) offscreen.Bounds().Width();
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp109 float height = fFormatMF->Bounds().Height() + 8.0;
146 float minWindowWidth = textview->Bounds().Width()
147 + cancel->Bounds().Width()
148 + (insert ? insert->Bounds().Width() : 0.0)
151 if (Window()->Bounds().IntegerWidth() + 1 < minWindowWidth)
152 Window()->ResizeTo(minWindowWidth, Window()->Bounds().Height());
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp84 BView* view = new ShowInvalidationView(Bounds());
118 bounds = Bounds();
/haiku/src/preferences/locale/
H A DLanguageListView.cpp166 float iconSize = fIcon->Bounds().Width();
340 BRect dragRect(0.0, 0.0, Bounds().Width(), -1.0);
363 BView* view = new BView(dragBitmap->Bounds(), "helper", B_FOLLOW_NONE,
382 view->StrokeRect(view->Bounds());
386 int32 height = (int32)dragBitmap->Bounds().Height() + 1;
387 int32 width = (int32)dragBitmap->Bounds().Width() + 1;
436 highlightFrame = Bounds();
455 highlightFrame = Bounds();
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeView.cpp62 gluPerspective(45.0, Bounds().Width() / Bounds().Height(), 2.0, 20000.0);
/haiku/src/preferences/time/
H A DTZDisplay.cpp55 BRect bounds = Bounds();
56 FillRect(Bounds(), B_SOLID_LOW);
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp116 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL,
121 b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp122 BRect frame = window->Bounds();
126 frame.right = window->Bounds().right;
/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp101 BRect windowBounds = menu->Window()->Bounds();
132 BRect iconRect(fIcon->Bounds().OffsetToCopy(frame.LeftTop()));
/haiku/src/servers/app/
H A DServerCursor.cpp52 fHotSpot.ConstrainTo(Bounds());
184 fHotSpot.ConstrainTo(Bounds());
H A DCanvas.h65 virtual IntRect Bounds() const = 0;
106 virtual IntRect Bounds() const;
/haiku/src/apps/cortex/addons/common/
H A DMediaNodeControlApp.cpp136 pWnd->ResizeTo(pView->Bounds().Width(), pView->Bounds().Height());
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp91 BRect r = Bounds();
139 m_manualSize = Bounds();
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.cpp90 BRect r = Bounds();
94 BRect dirty(r | Bounds());
/haiku/src/apps/tv/
H A DMainWin.cpp105 BRect rect = Bounds();
114 fMenuBar = new BMenuBar(fBackground->Bounds(), "menu");
633 // ResizeWindow(Bounds().Width() + 1, Bounds().Height() + 1, true);
659 if (new_width != Bounds().Width() || new_height != Bounds().Height()) {
665 "%.0f, bounds height %.0f\n", new_width, new_height, Bounds().Width(),
666 Bounds().Height());
711 fVideoView->Bounds().Width() + 1, fVideoView->Bounds()
[all...]
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp35 fDirtyIconArea(fBitmap->Bounds()),
76 BRect bounds(Bounds());
145 uint32 transit = Bounds().Contains(where) ?
221 if (!Bounds().Contains(where))
428 r = fBitmap->Bounds();
444 view->DrawBitmap(fBitmap, fBitmap->Bounds(), canvas);
477 BRegion outside(Bounds() & updateRect);
490 uint32 width = fBackground->Bounds().IntegerWidth() + 1;
491 uint32 height = fBackground->Bounds().IntegerHeight() + 1;
616 BRect bounds(Bounds());
[all...]

Completed in 129 milliseconds

1234567891011>>