/haiku/src/tests/kits/interface/ |
H A D | TruncateString.cpp | 58 TruncateView *view = new TruncateView(frame.OffsetToSelf(0, 0)); in main()
|
H A D | ClippingPlusRedraw.cpp | 51 fView = new ClippingView(frame.OffsetToSelf(0, 0)); in ClippingWindow()
|
/haiku/src/preferences/media/ |
H A D | MediaIcons.cpp | 60 return BRect(sBounds).OffsetToSelf(topLeft); in IconRectAt()
|
/haiku/src/preferences/input/ |
H A D | InputIcons.cpp | 77 return BRect(sBounds).OffsetToSelf(topLeft); in IconRectAt()
|
/haiku/src/servers/app/ |
H A D | IntRect.h | 64 IntRect& OffsetToSelf(const IntPoint& p); 65 IntRect& OffsetToSelf(int32 dx, int32 dy);
|
H A D | IntRect.cpp | 176 IntRect::OffsetToSelf(const IntPoint& point) in OffsetToSelf() function in IntRect 184 IntRect::OffsetToSelf(int32 dx, int32 dy) in OffsetToSelf() function in IntRect
|
/haiku/headers/os/interface/ |
H A D | Rect.h | 64 BRect& OffsetToSelf(BPoint offset); 65 BRect& OffsetToSelf(float x, float y);
|
/haiku/src/apps/soundrecorder/ |
H A D | ScopeView.cpp | 344 rect.OffsetToSelf(B_ORIGIN); in InitBitmap() 345 fBitmapView = new BView(rect.OffsetToSelf(B_ORIGIN), "bitmapView", in InitBitmap()
|
H A D | TrackSlider.cpp | 79 fBitmapView = new SliderOffscreenView(rect.OffsetToSelf(B_ORIGIN), "bitmapView"); in _InitBitmap()
|
/haiku/src/kits/interface/ |
H A D | Rect.cpp | 179 BRect::OffsetToSelf(BPoint point) in OffsetToSelf() function in BRect 187 BRect::OffsetToSelf(float x, float y) in OffsetToSelf() function in BRect
|
H A D | LayoutUtils.cpp | 257 return rect.OffsetToSelf(leftTop); in MoveIntoFrame()
|
/haiku/src/tests/servers/app/drawing_debugger/ |
H A D | DrawingDebugger.cpp | 91 fView = new DrawingDebuggerView(frame.OffsetToSelf(0, 0)); in DrawingDebuggerWindow()
|
/haiku/src/apps/login/ |
H A D | LoginView.cpp | 101 buttonRect.OffsetToSelf(Bounds().Width() - CSEP - buttonWidth, in LoginView()
|
/haiku/src/tests/servers/app/drawing_modes/ |
H A D | DrawingModes.cpp | 234 fView = new DrawingModeView(frame.OffsetToSelf(0, 0)); in DrawingModeWindow()
|
/haiku/docs/user/interface/ |
H A D | Rect.dox | 584 \fn BRect& BRect::OffsetToSelf(BPoint point) 598 \fn BRect& BRect::OffsetToSelf(float x, float y)
|
/haiku/src/apps/codycam/ |
H A D | CodyCam.cpp | 884 BWindow(controls->Bounds().OffsetToSelf(100, 100), in ControlWindow()
|
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/ |
H A D | SonixCamDevice.cpp | 701 b = new BBitmap(VideoFrame().OffsetToSelf(0,0), 0, B_RGB32, w*4); in GetFrameBitmap()
|