Home
last modified time | relevance | path

Searched refs:InsetBySelf (Results 1 – 14 of 14) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DVolumeSlider.cpp106 if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point)) in MouseMoved()
116 if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point)) in MouseDown()
130 if (fSoundPlayer && Bounds().InsetBySelf(2, 2).Contains(point)) { in MouseUp()
H A DTrackSlider.cpp280 if (!Bounds().InsetBySelf(2,2).Contains(point)) in MouseDown()
295 if (Bounds().InsetBySelf(2,2).Contains(point)) { in MouseUp()
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp59 BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3), in Window()
151 BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3), in KnobWindow()
/haiku/src/servers/app/
H A DIntRect.h56 IntRect& InsetBySelf(const IntPoint& p);
57 IntRect& InsetBySelf(int32 dx, int32 dy);
H A DIntRect.cpp68 IntRect::InsetBySelf(const IntPoint& point) in InsetBySelf() function in IntRect
76 IntRect::InsetBySelf(int32 dx, int32 dy) in InsetBySelf() function in IntRect
/haiku/headers/os/interface/
H A DRect.h56 BRect& InsetBySelf(BPoint inset);
57 BRect& InsetBySelf(float dx, float dy);
/haiku/src/servers/notification/
H A DAppGroupView.cpp140 if (BRect(fCloseRect).InsetBySelf(-5, -5).Contains(point)) { in MouseDown()
153 } else if (BRect(fCollapseRect).InsetBySelf(-5, -5).Contains(point)) { in MouseDown()
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp69 view->Invalidate(BRect(METER_BOUNDS).InsetBySelf(1, 1)); in Pulse()
/haiku/src/kits/interface/
H A DRect.cpp71 BRect::InsetBySelf(BPoint point) in InsetBySelf() function in BRect
79 BRect::InsetBySelf(float dx, float dy) in InsetBySelf() function in BRect
H A DToolTipManager.cpp183 BRect screenFrame = screen.Frame().InsetBySelf(2, 2); in ResetWindowFrame()
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp140 FillRoundRect(Bounds().InsetBySelf(3.f, 0.f), 5.f, 7.f, B_SOLID_LOW); in Draw()
/haiku/src/kits/shared/
H A DCalendarView.cpp653 Draw(frame.InsetBySelf(4.0, 4.0)); in SetDate()
686 Invalidate(Bounds().InsetBySelf(1.0, 1.0)); in SetStartOfWeek()
704 Invalidate(Bounds().InsetBySelf(1.0, 1.0)); in SetDayNameHeaderVisible()
715 Invalidate(Bounds().InsetBySelf(1.0, 1.0)); in UpdateDayNameHeader()
733 Invalidate(Bounds().InsetBySelf(1.0, 1.0)); in SetWeekNumberHeaderVisible()
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1085 invalidRegion.Include(bounds.InsetBySelf(-penSize, -penSize)); in _DrawThread()
1151 BRect(point, point).InsetBySelf(-penSize, -penSize)); in _DrawThread()
/haiku/docs/user/interface/
H A DRect.dox403 \fn BRect& BRect::InsetBySelf(BPoint point)
417 \fn BRect& BRect::InsetBySelf(float dx, float dy)