Searched refs:OffsetBy (Results 1 - 25 of 151) sorted by path

1234567

/haiku/headers/os/interface/
H A DRect.h49 void OffsetBy(BPoint delta);
50 void OffsetBy(float dx, float dy);
H A DRegion.h60 void OffsetBy(const BPoint& point);
61 void OffsetBy(int32 x, int32 y);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp253 tab->zoomRect.OffsetBy(0 - tab->zoomRect.Width() - 3, 0);
256 tab->minimizeRect.OffsetBy(0 - tab->zoomRect.Width() - 1, 0);
430 minimizeBox.OffsetBy(1, 1);
460 zoomBox.OffsetBy(1, 1);
495 closeBox.OffsetBy(1, 1);
500 closeBox.OffsetBy(1, 0);
552 tab->zoomRect.OffsetBy(offset);
553 tab->closeRect.OffsetBy(offset);
554 tab->minimizeRect.OffsetBy(offset);
555 tab->tabRect.OffsetBy(offse
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp246 destRect.OffsetBy((vwBounds.Width() - destRect.Width()) / 2, 0);
249 destRect.OffsetBy(0, (vwBounds.Height() - destRect.Height()) / 2);
487 rect.OffsetBy(-1, -1-fontHeight.ascent); // -1 for border
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp77 frame.OffsetBy(0.0f, viewHeight);
87 frame.OffsetBy(0.0f, viewHeight);
97 frame.OffsetBy(0.0f, viewHeight);
168 frame.OffsetBy(0.0f, viewHeight);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp378 rect->OffsetBy(0, -(height * 1.5));
382 rect->OffsetBy(0, height * 1.5);
386 rect->OffsetBy(-(width * 1.5), 0);
390 rect->OffsetBy(width * 1.5, 0);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp289 fFrame.OffsetBy(x, y);
293 fFrame.OffsetBy(x, y);
H A DDiagramEndPoint.cpp274 m_frame.OffsetBy(x, y);
280 m_frame.OffsetBy(x, y);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp198 domain.OffsetBy(fDomain.max - domain.max);
226 range.OffsetBy(fRange.max - range.max);
H A DChartDataRange.h55 ChartDataRange& OffsetBy(double offset) function in class:ChartDataRange
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1690 region.OffsetBy(kLeftTextMargin, 0.0);
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp322 rect.OffsetBy(kCascadeOffset, kCascadeOffset);
/haiku/src/apps/expander/
H A DExpanderApp.cpp18 windowFrame.OffsetBy(windowPosition);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp117 frame.OffsetBy(hOffset, vOffset);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollable.cpp221 rect.OffsetBy(fScrollOffset);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp161 frame.OffsetBy(-(frame.right - screenFrame.right), 0.0);
163 frame.OffsetBy(0.0, -(frame.bottom - screenFrame.bottom));
165 frame.OffsetBy((screenFrame.left - frame.left), 0.0);
167 frame.OffsetBy(0.0, (screenFrame.top - frame.top));
/haiku/src/apps/launchbox/
H A DApp.cpp70 frame.OffsetBy(10.0, 10.0);
H A DMainWindow.cpp573 frame.OffsetBy(center - frameCenter);
591 frame.OffsetBy(offset);
H A Dsupport.cpp105 frame.OffsetBy(-(frame.right - screenFrame.right), 0.0);
107 frame.OffsetBy(0.0, -(frame.bottom - screenFrame.bottom));
109 frame.OffsetBy((screenFrame.left - frame.left), 0.0);
111 frame.OffsetBy(0.0, (screenFrame.top - frame.top));
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp449 bitmapRect.OffsetBy(0, 1);
H A DSubtitleBitmap.cpp348 textRect.OffsetBy(outlineRadius, outlineRadius);
H A DVolumeSlider.cpp155 rect.OffsetBy(-1, -1);
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp122 cell.OffsetBy(0, cell.Height() + 1);
/haiku/src/apps/pulse/
H A DPrefs.cpp177 screen_rect.OffsetBy(-5, -5);
/haiku/src/apps/resedit/
H A DBitmapView.cpp648 r.OffsetBy((to.Width() - r.Width()) / 2, (to.Height() - r.Height()) / 2);
658 r.OffsetBy(0, (to.Height() - r.Height()) / 2);
664 r.OffsetBy((to.Width() - r.Width()) / 2, 0);

Completed in 183 milliseconds

1234567