Searched refs:OffsetTo (Results 1 - 25 of 126) sorted by path

123456

/haiku/headers/os/interface/
H A DRect.h51 void OffsetTo(BPoint offset);
52 void OffsetTo(float x, float y);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp46 textRect.OffsetTo(0, 0);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp24 rect.OffsetTo(fWhere);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp113 textRect.OffsetTo(0.0, 0.0);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp486 rect.OffsetTo(pos);
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp45 frame.OffsetTo(0.0, 0.0);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp142 windowRect.OffsetTo(screenRect.LeftTop());
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/debuganalyzer/gui/chart/
H A DChart.cpp196 domain.OffsetTo(fDomain.min);
224 range.OffsetTo(fRange.min);
560 displayRange.OffsetTo(value / scrollSize
H A DChartDataRange.h62 ChartDataRange& OffsetTo(double newMin) function in class:ChartDataRange
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp349 rect.OffsetTo(BPoint(left, top));
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp97 frame.OffsetTo(leftLocation);
H A DPopupSlider.cpp80 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
99 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
119 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
H A DSliderView.cpp81 fButtonRect.OffsetTo(ButtonOffset(), 6.0);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp45 r.OffsetTo(floorf(b.left + b.Width() / 2.0 - r.Width() / 2.0),
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp485 fSubtitleFrame.OffsetTo(offset);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp372 textRect.OffsetTo(B_ORIGIN);
/haiku/src/apps/pulse/
H A DPrefs.cpp165 r.OffsetTo(screen_rect.right - r.Width() - 5, screen_rect.bottom - r.Height() - 5);
/haiku/src/apps/resedit/
H A DBitmapView.cpp461 r.OffsetTo(0, 0);
H A DImageEditor.cpp62 r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
/haiku/src/apps/showimage/
H A DShowImageApp.cpp201 fLastWindowFrame.OffsetTo(50, 50);
/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...]
H A DVUView.cpp30 rect.OffsetTo(B_ORIGIN);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp55 sWindowRect.OffsetTo(BPoint(left, top));
77 sWindowRect.OffsetTo(BPoint(left, top));
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp159 frame.OffsetTo(B_ORIGIN);

Completed in 140 milliseconds

123456