Searched refs:Bounds (Results 76 - 100 of 643) sorted by relevance

1234567891011>>

/haiku/src/apps/showimage/
H A DSelectionBox.h30 BRect Bounds() const;
H A DProgressWindow.cpp38 BRect rect = Bounds();
44 rect = view->Bounds().InsetByCopy(5, 5);
52 ResizeTo(Bounds().Width(), height + 9);
79 screen.Frame().bottom - Bounds().Height() - borderWidth);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTestView.cpp44 BRect bounds(Bounds());
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DCheckBoxTest.cpp49 group->SetFrame(controls->Bounds());
H A DRadioButtonTest.cpp50 group->SetFrame(controls->Bounds());
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp89 StrokeLine(Bounds().LeftBottom(), Bounds().RightTop());
103 StrokeLine(Bounds().LeftTop(), Bounds().RightBottom());
/haiku/src/apps/resedit/
H A DResWindow.cpp22 fView = new ResView(Bounds(), "resview", B_FOLLOW_ALL, B_WILL_DRAW, ref);
H A DMiscEditors.cpp25 fView = new StringEditView(Bounds());
97 r.right = Bounds().right - 10;
120 fOK->MoveTo(r.right - fOK->Bounds().Width(), r.bottom + 10);
137 if (Bounds().Height() < fCancel->Frame().bottom + 10) {
142 Window()->ResizeTo(Window()->Bounds().Width(), fCancel->Frame().bottom + 10);
148 Window()->SetSizeLimits(Window()->Bounds().Width(), 30000,
149 Window()->Bounds().Height(), 30000);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpApplication.cpp58 DialUpView *view = new DialUpView(Bounds());
/haiku/src/apps/terminal/
H A DArguments.h25 BRect Bounds() const { return fBounds; } function in class:Arguments
/haiku/src/kits/shared/
H A DBitmapButton.cpp49 min.width = fBitmap->Bounds().Width();
50 min.height = fBitmap->Bounds().Height();
75 BRect bounds(Bounds());
100 BRect bitmapBounds(fBitmap->Bounds());
/haiku/src/tests/kits/interface/menu/menuworld/
H A DBitmapMenuItem.cpp28 m_bitmap(bitmap.Bounds(), bitmap.ColorSpace())
76 BRect r = m_bitmap.Bounds();
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeSaver.cpp64 GLifeConfig* pglcConfig = new GLifeConfig(pbvView->Bounds(),
78 fGLifeViewport = new GLifeView(pbvView->Bounds(),
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp57 fConfigView = new ConfigView(view->Bounds(), this);
67 fGravityView = new GravityView(view->Bounds(), this);
H A DGravityView.cpp55 gluPerspective(45.0f, Bounds().Width() / Bounds().Height(), 2.0f, 20000.0f);
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp23 fBox = new BBox(Bounds(), "", B_FOLLOW_ALL, B_WILL_DRAW, B_PLAIN_BORDER);
28 BRect outside(fBox->Bounds());
/haiku/src/preferences/input/
H A DKeyboardView.cpp83 - fIconBitmap->Bounds().Height() / 3;
89 - fClockBitmap->Bounds().Height() / 3;
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp133 FillRect(Bounds(), B_SOLID_LOW);
135 float middle = Bounds().right / 2;
197 BRect frame = Bounds();
200 float middle = Bounds().right / 2;
262 FillRect(Bounds(), B_SOLID_LOW);
264 float middle = Bounds().bottom / 2;
325 BRect frame = Bounds();
328 float middle = Bounds().bottom / 2;
429 BRect frame = Bounds();
444 BRect frame = Bounds();
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp123 // Bounds
125 Canvas::Bounds() const function in class:Canvas
135 && area.IsValid() && area.Intersects(into->Bounds())) {
136 area = area & into->Bounds();
160 uint32 width = bitmap->Bounds().IntegerWidth() + 1;
161 uint32 height = bitmap->Bounds().IntegerHeight() + 1;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp89 BRect bounds(Bounds());
143 if (where.y > Bounds().top + (Bounds().IntegerHeight() >> 1))
169 BRect rect = Bounds().InsetByCopy(2.0, 2.0);
174 Draw( Bounds() );
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp128 BRect b(Bounds());
143 b = Bounds();
144 b.top = menuBar->Bounds().bottom + 1;
154 b.right = Bounds().right - B_V_SCROLL_BAR_WIDTH;
163 scrollBar->SetRange(0.0, fObjectView->Bounds().Height());
167 scrollBar->SetRange(0.0, fObjectView->Bounds().Width());
172 b = bg->Bounds();
181 b = controlGroup->Bounds();
194 b.OffsetBy(0, fNewB->Bounds().Height() + 5.0);
202 b.OffsetBy(0, fClearB->Bounds()
[all...]
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp103 BRect rect(view->Bounds());
139 BRect rect(view->Bounds());
149 rect.left = (rect.Width() - fBitmap->Bounds().Width()) / 2;
150 rect.top = (rect.Height() - fBitmap->Bounds().Height()) / 2;
151 rect.right = rect.left + fBitmap->Bounds().Width();
152 rect.bottom = rect.top + fBitmap->Bounds().Height();
167 view->FillRect(view->Bounds());
178 view->DrawBitmap(fBitmap, fBitmap->Bounds(), rect);
196 BRect rect(view->Bounds());
316 float width = view->Bounds()
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp148 allocBackBitmap(Bounds().Width(), Bounds().Height());
184 if (be_plain_font->StringWidth(text.String()) > Bounds().Width() - 25.0) {
186 Bounds().Width() - 25.0);
242 BRect dragRect(Bounds());
260 float x = point.x - (Bounds().right - 5.0);
261 if ((Bounds().Width() + x) <= 16.0) {
265 && ((m_scrollBar->Bounds().Width() - x) <= (6 * B_V_SCROLL_BAR_WIDTH))) {
269 BRect r(Bounds());
296 BRect r(Bounds());
[all...]
/haiku/src/apps/stylededit/
H A DStatusView.cpp111 if (Bounds().Width() > width)
112 width = Bounds().Width();
125 BRect bounds(Bounds());
130 BRect bounds(Bounds());
184 where.y = Bounds().bottom;
296 BPoint point = Bounds().LeftBottom();
299 BRect clickToOpenRect(Bounds());
/haiku/src/preferences/printers/
H A DTestPageView.cpp81 float scale = Bounds().Width() / kLeafWidth;
164 BRect rect(Bounds());
222 BRect rect(Bounds());
317 float width = Bounds().Width();
318 float height = Bounds().Height();
325 BPoint pt = Bounds().LeftTop();
329 pt = Bounds().RightTop();
333 pt = Bounds().RightBottom();
337 pt = Bounds().LeftBottom();

Completed in 102 milliseconds

1234567891011>>