Searched refs:OffsetByCopy (Results 26 - 36 of 36) sorted by relevance

12

/haiku/src/kits/interface/
H A DMenuField.cpp1421 return fFrame.OffsetByCopy(-fParent->Frame().left, -fParent->Frame().top);
1553 return fFrame.OffsetByCopy(-fParent->Frame().left, -fParent->Frame().top);
H A DAbstractSpinner.cpp734 return fFrame.OffsetByCopy(-fParent->Frame().left, -fParent->Frame().top);
862 return fFrame.OffsetByCopy(-fParent->Frame().left, -fParent->Frame().top);
H A DWindow.cpp1939 return rect.OffsetByCopy(fFrame.LeftTop());
1953 return rect.OffsetByCopy(-fFrame.left, -fFrame.top);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp146 region.Exclude(bitmap->Bounds().OffsetByCopy(point));
/haiku/src/libs/print/libprint/
H A DPreview.cpp711 fCachedPage->Draw(this, printRect.OffsetByCopy(offset));
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp596 BRect dest = rect.OffsetByCopy(xOffset, yOffset);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp712 fWindow = new DWindow(frame.OffsetByCopy(fXOffset, fYOffset), this,
/haiku/src/apps/terminal/
H A DTermView.cpp2051 BRect sourceRect(destRect.OffsetByCopy(0, diff));
2407 BRect sourceRect(destRect.OffsetByCopy(0, scrollBy));
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp1083 BRect sourceRect = region.RectAt(i).OffsetByCopy(-viewRect.LeftTop());
/haiku/src/apps/mail/
H A DMailWindow.cpp2028 print.PrintableRect().OffsetByCopy(BPoint(
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2329 rect.OffsetByCopy(-2, -2),

Completed in 152 milliseconds

12