Searched refs:Bounds (Results 276 - 300 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp75 BRect rect = Bounds();
82 fBitmapView->fRight = Bounds().right - kLeftRightTrackSliderWidth;
280 if (!Bounds().InsetBySelf(2,2).Contains(point))
295 if (Bounds().InsetBySelf(2,2).Contains(point)) {
303 Draw(Bounds());
397 Draw(Bounds());
468 fBitmapView->fRight = Bounds().right - kLeftRightTrackSliderWidth;
511 FillRect(Bounds());
/haiku/src/apps/glteapot/
H A DObjectView.cpp209 BRect bounds = Bounds();
294 BRect parentBounds = Parent()->Bounds();
295 BRect bounds = Bounds();
431 glReadPixels((GLint)point.x, (GLint)(Bounds().bottom - point.y), 1, 1,
529 float xinc = (dx * 2 * displayScale / Bounds().Width());
530 float yinc = (-dy * 2 * displayScale / Bounds().Height());
564 width = Bounds().Width();
565 height = Bounds().Height();
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp103 *_width = Menu()->Bounds().Width() - IconRect().Width() - Spacing() * 4;
127 BRect bounds(Menu()->Bounds());
/haiku/src/apps/charactermap/
H A DCharacterView.cpp154 return Bounds().Contains(_FrameFor(c));
161 int32 topBlock = _BlockAt(BPoint(Bounds().left, Bounds().top));
162 int32 bottomBlock = _BlockAt(BPoint(Bounds().right, Bounds().bottom));
693 BRect bounds = Bounds();
729 Bounds().Height() - fCharacterHeight);
743 int32 top = (int32)Bounds().top;
/haiku/src/apps/magnify/
H A DMagnify.cpp306 BRect infoRect(Bounds());
759 float w = Bounds().Width();
760 float h = Bounds().Height();
906 if (infoWidth > Bounds().Width()
907 || infoHeight > Bounds().Height()) {
974 float w = Bounds().Width();
975 float h = Bounds().Height();
981 if (w == Bounds().Width() && h == Bounds().Height())
1089 MovePenTo(15 + fPopUp->Bounds()
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp80 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
99 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
119 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
137 BRect r(Bounds());
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp37 updateRect = Bounds();
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.h24 BRect Bounds() const { return fBounds; } function in class:PrintOptions
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp31 aRect.Set(0, fMenuBar->Bounds().Height()+1, x, aRect.Height());
/haiku/src/tests/kits/interface/
H A DSetDiskModeTest.cpp113 BRect rect(pictureWindow->Bounds());
H A DStatusBarTest.cpp34 BView* main = new BView(Bounds(), NULL, B_FOLLOW_ALL, B_WILL_DRAW);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DMenuBarTest.cpp49 group->SetFrame(controls->Bounds());
/haiku/src/tests/servers/app/benchmark/
H A DStringTest.cpp46 fViewBounds = view->Bounds();
/haiku/src/tests/servers/app/cursor_test/
H A DCursorTest.cpp83 BView *view = new View(Bounds().InsetByCopy(30, 30));
/haiku/src/kits/interface/
H A DZombieReplicantView.cpp89 BRect bounds(Bounds());
/haiku/src/tests/servers/app/clip_to_picture/
H A Dmain.cpp270 view->FillRect(view->Bounds());
304 view->FillRect(view->Bounds());
336 view->FillRect(view->Bounds());
374 view->FillRect(view->Bounds());
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp200 BRect viewBounds(view->Bounds());
201 BRect bitmapBounds(info->fBitmap->Bounds());
363 BRect viewBounds(fView->Bounds());
364 BRect bitmapBounds(fShowingBitmap->fBitmap->Bounds());
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp32 fView = new JoystickView(Bounds(), stick);
35 ResizeTo(fView->Bounds().Width(), fView->Bounds().Height());
75 Draw(Bounds());
/haiku/src/apps/haikudepot/ui_generic/
H A DLinkView.cpp66 BRect bounds = Bounds();
/haiku/src/libs/print/libprint/
H A DAboutBox.cpp84 AddChild(new AboutBoxView(Bounds(), driver_name, version, copyright));
/haiku/src/apps/login/
H A DDesktopWindow.cpp37 BView *desktop = new BView(Bounds(), "desktop", B_FOLLOW_NONE, 0);
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.cpp47 offset->y += bitmap->Bounds().Height();
/haiku/src/apps/diskprobe/
H A DDataView.cpp411 location.x - kHorizontalSpace / 2 + Bounds().right,
424 BPoint line_end(line_start.x, Bounds().bottom);
826 BRect bounds = Bounds();
961 float delta = width - Bounds().Width();
966 bar->SetSteps(fCharWidth, Bounds().Width());
967 bar->SetProportion(Bounds().Width() / width);
970 float delta = height - Bounds().Height();
975 bar->SetSteps(fFontHeight, Bounds().Height());
976 bar->SetProportion(Bounds().Height() / height);
1044 BRect bounds = Bounds();
[all...]
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp213 BRect rtab = Bounds();
214 BRect rlist = Bounds();
225 rtab = tabView->Bounds();
373 BBox *background = new BBox(Bounds(), "background");
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp121 StrokeRect(Bounds());

Completed in 139 milliseconds

<<11121314151617181920>>