Searched refs:OffsetBy (Results 76 - 100 of 151) sorted by relevance

1234567

/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp364 copyRegion.OffsetBy(-x, -y);
373 copyRegion.OffsetBy(x, y);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp293 destinationBitmapBounds.OffsetBy(
328 destinationBitmapBounds.OffsetBy(
457 destinationBitmapBounds.OffsetBy(
H A DImageFilePanel.cpp96 rect.OffsetBy(0, -16);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp138 fBounds.OffsetBy(0, view->Bounds().Height()+1);
307 fBounds.OffsetBy(0, height);
/haiku/src/servers/print/
H A DConfigWindow.cpp335 frame.OffsetBy(Settings::GetSettings()->ConfigWindowFrame().LeftTop());
337 frame.OffsetBy(30, 30);
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp177 b.OffsetBy(fTransformOffset);
269 glyphBounds.OffsetBy(fTransformOffset);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp210 windRect.OffsetBy(320, 0);
214 windRect.OffsetBy(fIndex * 8, fIndex * 8);
/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp155 rect.OffsetBy(-1, -1);
/haiku/src/apps/pulse/
H A DPrefs.cpp177 screen_rect.OffsetBy(-5, -5);
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp81 reference1.OffsetBy(10, 20);
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp78 rect.OffsetBy(rect.Width() + 5, 0);
/haiku/src/servers/notification/
H A DAppGroupView.cpp121 closeRect.OffsetBy(1, 1);
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp124 boundBoxes[i].OffsetBy(xCoordArray[i], yCoordArray[i]);
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp87 buttonFrame.OffsetBy(rect.Height() + 1, 0.0f);
H A DColorPreview.cpp256 rect.OffsetBy(-1.0f, -1.0f);
/haiku/src/kits/tracker/
H A DDialogPane.cpp260 rect.OffsetBy(1, 1);
/haiku/src/apps/processcontroller/
H A DUtilities.cpp149 screen.OffsetBy(0, 8);
/haiku/src/apps/terminal/
H A DColorPreview.cpp256 rect.OffsetBy(-1.0f, -1.0f);
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp195 nameBounds.OffsetBy(-7.0, -3.0);
1324 br.OffsetBy(0.0, (prefInfoHeight - _transport_button_height)/2);
1328 br.OffsetBy(_transport_button_width + _transport_button_pad_x, 0.0);
1332 br.OffsetBy(_transport_button_width + _transport_button_pad_x, 0.0);
/haiku/src/kits/interface/
H A DMenu.cpp2810 frame.OffsetBy(-8.0f, 0.0f);
2815 frame.OffsetBy(0, screenFrame.bottom - frame.bottom);
2817 frame.OffsetBy(0, -frame.top);
2820 frame.OffsetBy(screenFrame.right - frame.right, 0);
2824 frame.OffsetBy(-frame.left, 0);
2828 frame.OffsetBy(-superItem->Frame().Width() - frame.Width() - 2, 0);
2833 frame.OffsetBy(-frame.left + 6, 0);
2836 frame.OffsetBy(0, screenFrame.bottom - frame.bottom);
2843 frame.OffsetBy(0, -superItem->Frame().Height()
2849 frame.OffsetBy(screenFram
[all...]
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp351 fBitmapRect.OffsetBy(offset);
365 fBitmapRect.OffsetBy(floorf((Bounds().Width() - fBitmapRect.Width()) / 2.0 + 0.5),
/haiku/src/apps/launchbox/
H A DMainWindow.cpp573 frame.OffsetBy(center - frameCenter);
591 frame.OffsetBy(offset);
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp268 m_transportWindowFrame.OffsetBy(offset.x, offset.y);
289 m_dormantNodeWindowFrame.OffsetBy(offset.x, offset.y);
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp122 frame.OffsetBy(1, 0);
648 closeRect.OffsetBy(1, 1);
/haiku/src/apps/serialconnect/
H A DTermView.cpp364 pixels.OffsetBy(-kBorderSpacing, -kBorderSpacing);
395 rect.OffsetBy(kBorderSpacing, kBorderSpacing);

Completed in 107 milliseconds

1234567