Searched refs:Bounds (Results 226 - 250 of 643) sorted by relevance

1234567891011>>

/haiku/src/apps/pulse/
H A DMiniPulseView.cpp70 BRect bounds(Bounds());
115 Draw(Bounds());
120 Draw(Bounds());
158 Draw(Bounds());
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp33 fTextLayout.SetWidth(Bounds().Width());
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp20 const float right = Bounds().Width();
21 const float bottom = Bounds().Height();
33 const int height = Bounds().IntegerHeight()+1;
34 const int width = Bounds().IntegerWidth()+1;
/haiku/src/tests/kits/shared/shake_filter/
H A DShakeFilterTest.cpp74 BRect frame = window->Bounds();
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.cpp40 BRect rect(Bounds());
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp54 float right = Bounds().Width() - kSmallHMargin;
159 BRect(kSmallHMargin, kSmallVMargin, rightView->Bounds().Width(),
171 BRect(kSmallHMargin, y, leftView->Bounds().Width(),
179 BRect(kSmallHMargin, y, rightView->Bounds().Width(),
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp39 rect = Bounds();
59 rect = Bounds();
65 rect = received->Bounds();
81 rect = received->Bounds();
/haiku/src/tests/kits/interface/bbitmap/
H A DDrawBitmapTest.cpp19 : BView(bitmap->Bounds(), "test view", B_FOLLOW_LEFT_TOP, B_WILL_DRAW)
/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);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp39 fHeight = Bounds().Height();
68 BRect bounds = Bounds();
339 BRect rect = Bounds();
360 float width = fBitmapView->Bounds().Width() + 1;
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp62 vGroup->SetFrame(controls->Bounds());
/haiku/src/apps/installer/
H A DPackageViews.cpp161 BRect sizeRect = Bounds();
235 BRect r = parent->Bounds();
266 BRect r = parent->Bounds();
308 Bounds(), updateRect, ViewColor(), BControlLook::B_DISABLED,
/haiku/src/tests/servers/app/cursor_test/
H A DCursorBitmapTest.cpp72 BView *view = new View(Bounds().InsetByCopy(30, 30));
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp226 BView *dragView = new BView(dragBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
230 dragView->FillRect(dragView->Bounds());
236 BRect r = dragView->Bounds();
243 BRect r = dragView->Bounds();
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp42 BRect rctframe = Bounds();
H A DActiveTranslatorsWindow.cpp55 BRect rctframe = Bounds();
/haiku/src/kits/print/
H A DBeUtilsTranslation.cpp77 BRect rect(bitmap->Bounds());
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp85 *width += fBitmap->Bounds().Width() + sLabelOffset;
96 *height = (fID >= 0) ? fBitmap->Bounds().Height() : 0.0f;
163 const float bitmapWidth = fBitmap->Bounds().Width(),
164 bitmapHeight = fBitmap->Bounds().Height();
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp75 m_dataRect = Bounds();
611 BRect bounds = Bounds();
615 for (float y = 0; y < bounds.bottom; y += m_backgroundBitmap->Bounds().Height())
617 for (float x = 0; x < bounds.right; x += m_backgroundBitmap->Bounds().Width())
760 if (Bounds().Height() > m_dataRect.Height())
767 scrollBar->SetRange(m_dataRect.top, m_dataRect.bottom - Bounds().Height());
768 scrollBar->SetProportion(Bounds().Height() / m_dataRect.Height());
776 if (Bounds().Width() > m_dataRect.Width())
783 scrollBar->SetRange(m_dataRect.left, m_dataRect.right - Bounds().Width());
784 scrollBar->SetProportion(Bounds()
[all...]
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp118 fOffscreenView(new BView(fBitmap->Bounds(), "Offscreen view",
130 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
131 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
153 _InitPolygon(fBitmap->Bounds(), fPolygon);
180 _MorphPolygon(fBitmap->Bounds(), fPolygon);
196 DrawBitmap(fBitmap, fBitmap->Bounds(), fBitmapRect);
364 fBitmapRect = fBitmap->Bounds();
365 fBitmapRect.OffsetBy(floorf((Bounds().Width() - fBitmapRect.Width()) / 2.0 + 0.5),
366 floorf((Bounds().Height() - fBitmapRect.Height()) / 2.0 + 0.5));
400 fOffscreenView->FillRect(fOffscreenView->Bounds());
[all...]
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp164 Draw(Bounds());
182 Invalidate(Bounds());
317 Invalidate(Bounds());
520 Draw(Bounds());
548 Invalidate(Bounds());
673 Invalidate(Bounds());
926 Draw(Bounds());
961 BRect sectionArea = Bounds().InsetByCopy(2, 2);
970 BRect bounds(Bounds());
979 bounds.right = Bounds()
[all...]
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp67 BRect bounds(Bounds());
505 if (iconBounds.Contains(fIcon->Bounds()))
506 iconBounds = fIcon->Bounds();
512 while ((fIcon->Bounds().Width() + 1) / scale > kIconSize)
514 if ((fIcon->Bounds().Width() + 1) / scale >= kIconSize - 4
515 && (fIcon->Bounds().Height() + 1) / scale >= kIconSize - 4
516 && (fIcon->Bounds().Height() + 1) / scale <= kIconSize) {
517 iconBounds.right = (fIcon->Bounds().Width() + 1) / scale - 1;
518 iconBounds.bottom = (fIcon->Bounds().Height() + 1) / scale - 1;
528 owner->DrawBitmap(fIcon, fIcon->Bounds(), iconBound
[all...]
/haiku/src/kits/interface/
H A DIcon.cpp267 BBitmap* rgb32Bitmap = new(std::nothrow) BBitmap(bitmap->Bounds(),
292 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
293 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
324 minInset = min_c(minInset, bitmap->Bounds().right - trimmed.right);
325 minInset = min_c(minInset, bitmap->Bounds().bottom - trimmed.bottom);
326 trimmed = bitmap->Bounds().InsetByCopy(minInset, minInset);
328 trimmed = trimmed & bitmap->Bounds();
338 uint32 trimmedWidth = trimmedBitmap->Bounds().IntegerWidth() + 1;
339 uint32 trimmedHeight = trimmedBitmap->Bounds().IntegerHeight() + 1;
356 BRect b(bitmap->Bounds());
[all...]
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp80 topLayer = new Layer(Bounds(), "topLayer", B_FOLLOW_ALL, 0, col);
83 topLayer->rebuild_visible_regions(BRegion(Bounds()), BRegion(Bounds()), NULL);
84 fRedrawReg.Set(Bounds());
120 BRect bounds(fMovingLayer->Bounds());
/haiku/src/apps/clock/
H A Dcl_view.cpp219 status = data->AddRect("bounds", Bounds());
267 BRect b = Bounds();
278 BRect b = Bounds();
288 BRect b = Bounds();
328 BRect bounds = Bounds();

Completed in 121 milliseconds

1234567891011>>