Searched refs:InsetBySelf (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/apps/soundrecorder/
H A DVolumeSlider.cpp106 if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point))
116 if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point))
130 if (fSoundPlayer && Bounds().InsetBySelf(2, 2).Contains(point)) {
H A DTrackSlider.cpp279 if (!Bounds().InsetBySelf(2,2).Contains(point))
294 if (Bounds().InsetBySelf(2,2).Contains(point)) {
/haiku-fatelf/src/tests/kits/interface/
H A DScrollViewTest.cpp59 BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),
151 BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DMidiEventMeter.cpp54 view->Invalidate(BRect(METER_BOUNDS).InsetBySelf(1,1));
/haiku-fatelf/headers/os/interface/
H A DRect.h55 BRect& InsetBySelf(BPoint inset);
56 BRect& InsetBySelf(float dx, float dy);
/haiku-fatelf/src/servers/app/
H A DIntRect.cpp68 IntRect::InsetBySelf(const IntPoint& point) function in class:IntRect
76 IntRect::InsetBySelf(int32 dx, int32 dy) function in class:IntRect
H A DIntRect.h56 IntRect& InsetBySelf(const IntPoint& p);
57 IntRect& InsetBySelf(int32 dx, int32 dy);
/haiku-fatelf/src/servers/notification/
H A DAppGroupView.cpp133 if (BRect(fCloseRect).InsetBySelf(-5, -5).Contains(point)) {
146 } else if (BRect(fCollapseRect).InsetBySelf(-5, -5).Contains(point)) {
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageTextViewer.cpp155 bounds = Bounds().InsetBySelf(5.0f, 5.0f);
H A DPackageView.cpp506 rect = installBox->Bounds().InsetBySelf(4, 4);
/haiku-fatelf/src/kits/interface/
H A DRect.cpp67 BRect::InsetBySelf(BPoint point) function in class:BRect
75 BRect::InsetBySelf(float dx, float dy) function in class:BRect
H A DToolTipManager.cpp182 BRect screenFrame = screen.Frame().InsetBySelf(2, 2);
/haiku-fatelf/src/kits/shared/
H A DCalendarView.cpp579 Draw(frame.InsetBySelf(4.0, 4.0));
612 Invalidate(Bounds().InsetBySelf(1.0, 1.0));
630 Invalidate(Bounds().InsetBySelf(1.0, 1.0));
648 Invalidate(Bounds().InsetBySelf(1.0, 1.0));
/haiku-fatelf/src/preferences/mouse/
H A DMouseWindow.cpp75 rect.InsetBySelf(20, 20);
/haiku-fatelf/src/servers/bluetooth/
H A DDeskbarReplicant.cpp136 FillRoundRect(Bounds().InsetBySelf(3.f, 0.f), 5.f, 7.f, B_SOLID_LOW);
/haiku-fatelf/src/apps/fontdemo/
H A DControlView.cpp65 rect.InsetBySelf(10, 0);
/haiku-fatelf/src/apps/remotedesktop/
H A DRemoteView.cpp1084 invalidRegion.Include(bounds.InsetBySelf(-penSize, -penSize));
1150 BRect(point, point).InsetBySelf(-penSize, -penSize));
/haiku-fatelf/src/kits/media/
H A DDefaultMediaTheme.cpp887 rect.InsetBySelf(5, 5);

Completed in 297 milliseconds