Home
last modified time | relevance | path

Searched refs:OffsetBySelf (Results 1 – 15 of 15) sorted by relevance

/haiku/src/apps/login/
H A DLoginView.cpp68 r.OffsetBySelf(0, CSEP + CSEP); in LoginView()
74 r.OffsetBySelf(0, CSEP + CSEP); in LoginView()
84 buttonRect.OffsetBySelf(CSEP, -CSEP); in LoginView()
91 buttonRect.OffsetBySelf(CSEP + fHaltButton->Frame().Width(), 0); in LoginView()
99 infoRect.OffsetBySelf(fRebootButton->Frame().Width() + CSEP, 0); in LoginView()
H A DLoginApp.cpp66 frame.OffsetBySelf(screen.Frame().Width()/2 - frame.Width()/2, in ReadyToRun()
/haiku/src/servers/app/
H A DIntRect.h60 IntRect& OffsetBySelf(const IntPoint& p);
61 IntRect& OffsetBySelf(int32 dx, int32 dy);
H A DIntRect.cpp122 IntRect::OffsetBySelf(const IntPoint& point) in OffsetBySelf() function in IntRect
130 IntRect::OffsetBySelf(int32 dx, int32 dy) in OffsetBySelf() function in IntRect
/haiku/headers/os/interface/
H A DRect.h60 BRect& OffsetBySelf(BPoint offset);
61 BRect& OffsetBySelf(float dx, float dy);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp163 return rect.OffsetBySelf(-LocationInContainer()); in ConvertFromContainer()
177 return rect.OffsetBySelf(LocationInContainer()); in ConvertToContainer()
/haiku/src/kits/interface/
H A DRect.cpp125 BRect::OffsetBySelf(BPoint point) in OffsetBySelf() function in BRect
133 BRect::OffsetBySelf(float dx, float dy) in OffsetBySelf() function in BRect
H A DToolTipManager.cpp309 BWindow(BRect(0, 0, 250, 10).OffsetBySelf(where), "tool tip", in ToolTipWindow()
H A DOutlineListView.cpp929 .OffsetBySelf(itemRect.left, itemRect.top) in LatchRect()
930 .OffsetBySelf(indentOffset, heightOffset); in LatchRect()
/haiku/src/kits/tracker/
H A DThumbnails.cpp73 thumbBounds.OffsetBySelf(0, floorf((icon->Bounds().IntegerHeight() in ThumbBounds()
79 thumbBounds.OffsetBySelf(floorf((icon->Bounds().IntegerWidth() in ThumbBounds()
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp52 BWindow(BRect(0.0f, 0.0f, 300.0f, 200.0f).OffsetBySelf(position), in FileTypeWindow()
/haiku/src/libs/alm/
H A DArea.cpp587 fLayoutItem->AlignInFrame(areaFrame.OffsetBySelf(offset)); in _DoLayout()
/haiku/docs/user/interface/
H A DRect.dox504 \fn BRect& BRect::OffsetBySelf(BPoint point)
516 \fn BRect& BRect::OffsetBySelf(float dx, float dy)
/haiku/src/kits/shared/
H A DCalendarView.cpp1303 return frame.OffsetBySelf(offsetX, offsetY); in _FirstCalendarItemFrame()
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp299 return rect.OffsetBySelf(xOffset, yOffset); in CopyRect()