headers/os/interface/Rect.h
52
void OffsetTo(BPoint offset);
headers/os/interface/Rect.h
53
void OffsetTo(float x, float y);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
242
tab->closeRect.OffsetTo(fTitleBarRect.left + 4,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
170
frame.OffsetTo(-10000.0, -10000.0);
src/add-ons/network_settings/dialup/TextRequestDialog.cpp
46
textRect.OffsetTo(0, 0);
src/add-ons/print/drivers/gutenprint/GPBand.cpp
24
rect.OffsetTo(fWhere);
src/add-ons/screen_savers/icons/IconsSaver.cpp
165
iconFrame.OffsetTo(RAND_BETWEEN(0, maxX), RAND_BETWEEN(0, maxY));
src/add-ons/screen_savers/ifs/IFSSaver.cpp
113
textRect.OffsetTo(0.0, 0.0);
src/add-ons/screen_savers/message/Message.cpp
274
box.OffsetTo((width - box.Width()) / 2, height - box.Height() - 40);
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
486
rect.OffsetTo(pos);
src/add-ons/screen_savers/spider/SpiderView.cpp
45
frame.OffsetTo(0.0, 0.0);
src/apps/activitymonitor/ActivityView.cpp
1347
frame.OffsetTo(B_ORIGIN);
src/apps/activitymonitor/ActivityView.cpp
940
frame.OffsetTo(B_ORIGIN);
src/apps/charactermap/CharacterView.cpp
462
frame.OffsetTo(B_ORIGIN);
src/apps/clock/cl_view.cpp
171
rect.OffsetTo(B_ORIGIN);
src/apps/cortex/DormantNodeView/DormantNodeWindow.cpp
166
windowRect.OffsetTo(screenRect.LeftTop());
src/apps/cortex/InfoView/InfoWindow.cpp
142
windowRect.OffsetTo(screenRect.LeftTop());
src/apps/cortex/InfoView/InfoWindowManager.cpp
344
frame.OffsetTo(m_nextWindowPosition);
src/apps/cortex/InfoView/InfoWindowManager.cpp
406
frame.OffsetTo(m_nextWindowPosition);
src/apps/cortex/InfoView/InfoWindowManager.cpp
439
frame.OffsetTo(m_nextWindowPosition);
src/apps/cortex/InfoView/InfoWindowManager.cpp
472
frame.OffsetTo(m_nextWindowPosition);
src/apps/cortex/InfoView/InfoWindowManager.cpp
505
frame.OffsetTo(m_nextWindowPosition);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
839
m_labelRect.OffsetTo(0.0, 0.0);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
846
m_labelRect.OffsetTo(0.0, 0.0);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
874
m_bodyRect.OffsetTo(0.0, 0.0);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
881
m_bodyRect.OffsetTo(0.0, 0.0);
src/apps/cortex/ParameterView/ParameterWindow.cpp
337
windowRect.OffsetTo(screenRect.LeftTop());
src/apps/cortex/RouteApp/RouteWindow.cpp
553
windowRect.OffsetTo(screenRect.LeftTop());
src/apps/debuganalyzer/gui/chart/Chart.cpp
196
domain.OffsetTo(fDomain.min);
src/apps/debuganalyzer/gui/chart/Chart.cpp
224
range.OffsetTo(fRange.min);
src/apps/debuganalyzer/gui/chart/Chart.cpp
560
displayRange.OffsetTo(value / scrollSize
src/apps/debuganalyzer/gui/chart/ChartDataRange.h
62
ChartDataRange& OffsetTo(double newMin)
src/apps/deskbar/Switcher.cpp
1624
rect.OffsetTo(B_ORIGIN);
src/apps/deskbar/Switcher.cpp
1923
startRect.OffsetTo(off, off);
src/apps/deskbar/Switcher.cpp
1924
rect.OffsetTo(off, off);
src/apps/deskbar/Switcher.cpp
1928
endRect.OffsetTo(off, off);
src/apps/deskbar/Switcher.cpp
1935
destRect.OffsetTo(centerRect.left, 0);
src/apps/deskbar/Switcher.cpp
372
largeRect.OffsetTo(bounds.LeftTop());
src/apps/deskbar/Switcher.cpp
380
smallRect.OffsetTo(largeRect.LeftTop());
src/apps/deskbar/TeamMenuItem.cpp
307
updateRect.OffsetTo(BPoint(offsetx, offsety));
src/apps/deskbar/TeamMenuItem.cpp
320
updateRect.OffsetTo(BPoint(offsetx, offsety));
src/apps/deskbar/TeamMenuItem.cpp
376
rect.OffsetTo(BPoint(frame.right - rect.Width(),
src/apps/deskcalc/CalcView.cpp
760
expressionRect.OffsetTo(B_ORIGIN);
src/apps/deskcalc/CalcWindow.cpp
164
frame.OffsetTo(left, top);
src/apps/deskcalc/CalcWindow.cpp
47
frame.OffsetTo(B_ORIGIN);
src/apps/diskprobe/DiskProbe.cpp
349
rect.OffsetTo(BPoint(left, top));
src/apps/diskusage/App.cpp
89
frame.OffsetTo(50, 50);
src/apps/glteapot/ObjectView.cpp
296
parentBounds.OffsetTo(0, 0);
src/apps/glteapot/ObjectView.cpp
297
bounds.OffsetTo(0, 0);
src/apps/icon-o-matic/CanvasView.cpp
644
r.OffsetTo(B_ORIGIN);
src/apps/icon-o-matic/generic/gui/popup_control/PopupControl.cpp
97
frame.OffsetTo(leftLocation);
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
119
fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
80
fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
99
fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
src/apps/icon-o-matic/generic/gui/popup_control/SliderView.cpp
81
fButtonRect.OffsetTo(ButtonOffset(), 6.0);
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
45
r.OffsetTo(floorf(b.left + b.Width() / 2.0 - r.Width() / 2.0),
src/apps/icon-o-matic/gui/SavePanel.cpp
129
rect.OffsetTo(fFormatMF->Frame().right + 5.0, rect.top);
src/apps/magnify/Magnify.cpp
1995
srcRect.OffsetTo(BPoint(0, 0));
src/apps/magnify/Magnify.cpp
2022
srcRect.OffsetTo(scrnframe.right - srcRect.Width(), srcRect.top);
src/apps/magnify/Magnify.cpp
2024
srcRect.OffsetTo(srcRect.left, 0);
src/apps/magnify/Magnify.cpp
2027
srcRect.OffsetTo(srcRect.left, scrnframe.bottom - srcRect.Height());
src/apps/magnify/Magnify.cpp
2029
srcRect.OffsetTo(0, srcRect.top);
src/apps/mail/MailWindow.cpp
2204
curPageRect.OffsetTo(0,
src/apps/mediaplayer/VideoView.cpp
485
fSubtitleFrame.OffsetTo(offset);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
370
textRect.OffsetTo(B_ORIGIN);
src/apps/mediaplayer/playlist/PlaylistListView.cpp
170
r.OffsetTo(frame.left + 4,
src/apps/networkstatus/NetworkStatusView.cpp
91
frame.OffsetTo(B_ORIGIN);
src/apps/people/PeopleApp.cpp
314
fPosition.OffsetTo(fPosition.left, TITLE_BAR_HEIGHT);
src/apps/people/PeopleApp.cpp
316
fPosition.OffsetTo(6, fPosition.top);
src/apps/people/PeopleApp.cpp
93
fPosition.OffsetTo(pos);
src/apps/powerstatus/PowerStatusView.cpp
695
frame.OffsetTo(B_ORIGIN);
src/apps/processcontroller/ProcessController.cpp
182
frame.OffsetTo(B_ORIGIN);
src/apps/pulse/Prefs.cpp
165
r.OffsetTo(screen_rect.right - r.Width() - 5, screen_rect.bottom - r.Height() - 5);
src/apps/pulse/ProgressBar.cpp
26
segments[counter].rect.OffsetTo(BPoint((counter * 7) + 4, 4));
src/apps/remotedesktop/RemoteView.cpp
544
fCursorFrame.OffsetTo(position - cursorHotSpot);
src/apps/resedit/BitmapView.cpp
461
r.OffsetTo(0, 0);
src/apps/resedit/ImageEditor.cpp
62
r.OffsetTo( (Bounds().Width() - r.Width()) / 2, fNameBox->Frame().bottom + 10);
src/apps/showimage/ShowImageApp.cpp
201
fLastWindowFrame.OffsetTo(50, 50);
src/apps/showimage/ShowImageView.cpp
1481
bitmapRect.OffsetTo(0, 0);
src/apps/showimage/ShowImageView.cpp
648
rect.OffsetTo(pos);
src/apps/soundrecorder/RecorderWindow.cpp
284
buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-7, 25));
src/apps/soundrecorder/RecorderWindow.cpp
292
buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-48, 25));
src/apps/soundrecorder/RecorderWindow.cpp
300
playRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-82, 25));
src/apps/soundrecorder/RecorderWindow.cpp
307
buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-133, 25));
src/apps/soundrecorder/RecorderWindow.cpp
315
buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-174, 25));
src/apps/soundrecorder/RecorderWindow.cpp
322
buttonRect.OffsetTo(background->Bounds().LeftBottom() - BPoint(-250, 21));
src/apps/soundrecorder/RecorderWindow.cpp
331
buttonRect.OffsetTo(background->Bounds().RightBottom() - BPoint(23, 48));
src/apps/soundrecorder/RecorderWindow.cpp
339
buttonRect.OffsetTo(background->Bounds().RightBottom() - BPoint(121, 17));
src/apps/soundrecorder/RecorderWindow.cpp
346
buttonRect.OffsetTo(background->Bounds().RightBottom() - BPoint(107, 20));
src/apps/soundrecorder/RecorderWindow.cpp
354
buttonRect.OffsetTo(background->Bounds().RightBottom() - BPoint(21, 25));
src/apps/soundrecorder/VUView.cpp
30
rect.OffsetTo(B_ORIGIN);
src/apps/stylededit/StyledEditApp.cpp
55
sWindowRect.OffsetTo(BPoint(left, top));
src/apps/stylededit/StyledEditApp.cpp
77
sWindowRect.OffsetTo(BPoint(left, top));
src/apps/stylededit/StyledEditView.cpp
167
textRect.OffsetTo(B_ORIGIN);
src/apps/stylededit/StyledEditWindow.cpp
1168
textBounds.OffsetTo(B_ORIGIN);
src/apps/terminal/SmartTabView.cpp
51
frame.OffsetTo(B_ORIGIN);
src/apps/terminal/TermWindow.cpp
1319
curPageRect.OffsetTo(x * pWidth, y * pHeight);
src/apps/webpositive/BrowserApp.cpp
599
fLastWindowFrame.OffsetTo(50, 50);
src/apps/webpositive/URLInputGroup.cpp
523
iconBounds.OffsetTo(
src/apps/webpositive/autocompletion/AutoCompleterDefaultImpl.cpp
400
listRect.OffsetTo(pvRect.left, pvRect.bottom + 1);
src/apps/webpositive/autocompletion/AutoCompleterDefaultImpl.cpp
402
listRect.OffsetTo(pvRect.left, pvRect.top - listHeight);
src/apps/webpositive/tabview/TabManager.cpp
513
iconBounds.OffsetTo(iconPos);
src/apps/workspaces/Workspaces.cpp
294
fWindowFrame.OffsetTo(newScreenFrame.right
src/apps/workspaces/Workspaces.cpp
300
fWindowFrame.OffsetTo(fWindowFrame.left,
src/apps/workspaces/Workspaces.cpp
337
frame.OffsetTo(B_ORIGIN);
src/bin/mail_utils/spamdbm.cpp
5502
TextRect.OffsetTo (0, 0);
src/bin/screen_blanker/ScreenSaverWindow.cpp
96
frame.OffsetTo(0, 0);
src/kits/interface/ChannelSlider.cpp
791
rect.OffsetTo(B_ORIGIN);
src/kits/interface/ColumnListView.cpp
2554
fSelectedColumnRect.OffsetTo(leftEdge, 0);
src/kits/interface/ColumnListView.cpp
2867
dragRect.OffsetTo(fCurrentDragPosition.x - fClickPoint.x, 0);
src/kits/interface/ColumnListView.cpp
2881
fVisibleRect.OffsetTo(position.x, position.y);
src/kits/interface/ColumnListView.cpp
3042
invalidRect.OffsetTo(position.x - fClickPoint.x, 0);
src/kits/interface/ColumnListView.cpp
3066
dragRect.OffsetTo(position.x - fClickPoint.x,
src/kits/interface/ColumnListView.cpp
3088
dragRect.OffsetTo(position.x - fClickPoint.x,
src/kits/interface/ColumnListView.cpp
3100
invalidRect.OffsetTo(fCurrentDragPosition.x - fClickPoint.x, 0);
src/kits/interface/ColumnListView.cpp
4994
fVisibleRect.OffsetTo(position.x, position.y);
src/kits/interface/Dragger.cpp
764
rect.OffsetTo(point);
src/kits/interface/Layout.cpp
431
area.OffsetTo(B_ORIGIN);
src/kits/interface/MenuField.cpp
213
frame.OffsetTo(B_ORIGIN);
src/kits/interface/MenuField.cpp
229
frame.OffsetTo(B_ORIGIN);
src/kits/interface/MenuItem.cpp
816
symbolRect.OffsetTo(BPoint(rect.left,
src/kits/interface/MenuWindow.cpp
293
submenuFrame.OffsetTo(submenuLoc);
src/kits/interface/Rect.cpp
181
OffsetTo(point);
src/kits/interface/Rect.cpp
189
OffsetTo(x, y);
src/kits/interface/Rect.cpp
198
copy.OffsetTo(point);
src/kits/interface/Rect.cpp
207
copy.OffsetTo(x, y);
src/kits/interface/Rect.cpp
321
copy.OffsetTo(point);
src/kits/interface/Rect.cpp
330
copy.OffsetTo(dx, dy);
src/kits/interface/Rect.cpp
379
copy.OffsetTo(point);
src/kits/interface/Rect.cpp
388
copy.OffsetTo(dx, dy);
src/kits/interface/ScrollBar.cpp
1336
rect.OffsetTo(bounds.left, bounds.bottom - 2 * buttonSize);
src/kits/interface/ScrollBar.cpp
1340
rect.OffsetTo(bounds.left, bounds.bottom - buttonSize);
src/kits/interface/ScrollBar.cpp
1352
rect.OffsetTo(bounds.right - 2 * buttonSize, bounds.top);
src/kits/interface/ScrollBar.cpp
1356
rect.OffsetTo(bounds.right - buttonSize, bounds.top);
src/kits/interface/ScrollBar.cpp
1388
rect.OffsetTo(bounds.left, bounds.bottom - 2 * buttonSize + 1);
src/kits/interface/ScrollBar.cpp
1392
rect.OffsetTo(bounds.left, bounds.bottom - buttonSize + 1);
src/kits/interface/ScrollBar.cpp
1405
rect.OffsetTo(bounds.right - 2 * buttonSize + 1, bounds.top);
src/kits/interface/ScrollBar.cpp
1409
rect.OffsetTo(bounds.right - buttonSize + 1, bounds.top);
src/kits/interface/ScrollBar.cpp
436
buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
src/kits/interface/ScrollBar.cpp
451
buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
src/kits/interface/ScrollBar.cpp
475
buttonFrame.OffsetTo(rect.left, rect.bottom
src/kits/interface/ScrollBar.cpp
490
buttonFrame.OffsetTo(rect.left, rect.bottom - rect.Width());
src/kits/interface/Shelf.cpp
1454
frame.OffsetTo(fContainerView->ConvertFromScreen(dropPoint) - offset);
src/kits/interface/Shelf.cpp
1458
frame.OffsetTo(B_ORIGIN);
src/kits/interface/Shelf.cpp
475
rect.OffsetTo(point);
src/kits/interface/TextView.cpp
5161
fTextRect.OffsetTo(fLayoutData->leftInset, fLayoutData->topInset);
src/kits/interface/TextView.cpp
829
fTextRect.OffsetTo(rect.left, rect.top);
src/kits/interface/View.cpp
1753
fBounds.OffsetTo(where.x, where.y);
src/kits/interface/View.cpp
4612
rect.OffsetTo(B_ORIGIN);
src/kits/interface/View.cpp
4651
rect.OffsetTo(B_ORIGIN);
src/kits/interface/Window.cpp
1057
fFrame.OffsetTo(origin);
src/kits/interface/Window.cpp
1238
fFrame.OffsetTo(origin);
src/kits/interface/Window.cpp
2407
fFrame.OffsetTo(x, y);
src/kits/tracker/BackgroundImage.cpp
238
destinationBitmapBounds.OffsetTo(poseView->Extent().LeftTop() + info->fOffset);
src/kits/tracker/BackgroundImage.cpp
240
destinationBitmapBounds.OffsetTo(info->fOffset);
src/kits/tracker/BackgroundImage.cpp
250
destinationBitmapBounds.OffsetTo(poseView->Extent().LeftTop());
src/kits/tracker/ContainerWindow.cpp
1124
sNewWindRect.OffsetTo(85, 50);
src/kits/tracker/ContainerWindow.cpp
1127
sNewWindRect.OffsetTo(85, 50);
src/kits/tracker/ContainerWindow.cpp
1316
frame.OffsetTo(leftTop);
src/kits/tracker/ContainerWindow.cpp
512
result.OffsetTo(0, 0);
src/kits/tracker/CountView.cpp
305
destRect.OffsetTo(barberPoleRect.LeftTop()
src/kits/tracker/PoseView.cpp
7687
rect.OffsetTo(B_ORIGIN);
src/kits/tracker/StatusWindow.cpp
456
rect.OffsetTo(B_ORIGIN);
src/kits/tracker/Utilities.cpp
635
rect.OffsetTo(offset);
src/kits/tracker/infowindow/HeaderView.cpp
186
textRect.OffsetTo(0, 0);
src/kits/tracker/infowindow/InfoWindow.cpp
219
windRect.OffsetTo(50, 50);
src/libs/print/libprint/GraphicsDriver.cpp
462
clip.OffsetTo(left_top);
src/libs/print/libprint/HalftoneView.cpp
139
r.OffsetTo(0, 0);
src/libs/print/libprint/HalftoneView.cpp
158
r.OffsetTo(0, red_top);
src/libs/print/libprint/HalftoneView.cpp
165
r.OffsetTo(0, green_top);
src/libs/print/libprint/HalftoneView.cpp
172
r.OffsetTo(0, blue_top);
src/libs/print/libprint/HalftoneView.cpp
179
r.OffsetTo(0, gray_top);
src/libs/print/libprint/HalftoneView.cpp
184
r.OffsetTo(max, 0);
src/libs/print/libprint/Preview.cpp
630
paperRect.OffsetTo(offsetX, offsetY);
src/libs/print/libprint/Preview.cpp
703
clipRect.OffsetTo(printRect.LeftTop());
src/preferences/appearance/FakeScrollBar.cpp
100
buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
src/preferences/appearance/FakeScrollBar.cpp
94
buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
src/preferences/backgrounds/BackgroundImage.cpp
321
destinationBitmapBounds.OffsetTo(offset);
src/preferences/filetypes/FileTypes.cpp
476
lastFrame.OffsetTo(BPoint(left, top));
src/preferences/joysticks/MessageWin.cpp
31
insider.OffsetTo(B_ORIGIN);
src/preferences/keymap/KeyboardLayout.cpp
472
key.frame.OffsetTo(rowLeftTop);
src/preferences/keymap/KeyboardLayout.cpp
495
key.frame.OffsetTo(rowLeftTop);
src/preferences/keymap/KeyboardLayout.cpp
569
key.frame.OffsetTo(rowLeftTop);
src/preferences/keymap/KeyboardLayoutView.cpp
459
frame.OffsetTo(B_ORIGIN);
src/preferences/mail/ConfigWindow.cpp
615
autoConfigRect.OffsetTo(
src/preferences/screen/ScreenWindow.cpp
379
itemRect.OffsetTo(x * itemRect.Width(), y * itemRect.Height());
src/servers/app/IntRect.cpp
178
OffsetTo(point);
src/servers/app/IntRect.cpp
186
OffsetTo(dx, dy);
src/servers/app/IntRect.cpp
195
copy.OffsetTo(point);
src/servers/app/IntRect.cpp
204
copy.OffsetTo(dx, dy);
src/servers/app/IntRect.h
52
void OffsetTo(const IntPoint& p);
src/servers/app/IntRect.h
53
void OffsetTo(int32 x, int32 y);
src/servers/app/Window.cpp
158
fFrame.OffsetTo(B_ORIGIN);
src/servers/app/WorkspacesView.cpp
145
frame.OffsetTo(windowPosition);
src/servers/app/WorkspacesView.cpp
158
frame.OffsetTo(rintf(frame.left + workspaceFrame.left),
src/servers/app/drawing/HWInterface.cpp
836
frame.OffsetTo(fCursorLocation - fCursorAndDragBitmap->GetHotSpot());
src/servers/app/drawing/HWInterface.cpp
874
bitmapFrame.OffsetTo(BPoint(-fDragBitmapOffset.x, -fDragBitmapOffset.y));
src/servers/app/drawing/HWInterface.cpp
879
cursorFrame.OffsetTo(-hotspot.x, -hotspot.y);
src/servers/app/drawing/drawing_support.cpp
9
rect->OffsetTo(roundf(rect->left), roundf(rect->top));
src/servers/app/stackandtile/SATWindow.cpp
396
frame.OffsetTo(anchor.position);
src/servers/app/stackandtile/SATWindow.cpp
401
frame.OffsetTo(anchor.position);
src/servers/input/BottomlineWindow.cpp
25
textRect.OffsetTo(B_ORIGIN);
src/servers/print/ConfigWindow.cpp
324
frame.OffsetTo(p);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
322
fBounds.OffsetTo(0, 0);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
340
fBounds.OffsetTo(fBounds.left, builder.GetBounds().top);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
399
bounds.OffsetTo(0, 0);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
461
bounds.OffsetTo(kLeftMargin, kTopMargin);
src/tests/add-ons/print/ppd/ui/PrinterSelection.cpp
37
bounds.OffsetTo(0, 0);
src/tests/apps/miniterminal/Arguments.cpp
84
fBounds.OffsetTo(x, y);
src/tests/kits/game/chart/ChartWindow.cpp
1248
frame.OffsetTo(0.0, 0.0);
src/tests/kits/game/chart/ChartWindow.cpp
1279
frame.OffsetTo(0.0, 0.0);
src/tests/kits/game/chart/ChartWindow.cpp
384
frame.OffsetTo(0.0, 0.0);
src/tests/kits/game/direct_window_test/StarWindow.cpp
157
frame.OffsetTo(0.0, 0.0);
src/tests/kits/interface/bshelf/ShelfTest.cpp
133
b.OffsetTo(B_ORIGIN);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
535
frame.OffsetTo(0, 0);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
655
bounds.OffsetTo(0, 0);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
674
bounds.OffsetTo(0, 0);
src/tests/servers/app/bitmap_drawing/main.cpp
549
b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
src/tests/servers/app/copy_bits/main.cpp
243
b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
src/tests/servers/app/draw_after_children/DrawAfterChildren.cpp
155
frame.OffsetTo(B_ORIGIN);
src/tests/servers/app/newClipping/Layer.h
54
r.OffsetTo(fOrigin);
src/tests/servers/app/newClipping/main.cpp
103
frame.OffsetTo(B_ORIGIN);
src/tests/servers/app/newClipping/main.cpp
97
frame.OffsetTo(B_ORIGIN);
src/tests/servers/app/newerClipping/ViewLayer.cpp
642
b.OffsetTo(0.0, 0.0);
src/tests/servers/app/newerClipping/main.cpp
371
frame.OffsetTo(B_ORIGIN);
src/tests/servers/app/newerClipping/main.cpp
379
frame.OffsetTo(B_ORIGIN);
src/tests/servers/app/scrolling/main.cpp
121
b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
src/tests/servers/app/stress_test/main.cpp
86
fFrame.OffsetTo(10.0, fFrame.top + 10.0);
src/tests/servers/app/stress_test/main.cpp
90
fFrame.OffsetTo(10.0, 30.0);
src/tests/servers/app/transformation/main.cpp
104
rect.OffsetTo(B_ORIGIN);
src/tests/servers/app/window_creation/main.cpp
88
frame.OffsetTo(0, frame.bottom + 1);
src/tools/translation/inspector/InfoWindow.cpp
47
rcttext.OffsetTo(B_ORIGIN);