Searched refs:Bounds (Results 251 - 275 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/printers/
H A DPrintersWindow.cpp83 fJob->DrawView(fTestPage, fTestPage->Bounds(), B_ORIGIN);
399 if (fPrintTestPage->Bounds().Width() > fRestart->Bounds().Width())
401 BSize(fPrintTestPage->Bounds().Width(), B_SIZE_UNSET));
404 BSize(fRestart->Bounds().Width(), B_SIZE_UNSET));
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp174 PerspectiveBox::Bounds() function in class:PerspectiveBox
199 return withinView->Bounds();
233 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
240 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
278 BRect r = Bounds();
/haiku/src/apps/glteapot/
H A DTeapotWindow.cpp27 BRect bounds = Bounds();
39 bounds = Bounds();
40 bounds.top = menuBar->Bounds().bottom + 1;
44 bounds = subView->Bounds();
200 float f = menuBar->Bounds().IntegerHeight() + 1;
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp132 BRect bounds = Bounds();
193 StrokeRect(Bounds());
204 uint32 transit = Bounds().Contains(point) ? B_INSIDE_VIEW : B_OUTSIDE_VIEW;
237 float width = Bounds().Width();
253 if ( BView *v = new BView( dragBitmap->Bounds(), "helper", B_FOLLOW_NONE, B_WILL_DRAW ) ) {
270 v->StrokeRect( v->Bounds() );
274 int32 height = (int32)dragBitmap->Bounds().Height() + 1;
275 int32 width = (int32)dragBitmap->Bounds().Width() + 1;
349 BRect rect(Bounds());
371 uint32 transit = Bounds()
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp41 FrameResized(Bounds().Width(), Bounds().Height());
52 FrameResized(Bounds().Width(), Bounds().Height());
167 BRect r = Bounds();
184 BRect r = Bounds();
447 BRect r = Bounds();
460 int32 width = bitmap->Bounds().IntegerWidth();
461 int32 height = bitmap->Bounds().IntegerHeight();
H A DColorField.cpp42 FrameResized(Bounds().Width(), Bounds().Height());
152 BRect bounds = Bounds();
433 BRect r = Bounds();
444 int32 width = bitmap->Bounds().IntegerWidth();
445 int32 height = bitmap->Bounds().IntegerHeight();
/haiku/src/kits/interface/
H A DButton.cpp54 if (Bounds().Height() < minHeight)
55 ResizeTo(Bounds().Width(), minHeight);
134 BRect rect(Bounds());
193 BRect bounds = Bounds();
378 bool inside = (code != B_EXITED_VIEW) && Bounds().Contains(where);
401 if (Bounds().Contains(where)) {
661 width += icon->Bounds().Width() + 1;
682 icon->Bounds().Height() + minHorizontalMargins);
710 BRect rect(Bounds());
H A DChannelSlider.cpp216 Invalidate(Bounds());
246 BRect bounds(Bounds());
425 Invalidate(Bounds());
524 Invalidate(Bounds());
602 BRect bitmapBounds(thumb->Bounds());
653 frame = thumb->Bounds();
690 BRect bounds = Bounds();
717 fIsVertical = Bounds().Width() / Bounds().Height() < 1;
804 BRect bounds(fBacking->Bounds());
[all...]
/haiku/src/kits/tracker/
H A DStatusWindow.cpp145 updateRect = Bounds();
152 updateRect = Bounds();
213 BView* view = new StatusBackgroundView(Bounds());
233 BRect rect(Bounds());
248 ResizeTo(Bounds().Width(), view->Frame().bottom);
331 float height = winner->Bounds().Height() + 1;
359 ResizeTo(Bounds().Width(), Bounds().Height() - height);
523 ResizeTo(Bounds().Width(), f.top + f.Height() + fh.leading + fh.ascent
533 rect = Bounds();
[all...]
/haiku/src/servers/app/
H A DView.cpp123 fLocalClipping((BRect)Bounds()),
147 View::Bounds() const function in class:View
159 *bounds = *bounds & Bounds();
616 IntRect newVisibleBounds(Bounds());
631 IntRect oldVisibleBounds(Bounds());
686 IntRect oldBounds(Bounds());
694 dirty->Set((clipping_rect)Bounds());
700 dirty->Exclude((clipping_rect)(oldBounds & Bounds()));
716 child->Frame() & oldBounds & Bounds());
783 IntRect oldBounds(Bounds());
[all...]
/haiku/src/libs/icon/
H A DIconUtils.cpp331 if (icon->Bounds().IntegerWidth() + 1 >= B_LARGE_ICON)
347 BBitmap temp(icon->Bounds(), B_BITMAP_NO_SERVER_LINK,
357 uint32 width = temp.Bounds().IntegerWidth() + 1;
358 uint32 height = temp.Bounds().IntegerHeight() + 1;
454 temp = new(std::nothrow) BBitmap(icon->Bounds(),
479 renderer.SetScale((temp->Bounds().Width() + 1.0) / 64.0);
484 uint32 width = temp->Bounds().IntegerWidth() + 1;
485 uint32 height = temp->Bounds().IntegerHeight() + 1;
576 if (icon->ColorSpace() == B_CMAP8 && icon->Bounds() != bounds)
582 || icon->Bounds() !
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp242 BRect destRect(0, 0, fBitmap->Bounds().Width(), fBitmap->Bounds().Height()),
243 vwBounds = view->Bounds();
252 BRect border = destRect, bounds = view->Bounds();
268 view->DrawBitmap(fBitmap, fBitmap->Bounds(), destRect);
474 BRect bounds(view->Bounds());
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp184 float y = Bounds().bottom;
314 BRect frame = Bounds();
326 if (fBackBitmap->Bounds().IntegerWidth() + 1 == width
327 && fBackBitmap->Bounds().IntegerHeight() + 1 == channels) {
354 uint32 width = fBackBitmap->Bounds().IntegerWidth() + 1;
435 BRect bitmapRect = fBackBitmap->Bounds();
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp57 BRect rect(Bounds());
113 rect.OffsetBy(0, menuField->Bounds().Height() + 10);
142 rect.OffsetBy(0, menuField->Bounds().Height() + 10);
150 rect.OffsetBy(0, menuField->Bounds().Height() + 10);
215 button->MoveTo((rect.Width() - button->Bounds().Width()) / 2, rect.top);
218 ResizeTo(Bounds().Width(), button->Frame().bottom + 10);
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp124 BView* view = new BView(window->Bounds(), NULL,
131 view->DrawBitmap(bitmap, window->Bounds());
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp214 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
215 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.cpp31 = static_cast<int32>(fBitmap->Bounds().right) + 1;
34 = static_cast<int32>(fBitmap->Bounds().bottom) + 1;
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp34 BRect r(Bounds());
173 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL,
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp144 BRect rect = Bounds().InsetByCopy(5, 5);
170 BView* view = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
/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/preferences/bluetooth/
H A DBluetoothDeviceView.cpp112 bDevice->GetDeviceClass().Draw(fIcon, BPoint(Bounds().left, Bounds().top));
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp37 BRect rect = Bounds();
139 MoveTo(center_on_screen(Bounds()));
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp20 BView *view = new Svg2PictureView(Bounds(), filename);
177 BRect rect(pictureWindow->Bounds());
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp86 BBitmap* icon = new BBitmap(Bounds(), B_RGBA32);
140 FillRoundRect(Bounds().InsetBySelf(3.f, 0.f), 5.f, 7.f, B_SOLID_LOW);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp100 Bounds().Width() - labelSpacing);
184 textFrame.right = Bounds().Width() - 5;
236 Bounds().Width() - 5);
260 FillRect(Bounds());
288 Bounds().Width() - 5);
416 BView* view = new BView(dragBitmap->Bounds(), "",
420 BRect clipRect(view->Bounds());
427 view->FillRect(view->Bounds());

Completed in 228 milliseconds

<<11121314151617181920>>