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

/haiku/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.cpp280 if (!Bounds().InsetBySelf(2,2).Contains(point))
295 if (Bounds().InsetBySelf(2,2).Contains(point)) {
/haiku/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/src/apps/patchbay/
H A DMidiEventMeter.cpp69 view->Invalidate(BRect(METER_BOUNDS).InsetBySelf(1, 1));
/haiku/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/headers/os/interface/
H A DRect.h55 BRect& InsetBySelf(BPoint inset);
56 BRect& InsetBySelf(float dx, float dy);
/haiku/src/servers/notification/
H A DAppGroupView.cpp140 if (BRect(fCloseRect).InsetBySelf(-5, -5).Contains(point)) {
153 } else if (BRect(fCollapseRect).InsetBySelf(-5, -5).Contains(point)) {
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp140 FillRoundRect(Bounds().InsetBySelf(3.f, 0.f), 5.f, 7.f, B_SOLID_LOW);
/haiku/src/kits/interface/
H A DRect.cpp71 BRect::InsetBySelf(BPoint point) function in class:BRect
79 BRect::InsetBySelf(float dx, float dy) function in class:BRect
H A DToolTipManager.cpp183 BRect screenFrame = screen.Frame().InsetBySelf(2, 2);
/haiku/src/kits/shared/
H A DCalendarView.cpp653 Draw(frame.InsetBySelf(4.0, 4.0));
686 Invalidate(Bounds().InsetBySelf(1.0, 1.0));
704 Invalidate(Bounds().InsetBySelf(1.0, 1.0));
715 Invalidate(Bounds().InsetBySelf(1.0, 1.0));
733 Invalidate(Bounds().InsetBySelf(1.0, 1.0));
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1085 invalidRegion.Include(bounds.InsetBySelf(-penSize, -penSize));
1151 BRect(point, point).InsetBySelf(-penSize, -penSize));

Completed in 110 milliseconds