Searched refs:OffsetByCopy (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/kits/interface/
H A DHaikuControlLook.cpp830 view->FillRect(knob.OffsetByCopy(1, 1));
836 view->FillRect(knob.OffsetByCopy(-spacer, 0));
838 view->FillRect(knob.OffsetByCopy(-spacer + 1, 1));
843 view->FillRect(knob.OffsetByCopy(spacer, 0));
845 view->FillRect(knob.OffsetByCopy(spacer + 1, 1));
852 view->FillRect(knob.OffsetByCopy(1, 1));
858 view->FillRect(knob.OffsetByCopy(0, -spacer));
860 view->FillRect(knob.OffsetByCopy(1, -spacer + 1));
865 view->FillRect(knob.OffsetByCopy(0, spacer));
867 view->FillRect(knob.OffsetByCopy(
[all...]
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 DMenuField.cpp1421 return fFrame.OffsetByCopy(-fParent->Frame().left, -fParent->Frame().top);
1553 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);
H A DTextControl.cpp1377 return fFrame.OffsetByCopy(-fParent->Frame().left, -fParent->Frame().top);
1513 return fFrame.OffsetByCopy(-fParent->Frame().left, -fParent->Frame().top);
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp523 view->FillRect(knob.OffsetByCopy(1, 1));
529 view->FillRect(knob.OffsetByCopy(-spacer, 0));
531 view->FillRect(knob.OffsetByCopy(-spacer + 1, 1));
536 view->FillRect(knob.OffsetByCopy(spacer, 0));
538 view->FillRect(knob.OffsetByCopy(spacer + 1, 1));
545 view->FillRect(knob.OffsetByCopy(1, 1));
551 view->FillRect(knob.OffsetByCopy(0, -spacer));
553 view->FillRect(knob.OffsetByCopy(1, -spacer + 1));
558 view->FillRect(knob.OffsetByCopy(0, spacer));
560 view->FillRect(knob.OffsetByCopy(
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2329 rect.OffsetByCopy(-2, -2),
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp84 SimpleItem::DrawItem(owner, itemFrame.OffsetByCopy(offset, 0), even);
H A DPathListView.cpp78 SimpleItem::DrawItem(owner, itemFrame.OffsetByCopy(offset, 0), even);
/haiku/src/apps/mail/
H A DMailWindow.cpp2028 print.PrintableRect().OffsetByCopy(BPoint(
H A DHeader.cpp213 rect = CreateLabelLayoutItem()->Frame().OffsetByCopy(-Frame().left,
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp564 BRect f = Bounds().OffsetByCopy(4.0, -4.0);
/haiku/src/apps/terminal/
H A DTermView.cpp2051 BRect sourceRect(destRect.OffsetByCopy(0, diff));
2407 BRect sourceRect(destRect.OffsetByCopy(0, scrollBy));
/haiku/src/kits/tracker/
H A DPose.cpp615 drawView->FillRect(widgetTextRect.OffsetByCopy(offset), B_SOLID_LOW);
633 drawView->InvertRect(widgetTextRect.OffsetByCopy(offset));
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp712 fWindow = new DWindow(frame.OffsetByCopy(fXOffset, fYOffset), this,
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp982 fDownRect = fUpRect.OffsetByCopy(0, fUpRect.Height() + 2);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp558 frame = frame | frame.OffsetByCopy(xOffset, yOffset);
668 region->Frame().OffsetByCopy(xOffset, yOffset));
H A DAlphaMask.cpp202 IntRect previousBounds(fBounds.OffsetByCopy(
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp596 BRect dest = rect.OffsetByCopy(xOffset, yOffset);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp150 BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop());
222 BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop());
/haiku/src/preferences/printers/
H A DPrintersWindow.cpp56 : BWindow(job->PaperRect().OffsetByCopy(-20000, -20000),
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp1083 BRect sourceRect = region.RectAt(i).OffsetByCopy(-viewRect.LeftTop());
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp479 fFindWindow = new FindWindow(fWindowFrame.OffsetByCopy(80, 80),
/haiku/src/libs/print/libprint/
H A DPreview.cpp711 fCachedPage->Draw(this, printRect.OffsetByCopy(offset));
/haiku/src/apps/resedit/
H A DResView.cpp136 r = Window()->Frame().OffsetByCopy(10, 10);

Completed in 470 milliseconds

12