Searched refs:OffsetToSelf (Results 1 - 16 of 16) sorted by relevance

/haiku/src/preferences/media/
H A DMediaIcons.cpp60 return BRect(sBounds).OffsetToSelf(topLeft);
/haiku/src/tests/kits/interface/
H A DTruncateString.cpp58 TruncateView *view = new TruncateView(frame.OffsetToSelf(0, 0));
H A DClippingPlusRedraw.cpp51 fView = new ClippingView(frame.OffsetToSelf(0, 0));
/haiku/src/preferences/input/
H A DInputIcons.cpp77 return BRect(sBounds).OffsetToSelf(topLeft);
/haiku/src/servers/app/
H A DIntRect.cpp176 IntRect::OffsetToSelf(const IntPoint& point) function in class:IntRect
184 IntRect::OffsetToSelf(int32 dx, int32 dy) function in class:IntRect
H A DIntRect.h64 IntRect& OffsetToSelf(const IntPoint& p);
65 IntRect& OffsetToSelf(int32 dx, int32 dy);
/haiku/headers/os/interface/
H A DRect.h63 BRect& OffsetToSelf(BPoint offset);
64 BRect& OffsetToSelf(float x, float y);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp344 rect.OffsetToSelf(B_ORIGIN);
345 fBitmapView = new BView(rect.OffsetToSelf(B_ORIGIN), "bitmapView",
H A DTrackSlider.cpp79 fBitmapView = new SliderOffscreenView(rect.OffsetToSelf(B_ORIGIN), "bitmapView");
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp91 fView = new DrawingDebuggerView(frame.OffsetToSelf(0, 0));
/haiku/src/kits/interface/
H A DRect.cpp179 BRect::OffsetToSelf(BPoint point) function in class:BRect
187 BRect::OffsetToSelf(float x, float y) function in class:BRect
H A DLayoutUtils.cpp257 return rect.OffsetToSelf(leftTop);
/haiku/src/apps/login/
H A DLoginView.cpp101 buttonRect.OffsetToSelf(Bounds().Width() - CSEP - buttonWidth,
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp234 fView = new DrawingModeView(frame.OffsetToSelf(0, 0));
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp701 b = new BBitmap(VideoFrame().OffsetToSelf(0,0), 0, B_RGB32, w*4);
/haiku/src/apps/codycam/
H A DCodyCam.cpp884 BWindow(controls->Bounds().OffsetToSelf(100, 100),

Completed in 633 milliseconds