Searched refs:Bounds (Results 126 - 150 of 643) sorted by relevance

1234567891011>>

/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp110 (int) fVideoBitmap->Bounds().Width() + 1,
111 (int) fVideoBitmap->Bounds().Height() + 1,
132 (int)fVideoBitmap->Bounds().Width() + 1,
133 (int)fVideoBitmap->Bounds().Height() + 1,
/haiku/src/servers/app/
H A DOffscreenWindow.cpp28 : Window(bitmap->Bounds(), name,
/haiku/src/apps/haikudepot/ui/
H A DGeneralContentScrollView.cpp21 BRect innerFrame = Bounds();
/haiku/src/apps/processcontroller/
H A DAutoIcon.cpp37 genericAppType.GetIcon(fBitmap, (icon_size)(fBitmap->Bounds().IntegerWidth() + 1));
/haiku/src/kits/shared/
H A DIconView.cpp70 (icon_size)fIconBitmap->Bounds().IntegerWidth());
183 SetExplicitMinSize(fIconBitmap->Bounds().Size());
184 SetExplicitMaxSize(fIconBitmap->Bounds().Size());
185 SetExplicitPreferredSize(fIconBitmap->Bounds().Size());
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp39 double width = (int) Style()->Bitmap()->Bounds().Width() + 1;
40 double height = (int) Style()->Bitmap()->Bounds().Height() + 1;
212 double width = (int) Style()->Bitmap()->Bounds().Width() + 1;
213 double height = (int) Style()->Bitmap()->Bounds().Height() + 1;
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp44 fText = new BTextView(Bounds(), "bgView", Bounds(), B_FOLLOW_ALL, B_WILL_DRAW);
58 fText->MoveBy(0, (Bounds().bottom - fText->TextRect().bottom) / 2);
111 BRect rect = fBitmap->Bounds();
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp36 AddChild(new view(Bounds()));
H A DScrollViewSetBorderTest.cpp85 view->Bounds().PrintToStream();
88 view2->Bounds().PrintToStream();
H A DChannelSliderTest.cpp37 slider->MoveBy(slider->Bounds().Width() + 10.0, 0.0);
50 horizontal->MoveBy(0.0, horizontal->Bounds().Height() + 10.0);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp138 fBounds.OffsetBy(0, view->Bounds().Height()+1);
291 BRect bounds(box->Bounds());
318 , fBounds(view->Bounds())
330 return BRect(0, 0, fView->Bounds().Width(), fBounds.top);
343 box->ResizeTo(box->Bounds().Width(), builder.GetBounds().top + kBoxBottomMargin);
354 box->ResizeTo(box->Bounds().Width(), kBoxHeight);
363 UpdateParentHeight(box->Bounds().Height());
409 listBounds.top += label->Bounds().bottom + 5;
442 SetScrollBar(scroller, builder.GetBounds().Height(), fDetails->Bounds().Height());
444 SetScrollBar(scroller, builder.GetBounds().Width(), fDetails->Bounds()
[all...]
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp91 m_manualSize = Bounds().OffsetToCopy(0.0, 0.0);
112 m_manualSize = Bounds();
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp47 BRect b(Bounds());
61 BRect b(Bounds());
H A DIconValueView.cpp42 BRect b(Bounds());
44 r = fIcon->Bounds();
/haiku/src/tests/servers/app/find_view/
H A DFindView.cpp59 BRect frame = window->Bounds();
72 frame.right = window->Bounds().right - 20;
/haiku/src/tests/servers/app/lagging_get_mouse/
H A Dmain.cpp55 FillRect(Bounds(), B_SOLID_LOW);
79 BWindow* window = new BWindow(frame, "Bitmap Bounds", B_TITLED_WINDOW,
82 BView* view = new TestView(window->Bounds(), "test",
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp25 frame = Bounds();
30 frame = background->Bounds();
/haiku/src/tests/servers/app/tiled_bitmap_test/
H A DTiledBitmapTest.cpp68 DrawBitmap(fBitmap, fBitmap->Bounds(), BRect(60, 10, 110, 60));
88 BView *view = new View(Bounds());
/haiku/src/apps/deskbar/
H A DTimeView.cpp172 FillRect(Bounds());
233 BRect bounds(Bounds());
298 Draw(Bounds());
309 float oldWidth = Bounds().Width();
310 float oldHeight = Bounds().Height();
385 where.y = Bounds().bottom + 4.0;
389 where.y -= (Bounds().Height() + 4.0);
471 fTimeLocation.y = fDateLocation.y = ceilf((Bounds().Height()
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp23 fDirtyIconArea(fBitmap->Bounds()),
117 fDirtyIconArea = fBitmap->Bounds();
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.cpp56 BRect bounds(Bounds());
57 BRect pauseBounds = fPauseSymbol->Bounds();
58 BRect playBounds = fPlaySymbol->Bounds();
130 (fPlaySymbol->Bounds().Width() + fPauseSymbol->Bounds().Width())
132 size.height = ceilf(fPauseSymbol->Bounds().Height() * 2.5f);
/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/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp205 StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
243 StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
261 // view = new TestView1(window->Bounds(), "test1", B_FOLLOW_ALL,
270 // view = new TestView2(window->Bounds(), "test2", B_FOLLOW_ALL,
279 // view = new TestView3(window->Bounds(), "test3", B_FOLLOW_ALL,
288 // view = new TestView4(window->Bounds(), "test4", B_FOLLOW_ALL,
298 view = new TestView5(window->Bounds(), "test5", B_FOLLOW_ALL,
307 view = new TestView6(window->Bounds(), "test
[all...]
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp45 float width = Bounds().Width();
46 float height = Bounds().Height();
53 return BRect((Bounds().Width() - width) / 2,
54 (Bounds().Height() - height) / 2,
55 (Bounds().Width() + width) / 2, (Bounds().Height() + height) / 2);
/haiku/src/preferences/appearance/
H A DColorPreview.cpp69 BRect bounds(Bounds());
99 FillRect(Bounds());
107 FillEllipse(Bounds());
110 StrokeEllipse(Bounds(), B_SOLID_LOW);
154 BRect rect = Bounds().InsetByCopy(2.0f, 2.0f);
249 view->FillRect(view->Bounds());

Completed in 133 milliseconds

1234567891011>>