Searched refs:OffsetTo (Results 51 - 75 of 126) sorted by relevance

123456

/haiku/src/apps/soundrecorder/
H A DVUView.cpp30 rect.OffsetTo(B_ORIGIN);
/haiku/src/apps/pulse/
H A DProgressBar.cpp26 segments[counter].rect.OffsetTo(BPoint((counter * 7) + 4, 4));
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp165 iconFrame.OffsetTo(RAND_BETWEEN(0, maxX), RAND_BETWEEN(0, maxY));
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp839 m_labelRect.OffsetTo(0.0, 0.0);
846 m_labelRect.OffsetTo(0.0, 0.0);
874 m_bodyRect.OffsetTo(0.0, 0.0);
881 m_bodyRect.OffsetTo(0.0, 0.0);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp170 frame.OffsetTo(-10000.0, -10000.0);
/haiku/src/apps/terminal/
H A DSmartTabView.cpp51 frame.OffsetTo(B_ORIGIN);
/haiku/src/kits/tracker/
H A DCountView.cpp267 destRect.OffsetTo(barberPoleRect.LeftTop()
H A DBackgroundImage.cpp237 destinationBitmapBounds.OffsetTo(info->fOffset);
/haiku/src/apps/glteapot/
H A DObjectView.cpp296 parentBounds.OffsetTo(0, 0);
297 bounds.OffsetTo(0, 0);
/haiku/src/servers/app/
H A DWorkspacesView.cpp145 frame.OffsetTo(windowPosition);
158 frame.OffsetTo(rintf(frame.left + workspaceFrame.left),
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp485 fSubtitleFrame.OffsetTo(offset);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp372 textRect.OffsetTo(B_ORIGIN);
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp274 box.OffsetTo((width - box.Width()) / 2, height - box.Height() - 40);
/haiku/src/apps/clock/
H A Dcl_view.cpp171 rect.OffsetTo(B_ORIGIN);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp337 windowRect.OffsetTo(screenRect.LeftTop());
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp129 rect.OffsetTo(fFormatMF->Frame().right + 5.0, rect.top);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp294 fWindowFrame.OffsetTo(newScreenFrame.right
300 fWindowFrame.OffsetTo(fWindowFrame.left,
337 frame.OffsetTo(B_ORIGIN);
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp870 frame.OffsetTo(fCursorLocation - fCursorAndDragBitmap->GetHotSpot());
908 bitmapFrame.OffsetTo(BPoint(-fDragBitmapOffset.x, -fDragBitmapOffset.y));
913 cursorFrame.OffsetTo(-hotspot.x, -hotspot.y);
/haiku/src/apps/magnify/
H A DMagnify.cpp1994 srcRect.OffsetTo(BPoint(0, 0));
2021 srcRect.OffsetTo(scrnframe.right - srcRect.Width(), srcRect.top);
2023 srcRect.OffsetTo(srcRect.left, 0);
2026 srcRect.OffsetTo(srcRect.left, scrnframe.bottom - srcRect.Height());
2028 srcRect.OffsetTo(0, srcRect.top);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp372 largeRect.OffsetTo(bounds.LeftTop());
380 smallRect.OffsetTo(largeRect.LeftTop());
1623 rect.OffsetTo(B_ORIGIN);
1922 startRect.OffsetTo(off, off);
1923 rect.OffsetTo(off, off);
1927 endRect.OffsetTo(off, off);
1934 destRect.OffsetTo(centerRect.left, 0);
/haiku/src/kits/interface/
H A DShelf.cpp475 rect.OffsetTo(point);
1454 frame.OffsetTo(fContainerView->ConvertFromScreen(dropPoint) - offset);
1458 frame.OffsetTo(B_ORIGIN);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp535 frame.OffsetTo(0, 0);
655 bounds.OffsetTo(0, 0);
674 bounds.OffsetTo(0, 0);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp486 rect.OffsetTo(pos);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp81 fButtonRect.OffsetTo(ButtonOffset(), 6.0);
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp396 frame.OffsetTo(anchor.position);

Completed in 257 milliseconds

123456