Symbol: OffsetBySelf
headers/os/interface/Rect.h
60
BRect& OffsetBySelf(BPoint offset);
headers/os/interface/Rect.h
61
BRect& OffsetBySelf(float dx, float dy);
src/apps/login/LoginApp.cpp
67
frame.OffsetBySelf(screen.Frame().Width()/2 - frame.Width()/2,
src/apps/login/LoginView.cpp
68
r.OffsetBySelf(0, CSEP + CSEP);
src/apps/login/LoginView.cpp
74
r.OffsetBySelf(0, CSEP + CSEP);
src/apps/login/LoginView.cpp
84
buttonRect.OffsetBySelf(CSEP, -CSEP);
src/apps/login/LoginView.cpp
91
buttonRect.OffsetBySelf(CSEP + fHaltButton->Frame().Width(), 0);
src/apps/login/LoginView.cpp
99
infoRect.OffsetBySelf(fRebootButton->Frame().Width() + CSEP, 0);
src/kits/interface/OutlineListView.cpp
929
.OffsetBySelf(itemRect.left, itemRect.top)
src/kits/interface/OutlineListView.cpp
930
.OffsetBySelf(indentOffset, heightOffset);
src/kits/interface/ToolTipManager.cpp
309
BWindow(BRect(0, 0, 250, 10).OffsetBySelf(where), "tool tip",
src/kits/shared/CalendarView.cpp
1290
return frame.OffsetBySelf(offsetX, offsetY);
src/kits/tracker/Thumbnails.cpp
73
thumbBounds.OffsetBySelf(0, floorf((icon->Bounds().IntegerHeight()
src/kits/tracker/Thumbnails.cpp
79
thumbBounds.OffsetBySelf(floorf((icon->Bounds().IntegerWidth()
src/libs/alm/Area.cpp
587
fLayoutItem->AlignInFrame(areaFrame.OffsetBySelf(offset));
src/preferences/filetypes/FileTypeWindow.cpp
52
BWindow(BRect(0.0f, 0.0f, 300.0f, 200.0f).OffsetBySelf(position),
src/servers/app/IntRect.h
60
IntRect& OffsetBySelf(const IntPoint& p);
src/servers/app/IntRect.h
61
IntRect& OffsetBySelf(int32 dx, int32 dy);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
299
return rect.OffsetBySelf(xOffset, yOffset);
src/tests/kits/interface/layout/widget_layout_test/View.cpp
163
return rect.OffsetBySelf(-LocationInContainer());
src/tests/kits/interface/layout/widget_layout_test/View.cpp
177
return rect.OffsetBySelf(LocationInContainer());