Searched refs:OffsetBySelf (Results 1 – 15 of 15) sorted by relevance
/haiku/src/apps/login/ |
H A D | LoginView.cpp | 68 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 D | LoginApp.cpp | 66 frame.OffsetBySelf(screen.Frame().Width()/2 - frame.Width()/2, in ReadyToRun()
|
/haiku/src/servers/app/ |
H A D | IntRect.h | 60 IntRect& OffsetBySelf(const IntPoint& p); 61 IntRect& OffsetBySelf(int32 dx, int32 dy);
|
H A D | IntRect.cpp | 122 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 D | Rect.h | 60 BRect& OffsetBySelf(BPoint offset); 61 BRect& OffsetBySelf(float dx, float dy);
|
/haiku/src/tests/kits/interface/layout/widget_layout_test/ |
H A D | View.cpp | 163 return rect.OffsetBySelf(-LocationInContainer()); in ConvertFromContainer() 177 return rect.OffsetBySelf(LocationInContainer()); in ConvertToContainer()
|
/haiku/src/kits/interface/ |
H A D | Rect.cpp | 125 BRect::OffsetBySelf(BPoint point) in OffsetBySelf() function in BRect 133 BRect::OffsetBySelf(float dx, float dy) in OffsetBySelf() function in BRect
|
H A D | ToolTipManager.cpp | 309 BWindow(BRect(0, 0, 250, 10).OffsetBySelf(where), "tool tip", in ToolTipWindow()
|
H A D | OutlineListView.cpp | 929 .OffsetBySelf(itemRect.left, itemRect.top) in LatchRect() 930 .OffsetBySelf(indentOffset, heightOffset); in LatchRect()
|
/haiku/src/kits/tracker/ |
H A D | Thumbnails.cpp | 73 thumbBounds.OffsetBySelf(0, floorf((icon->Bounds().IntegerHeight() in ThumbBounds() 79 thumbBounds.OffsetBySelf(floorf((icon->Bounds().IntegerWidth() in ThumbBounds()
|
/haiku/src/preferences/filetypes/ |
H A D | FileTypeWindow.cpp | 52 BWindow(BRect(0.0f, 0.0f, 300.0f, 200.0f).OffsetBySelf(position), in FileTypeWindow()
|
/haiku/src/libs/alm/ |
H A D | Area.cpp | 587 fLayoutItem->AlignInFrame(areaFrame.OffsetBySelf(offset)); in _DoLayout()
|
/haiku/docs/user/interface/ |
H A D | Rect.dox | 504 \fn BRect& BRect::OffsetBySelf(BPoint point) 516 \fn BRect& BRect::OffsetBySelf(float dx, float dy)
|
/haiku/src/kits/shared/ |
H A D | CalendarView.cpp | 1303 return frame.OffsetBySelf(offsetX, offsetY); in _FirstCalendarItemFrame()
|
/haiku/src/servers/app/drawing/interface/remote/ |
H A D | RemoteDrawingEngine.cpp | 299 return rect.OffsetBySelf(xOffset, yOffset); in CopyRect()
|