Symbol: OffsetToSelf
headers/os/interface/Rect.h
64
BRect& OffsetToSelf(BPoint offset);
headers/os/interface/Rect.h
65
BRect& OffsetToSelf(float x, float y);
src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/SonixCamDevice.cpp
701
b = new BBitmap(VideoFrame().OffsetToSelf(0,0), 0, B_RGB32, w*4);
src/apps/codycam/CodyCam.cpp
886
BWindow(controls->Bounds().OffsetToSelf(100, 100),
src/apps/login/LoginView.cpp
101
buttonRect.OffsetToSelf(Bounds().Width() - CSEP - buttonWidth,
src/apps/soundrecorder/ScopeView.cpp
344
rect.OffsetToSelf(B_ORIGIN);
src/apps/soundrecorder/ScopeView.cpp
345
fBitmapView = new BView(rect.OffsetToSelf(B_ORIGIN), "bitmapView",
src/apps/soundrecorder/TrackSlider.cpp
79
fBitmapView = new SliderOffscreenView(rect.OffsetToSelf(B_ORIGIN), "bitmapView");
src/kits/interface/LayoutUtils.cpp
257
return rect.OffsetToSelf(leftTop);
src/preferences/input/InputIcons.cpp
77
return BRect(sBounds).OffsetToSelf(topLeft);
src/preferences/media/MediaIcons.cpp
60
return BRect(sBounds).OffsetToSelf(topLeft);
src/servers/app/IntRect.h
64
IntRect& OffsetToSelf(const IntPoint& p);
src/servers/app/IntRect.h
65
IntRect& OffsetToSelf(int32 dx, int32 dy);
src/tests/kits/interface/ClippingPlusRedraw.cpp
51
fView = new ClippingView(frame.OffsetToSelf(0, 0));
src/tests/kits/interface/TruncateString.cpp
58
TruncateView *view = new TruncateView(frame.OffsetToSelf(0, 0));
src/tests/servers/app/drawing_debugger/DrawingDebugger.cpp
91
fView = new DrawingDebuggerView(frame.OffsetToSelf(0, 0));
src/tests/servers/app/drawing_modes/DrawingModes.cpp
234
fView = new DrawingModeView(frame.OffsetToSelf(0, 0));