Searched refs:Bounds (Results 201 - 225 of 643) sorted by relevance

1234567891011>>

/haiku/src/libs/print/libprint/
H A DPreview.cpp308 fScrollStart = Bounds().LeftTop() + ConvertToScreen(point);
504 BRect frame(Bounds());
614 BRect rect = Bounds();
786 BRect bounds(Bounds());
788 BView* panel = new BBox(Bounds(), "top_panel", B_FOLLOW_ALL,
799 bounds.OffsetBy(fFirst->Bounds().Width() + 10.0, 0.0);
804 bounds.OffsetBy(fPrev->Bounds().Width() + 10.0, 0.0);
809 bounds.OffsetBy(fNext->Bounds().Width() + 10.0, 0.0);
815 bounds.OffsetBy(fLast->Bounds().Width() + 10.0, 0.0);
822 fPageNumber->MoveBy(0.0, bounds.Height() - fPageNumber->Bounds()
[all...]
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp250 BRect r(Bounds());
258 r = background->Bounds();
265 r = background->Bounds();
271 r = background->Bounds();
284 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-7, 25));
292 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-48, 25));
300 playRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-82, 25));
307 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-133, 25));
315 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-174, 25));
322 buttonRect.OffsetTo(background->Bounds()
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DRasterizer.cpp26 BRect bounds = bitmap->Bounds();
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp141 BPoint p(Bounds().LeftTop());
142 p.y += floorf(Bounds().Height() / 2.0 + (fh.ascent + fh.descent) / 2.0) - 2.0;
151 _LayoutIcons(Bounds());
255 _LayoutIcons(Bounds());
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DManipulator.cpp121 return Bounds();
H A DManipulator.h49 virtual BRect Bounds() = 0;
H A DMultipleManipulatorState.cpp57 if (manipulator->Bounds().Intersects(updateRect))
224 fView->Invalidate(manipulator->Bounds());
240 fView->Invalidate(manipulator->Bounds());
256 dirty = dirty | m->Bounds();
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp36 FillRect(Bounds(), B_SOLID_LOW);
/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.h43 virtual BRect Bounds() const;
H A DMediaTrackVideoSupplier.h42 virtual BRect Bounds() const;
/haiku/src/apps/resedit/
H A DNumberEditors.cpp24 fView = new StringEditView(Bounds());
/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp67 BRect viewFrame = Bounds();
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp84 BRect viewFrame(Bounds());
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DControlTest.cpp54 group->SetFrame(controls->Bounds());
H A DTextControlTest.cpp58 group->SetFrame(controls->Bounds());
H A DTextViewTest.cpp60 group->SetFrame(controls->Bounds());
/haiku/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.cpp38 fViewBounds = view->Bounds();
H A DRandomLineTest.cpp39 fViewBounds = view->Bounds();
H A DVerticalLineTest.cpp38 fViewBounds = view->Bounds();
/haiku/src/tests/servers/app/desktop_window/
H A DDesktopWindow.cpp67 BView *view = new View(Bounds());
/haiku/src/tests/servers/app/draw_string_offsets/
H A Dmain.cpp62 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL,
/haiku/src/tests/servers/app/menu_crash/
H A DMenuCrash.cpp63 BMenuBar* menuBar = new BMenuBar(Bounds(), "menu");
/haiku/src/tests/servers/app/playground/
H A DStates.h43 BRect Bounds() const;
/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp59 StrokeRect(Bounds());
/haiku/src/tests/servers/app/font_spacing/
H A Dmain.cpp55 float scale = Bounds().Width() / 400.0f;

Completed in 115 milliseconds

1234567891011>>