/haiku/src/apps/soundrecorder/ |
H A D | VolumeSlider.cpp | 106 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 D | TrackSlider.cpp | 280 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 D | ScrollViewTest.cpp | 59 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 D | IntRect.h | 56 IntRect& InsetBySelf(const IntPoint& p); 57 IntRect& InsetBySelf(int32 dx, int32 dy);
|
H A D | IntRect.cpp | 68 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 D | Rect.h | 56 BRect& InsetBySelf(BPoint inset); 57 BRect& InsetBySelf(float dx, float dy);
|
/haiku/src/servers/notification/ |
H A D | AppGroupView.cpp | 140 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 D | MidiEventMeter.cpp | 69 view->Invalidate(BRect(METER_BOUNDS).InsetBySelf(1, 1)); in Pulse()
|
/haiku/src/kits/interface/ |
H A D | Rect.cpp | 71 BRect::InsetBySelf(BPoint point) in InsetBySelf() function in BRect 79 BRect::InsetBySelf(float dx, float dy) in InsetBySelf() function in BRect
|
H A D | ToolTipManager.cpp | 183 BRect screenFrame = screen.Frame().InsetBySelf(2, 2); in ResetWindowFrame()
|
/haiku/src/servers/bluetooth/ |
H A D | DeskbarReplicant.cpp | 140 FillRoundRect(Bounds().InsetBySelf(3.f, 0.f), 5.f, 7.f, B_SOLID_LOW); in Draw()
|
/haiku/src/kits/shared/ |
H A D | CalendarView.cpp | 653 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 D | RemoteView.cpp | 1085 invalidRegion.Include(bounds.InsetBySelf(-penSize, -penSize)); in _DrawThread() 1151 BRect(point, point).InsetBySelf(-penSize, -penSize)); in _DrawThread()
|
/haiku/docs/user/interface/ |
H A D | Rect.dox | 403 \fn BRect& BRect::InsetBySelf(BPoint point) 417 \fn BRect& BRect::InsetBySelf(float dx, float dy)
|