Searched refs:OffsetTo (Results 26 - 50 of 126) sorted by relevance

123456

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp166 windowRect.OffsetTo(screenRect.LeftTop());
/haiku/src/servers/app/
H A DIntRect.h52 void OffsetTo(const IntPoint& p);
53 void OffsetTo(int32 x, int32 y);
/haiku/headers/os/interface/
H A DRect.h51 void OffsetTo(BPoint offset);
52 void OffsetTo(float x, float y);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp55 sWindowRect.OffsetTo(BPoint(left, top));
77 sWindowRect.OffsetTo(BPoint(left, top));
H A DStyledEditView.cpp161 textRect.OffsetTo(B_ORIGIN);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp91 buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
97 buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
H A DCurView.cpp81 wellrect.OffsetTo(10,25);
129 cvrect.OffsetTo( (Bounds().Width()-200)/2,scrollview->Frame().bottom+20);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp344 frame.OffsetTo(m_nextWindowPosition);
406 frame.OffsetTo(m_nextWindowPosition);
439 frame.OffsetTo(m_nextWindowPosition);
472 frame.OffsetTo(m_nextWindowPosition);
505 frame.OffsetTo(m_nextWindowPosition);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp284 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-7, 25));
292 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-48, 25));
300 playRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-82, 25));
307 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-133, 25));
315 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-174, 25));
322 buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-250, 21));
331 buttonRect.OffsetTo(background->Bounds().RightBottom() - BPoint(23, 48));
339 buttonRect.OffsetTo(background->Bounds().RightBottom() - BPoint(121, 17));
346 buttonRect.OffsetTo(background->Bounds().RightBottom() - BPoint(107, 20));
354 buttonRect.OffsetTo(backgroun
[all...]
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp196 domain.OffsetTo(fDomain.min);
224 range.OffsetTo(fRange.min);
560 displayRange.OffsetTo(value / scrollSize
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp307 updateRect.OffsetTo(BPoint(offsetx, offsety));
320 updateRect.OffsetTo(BPoint(offsetx, offsety));
376 rect.OffsetTo(BPoint(frame.right - rect.Width(),
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp97 frame.OffsetTo(leftLocation);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp37 bounds.OffsetTo(0, 0);
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp133 b.OffsetTo(B_ORIGIN);
/haiku/src/apps/showimage/
H A DShowImageApp.cpp201 fLastWindowFrame.OffsetTo(50, 50);
/haiku/src/apps/resedit/
H A DImageEditor.cpp62 r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp46 textRect.OffsetTo(0, 0);
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp472 key.frame.OffsetTo(rowLeftTop);
495 key.frame.OffsetTo(rowLeftTop);
569 key.frame.OffsetTo(rowLeftTop);
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp97 frame.OffsetTo(B_ORIGIN);
103 frame.OffsetTo(B_ORIGIN);
/haiku/src/tests/servers/app/newerClipping/
H A Dmain.cpp371 frame.OffsetTo(B_ORIGIN);
379 frame.OffsetTo(B_ORIGIN);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp400 listRect.OffsetTo(pvRect.left, pvRect.bottom + 1);
402 listRect.OffsetTo(pvRect.left, pvRect.top - listHeight);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp113 textRect.OffsetTo(0.0, 0.0);
/haiku/src/apps/pulse/
H A DPrefs.cpp165 r.OffsetTo(screen_rect.right - r.Width() - 5, screen_rect.bottom - r.Height() - 5);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp243 b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp45 frame.OffsetTo(0.0, 0.0);

Completed in 123 milliseconds

123456