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

1234567891011>>

/haiku/src/tests/kits/interface/
H A DClippingPlusRedraw.cpp71 FillRect(Bounds(), B_SOLID_HIGH);
95 FillRect(Bounds(), B_SOLID_HIGH);
101 FillRect(Bounds(), B_SOLID_HIGH);
H A DControlLookTest.cpp153 AddChild(new View(Bounds()));
H A DPulseTest.cpp21 fLeft = Bounds().OffsetToCopy(B_ORIGIN);
22 fLeft.right -= Bounds().Width() / 2;
54 BView *view = new PulseView(window->Bounds(), "pulse view", B_FOLLOW_ALL, B_PULSE_NEEDED|B_WILL_DRAW);
H A DScrollViewSetBorderTest.cpp85 view->Bounds().PrintToStream();
88 view2->Bounds().PrintToStream();
H A DScrollViewTest.cpp132 BRect frame = Bounds();
H A DSetDiskModeTest.cpp113 BRect rect(pictureWindow->Bounds());
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;
H A DStatusBarTest.cpp34 BView* main = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp157 ASSERT_DEQUAL(fWinInfo.width, pAlert->Bounds().Width());
158 ASSERT_DEQUAL(fWinInfo.height, pAlert->Bounds().Height());
186 ASSERT_DEQUAL(fButtonInfo[i].width, btns[i]->Bounds().Width());
188 ASSERT_DEQUAL(fButtonInfo[i].height, btns[i]->Bounds().Height());
228 ASSERT_DEQUAL(fTextInfo.width, textView->Bounds().Width());
229 ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height());
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp44 fTitleView = new BStringView(BRect(10, 10, Bounds().Width() - 10, 30),
115 pAlert->Bounds().Width(), pAlert->Bounds().Height());
126 strLabel.String(), pTextView->Bounds().Width(),
127 pTextView->Bounds().Height(), pt.x, pt.y);
141 strLabel.String(), pb->Bounds().Width(),
142 pb->Bounds().Height(), pt.x, pt.y,
/haiku/src/tests/kits/interface/bbitmap/
H A DDrawBitmapTest.cpp19 : BView(bitmap->Bounds(), "test view", B_FOLLOW_LEFT_TOP, B_WILL_DRAW)
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp308 int32 width = bitmap1->Bounds().IntegerWidth() + 1;
309 int32 height = bitmap1->Bounds().IntegerHeight() + 1;
H A DPictureTestCases.cpp622 int32 height = bitmap.Bounds().IntegerHeight()+1;
623 int32 width = bitmap.Bounds().IntegerWidth()+1;
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;
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp66 BRect bounds(Bounds());
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.cpp161 bool pressedInBounds = Bounds().Contains(where);
H A DCheckBox.cpp40 BRect rect(Bounds());
H A DRadioButton.cpp40 BRect rect(Bounds());
H A DTestView.cpp44 BRect bounds(Bounds());
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());
H A DView.h25 BRect Bounds() const;
H A DWidgetLayoutTest.cpp81 fViewContainer = new ViewContainer(Bounds());
H A DWrapperView.cpp84 BRect viewFrame(Bounds());
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DButtonTest.cpp43 group->SetFrame(controls->Bounds());
H A DCheckBoxTest.cpp49 group->SetFrame(controls->Bounds());

Completed in 137 milliseconds

1234567891011>>