Symbol: OffsetToCopy
headers/os/interface/Rect.h
66
BRect OffsetToCopy(BPoint offset) const;
headers/os/interface/Rect.h
67
BRect OffsetToCopy(float x, float y) const;
src/add-ons/decorators/BeDecorator/BeDecorator.cpp
876
fDrawingEngine->DrawBitmap(bitmap, rect.OffsetToCopy(0, 0), rect);
src/add-ons/decorators/FlatDecorator/FlatDecorator.cpp
764
fDrawingEngine->DrawBitmap(bitmap, rect.OffsetToCopy(0, 0), rect);
src/add-ons/screen_savers/leaves/Leaves.cpp
136
bounds.OffsetToCopy(0., 0.), B_FOLLOW_ALL, B_WILL_DRAW);
src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp
161
stripeFrame.OffsetToCopy(position, 0.0));
src/apps/bootmanager/WizardPageView.cpp
53
frame.OffsetToCopy(0, 0),
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
224
BBitmap *dragBitmap = new BBitmap(m_frame.OffsetToCopy(BPoint(0.0, 0.0)), B_RGBA32, true);
src/apps/cortex/InfoView/InfoWindow.cpp
91
m_manualSize = Bounds().OffsetToCopy(0.0, 0.0);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
412
BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0), B_RGBA32, true);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
894
BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0),
src/apps/cortex/ParameterView/ParameterWindow.cpp
263
m_manualSize = Bounds().OffsetToCopy(0.0, 0.0);
src/apps/deskbar/BarMenuTitle.cpp
132
BRect iconRect(fIcon->Bounds().OffsetToCopy(frame.LeftTop()));
src/apps/deskcalc/ExpressionTextView.cpp
31
(frame.OffsetToCopy(B_ORIGIN)).InsetByCopy(2, 2),
src/apps/icon-o-matic/generic/gui/ListViews.cpp
895
DragMessage(&msg, dragRect.OffsetToCopy(where), this);
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorField.cpp
37
.OffsetToCopy(offsetPoint),
src/apps/icon-o-matic/generic/gui/panel/color_picker/ColorSlider.cpp
47
: BControl(BRect(0.0, 0.0, 35.0, 265.0).OffsetToCopy(offsetPoint),
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
952
return _ChildRect(hbar, vbar).OffsetToCopy(ScrollOffset());
src/apps/icon-o-matic/gui/IconView.cpp
20
fBitmap(new BBitmap(frame.OffsetToCopy(B_ORIGIN), 0, B_RGB32)),
src/apps/icon-o-matic/gui/StyleView.cpp
63
fPreviousBounds(frame.OffsetToCopy(B_ORIGIN))
src/apps/mediaplayer/VideoView.cpp
337
fSubtitleBitmap->SetVideoBounds(fVideoFrame.OffsetToCopy(B_ORIGIN));
src/apps/mediaplayer/playlist/ListViews.cpp
305
DragMessage( &msg, dragRect.OffsetToCopy( point ), this );
src/apps/people/PictureView.cpp
403
BRect rect = fPictureRect.OffsetToCopy(B_ORIGIN);
src/apps/people/PictureView.cpp
421
view.DrawBitmap(fPicture, fPicture->Bounds().OffsetToCopy(B_ORIGIN),
src/apps/remotedesktop/RemoteView.cpp
125
BRect bounds = frame.OffsetToCopy(0, 0);
src/apps/resedit/MiscEditors.cpp
106
BRect textRect(r.OffsetToCopy(0.0, 0.0));
src/apps/resedit/ResFields.cpp
49
BRect drawrect(fBitmap->Bounds().OffsetToCopy(rect.LeftTop()));
src/apps/screenshot/Utility.cpp
155
BBitmap* cropShot = new BBitmap(selectedArea.OffsetToCopy(B_ORIGIN),
src/apps/screenshot/Utility.cpp
173
screenshot = new BBitmap(frame.OffsetToCopy(B_ORIGIN),
src/apps/showimage/ShowImageView.cpp
1053
srcRect = merge->Bounds().OffsetToCopy(B_ORIGIN);
src/apps/showimage/ShowImageView.cpp
751
BRect rect = fSelectionBox.Bounds().OffsetToCopy(B_ORIGIN);
src/apps/showimage/ShowImageView.cpp
779
fSelectionBitmap->Bounds().OffsetToCopy(B_ORIGIN), rect);
src/apps/showimage/ShowImageView.cpp
785
fSelectionBitmap->Bounds().OffsetToCopy(B_ORIGIN), rect);
src/apps/terminal/TermView.cpp
2040
BRect destRect(Frame().OffsetToCopy(Bounds().LeftTop()));
src/apps/terminal/TermView.cpp
2396
BRect destRect(Frame().OffsetToCopy(B_ORIGIN));
src/kits/interface/AbstractSpinner.cpp
1524
BRect textRect(rect.OffsetToCopy(B_ORIGIN));
src/kits/interface/AbstractSpinner.cpp
1564
fTextView->SetTextRect(rect.OffsetToCopy(B_ORIGIN));
src/kits/interface/Box.cpp
293
fBounds = Bounds().OffsetToCopy(0, 0);
src/kits/interface/Box.cpp
637
fBounds = Bounds().OffsetToCopy(0, 0);
src/kits/interface/ChannelSlider.cpp
608
BRect rect(bitmapBounds.OffsetToCopy(where));
src/kits/interface/ColumnListView.cpp
2377
fVisibleRect(rect.OffsetToCopy(0, 0)),
src/kits/interface/ColumnListView.cpp
3245
fVisibleRect(rect.OffsetToCopy(0, 0)),
src/kits/interface/Icon.cpp
331
trimmed.OffsetToCopy(B_ORIGIN), B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/kits/interface/Menu.cpp
2798
BRect frame = bounds.OffsetToCopy(where);
src/kits/interface/PrintJob.cpp
555
BRect printRect(rect.OffsetToCopy(rect.LeftTop() - leftTop)
src/kits/interface/Shelf.cpp
1375
BRect frame = view->Frame().OffsetToCopy(point);
src/kits/interface/TextControl.cpp
1122
BRect textRect(frame.OffsetToCopy(B_ORIGIN));
src/kits/interface/TextControl.cpp
914
fText->SetTextRect(textFrame.OffsetToCopy(B_ORIGIN));
src/kits/interface/TextView.cpp
2287
fTextRect = Bounds().OffsetToCopy(B_ORIGIN);
src/kits/interface/View.cpp
1068
return Bounds().OffsetToCopy(fParentOffset.x, fParentOffset.y);
src/kits/interface/View.cpp
3091
DrawBitmapAsync(bitmap, bitmap->Bounds().OffsetToCopy(B_ORIGIN),
src/kits/interface/View.cpp
3108
info.bitmapRect = bitmap->Bounds().OffsetToCopy(B_ORIGIN);
src/kits/interface/View.cpp
3109
info.viewRect = info.bitmapRect.OffsetToCopy(where);
src/kits/interface/View.cpp
3150
DrawBitmap(bitmap, bitmap->Bounds().OffsetToCopy(B_ORIGIN), viewRect,
src/kits/interface/View.cpp
3186
info.bitmapRect = bitmap->Bounds().OffsetToCopy(phase);
src/kits/interface/View.cpp
595
ret = data->AddRect("_frame", Bounds().OffsetToCopy(fParentOffset));
src/kits/interface/View.cpp
6188
fBounds = frame.OffsetToCopy(B_ORIGIN);
src/kits/interface/Window.cpp
3156
BRect frame = fFrame.OffsetToCopy(B_ORIGIN);
src/kits/shared/BarberPole.cpp
216
stripeFrame.OffsetToCopy(position, 0.0));
src/kits/shared/IconButton.cpp
553
BBitmap trimmedBitmap(trimmed.OffsetToCopy(B_ORIGIN),
src/preferences/locale/LanguageListView.cpp
418
DragMessage(&message, dragRect.OffsetToCopy(point), this);
src/preferences/mail/FilterConfigView.cpp
53
BBitmap *bitmap = new BBitmap(frame.OffsetToCopy(B_ORIGIN), B_RGBA32,
src/servers/app/IntRect.h
66
IntRect OffsetToCopy(const IntPoint& p);
src/servers/app/IntRect.h
67
IntRect OffsetToCopy(int32 dx, int32 dy);
src/servers/app/decorator/DefaultDecorator.cpp
698
fDrawingEngine->DrawBitmap(bitmap, rect.OffsetToCopy(0, 0), rect);
src/servers/app/drawing/interface/virtual/ViewHWInterface.cpp
504
fWindow = new CardWindow(frame.OffsetToCopy(BPoint(50.0, 50.0)));
src/tests/apps/miniterminal/MiniView.cpp
71
: ViewBuffer(args.Bounds().OffsetToCopy(0, 0)),
src/tests/kits/interface/CheckBoxTest.cpp
103
checkBox = new BCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 4", NULL);
src/tests/kits/interface/CheckBoxTest.cpp
110
checkBox = new BCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 5", NULL);
src/tests/kits/interface/CheckBoxTest.cpp
142
checkBox = new HCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 2", NULL);
src/tests/kits/interface/CheckBoxTest.cpp
150
checkBox = new HCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 3", NULL);
src/tests/kits/interface/CheckBoxTest.cpp
159
checkBox = new HCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 4", NULL);
src/tests/kits/interface/CheckBoxTest.cpp
166
checkBox = new HCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 5", NULL);
src/tests/kits/interface/CheckBoxTest.cpp
86
checkBox = new BCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 2", NULL);
src/tests/kits/interface/CheckBoxTest.cpp
94
checkBox = new BCheckBox(rect.OffsetToCopy(15, 15), NULL, "Test 3", NULL);
src/tests/kits/interface/PulseTest.cpp
21
fLeft = Bounds().OffsetToCopy(B_ORIGIN);
src/tests/kits/interface/ScrollViewTest.cpp
151
BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),
src/tests/kits/interface/ScrollViewTest.cpp
59
BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
75
SetFrame(Frame().OffsetToCopy(location));
src/tests/kits/interface/layout/widget_layout_test/View.cpp
149
return frame.OffsetToCopy(LocationInContainer());
src/tests/kits/interface/layout/widget_layout_test/View.cpp
74
return BRect(fFrame).OffsetToCopy(B_ORIGIN);
src/tests/kits/interface/layout/widget_layout_test/View.cpp
81
SetFrame(fFrame.OffsetToCopy(location));
src/tests/kits/interface/layout/widget_layout_test/ViewContainer.cpp
20
View(frame.OffsetToCopy(B_ORIGIN)),
src/tests/servers/app/bitmap_bounds/main.cpp
96
BRect view = bitmap.OffsetToCopy(B_ORIGIN);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
364
FillRect(bitmapBounds.OffsetToCopy(imageWidth,
src/tests/servers/app/newClipping/main.cpp
339
Layer *lay21 = new Layer(wb2->Bounds().OffsetToCopy(0,0), "lay21", B_FOLLOW_NONE, 0, c);
src/tests/servers/app/pulsed_drawing/main.cpp
35
fView = new PulsedView(frame.OffsetToCopy(0, 0));
src/tests/servers/app/scrollbar/main.cpp
18
BRect b = Bounds().OffsetToCopy(B_ORIGIN);