Symbol: InsetBySelf
headers/os/interface/Rect.h
56
BRect& InsetBySelf(BPoint inset);
headers/os/interface/Rect.h
57
BRect& InsetBySelf(float dx, float dy);
src/apps/patchbay/MidiEventMeter.cpp
69
view->Invalidate(BRect(METER_BOUNDS).InsetBySelf(1, 1));
src/apps/remotedesktop/RemoteView.cpp
1171
invalidRegion.Include(bounds.InsetBySelf(-penSize, -penSize));
src/apps/remotedesktop/RemoteView.cpp
1237
BRect(point, point).InsetBySelf(-penSize, -penSize));
src/apps/soundrecorder/TrackSlider.cpp
280
if (!Bounds().InsetBySelf(2,2).Contains(point))
src/apps/soundrecorder/TrackSlider.cpp
295
if (Bounds().InsetBySelf(2,2).Contains(point)) {
src/apps/soundrecorder/VolumeSlider.cpp
106
if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point))
src/apps/soundrecorder/VolumeSlider.cpp
116
if (!fSoundPlayer || !Bounds().InsetBySelf(2, 2).Contains(point))
src/apps/soundrecorder/VolumeSlider.cpp
130
if (fSoundPlayer && Bounds().InsetBySelf(2, 2).Contains(point)) {
src/kits/interface/ToolTipManager.cpp
183
BRect screenFrame = screen.Frame().InsetBySelf(2, 2);
src/kits/shared/CalendarView.cpp
640
Draw(frame.InsetBySelf(4.0, 4.0));
src/kits/shared/CalendarView.cpp
673
Invalidate(Bounds().InsetBySelf(1.0, 1.0));
src/kits/shared/CalendarView.cpp
691
Invalidate(Bounds().InsetBySelf(1.0, 1.0));
src/kits/shared/CalendarView.cpp
702
Invalidate(Bounds().InsetBySelf(1.0, 1.0));
src/kits/shared/CalendarView.cpp
720
Invalidate(Bounds().InsetBySelf(1.0, 1.0));
src/servers/app/IntRect.h
56
IntRect& InsetBySelf(const IntPoint& p);
src/servers/app/IntRect.h
57
IntRect& InsetBySelf(int32 dx, int32 dy);
src/servers/bluetooth/DeskbarReplicant.cpp
140
FillRoundRect(Bounds().InsetBySelf(3.f, 0.f), 5.f, 7.f, B_SOLID_LOW);
src/servers/notification/AppGroupView.cpp
145
if (BRect(fCloseRect).InsetBySelf(-5, -5).Contains(point)) {
src/servers/notification/AppGroupView.cpp
158
} else if (BRect(fCollapseRect).InsetBySelf(-5, -5).Contains(point)) {
src/tests/kits/interface/ScrollViewTest.cpp
151
BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),
src/tests/kits/interface/ScrollViewTest.cpp
59
BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),