Searched refs:B_ORIGIN (Results 101 - 121 of 121) sorted by relevance

12345

/haiku/src/kits/interface/
H A DTextView.cpp2156 BPoint scrollBy(B_ORIGIN);
2260 fTextRect = Bounds().OffsetToCopy(B_ORIGIN);
4998 BPoint scrollBy(B_ORIGIN);
5023 if (scrollBy != B_ORIGIN)
H A DScrollView.cpp792 fTarget->MoveTo(B_ORIGIN);
H A DSlider.cpp891 DrawBitmap(fOffScreenBits, B_ORIGIN);
H A DListView.cpp1608 fTrack->drag_start = B_ORIGIN;
H A DMenu.cpp2114 } else if ((item = _HitTestItems(location, B_ORIGIN)) != NULL) {
H A DWindow.cpp3143 BRect frame = fFrame.OffsetToCopy(B_ORIGIN);
H A DHaikuControlLook.cpp1483 view->MovePenTo(B_ORIGIN);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp893 DragMessage(&msg, dragBitmap, B_OP_ALPHA, B_ORIGIN);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp648 frame.OffsetTo(B_ORIGIN);
/haiku/src/kits/tracker/
H A DPoseView.cpp608 viewstate->SetListOrigin(B_ORIGIN);
609 viewstate->SetIconOrigin(B_ORIGIN);
3516 ScrollTo(B_ORIGIN);
3518 SetScrollBarsTo(B_ORIGIN);
7692 rect.OffsetTo(B_ORIGIN);
8393 ScrollTo(B_ORIGIN);
8395 SetScrollBarsTo(B_ORIGIN);
8540 ScrollTo(B_ORIGIN);
8542 SetScrollBarsTo(B_ORIGIN);
9292 BRect srcRect = poseList->ItemAt(0)->CalcRect(B_ORIGIN, thi
[all...]
H A DContainerWindow.cpp1002 BPoint scroll(B_ORIGIN);
1015 if (scroll != B_ORIGIN)
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1623 rect.OffsetTo(B_ORIGIN);
2179 ScrollTo(B_ORIGIN);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp460 frame.OffsetTo(B_ORIGIN);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp760 expressionRect.OffsetTo(B_ORIGIN);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp1120 fRefreshField->ConvertToScreen(B_ORIGIN), fSelected.refresh,
/haiku/src/servers/app/
H A DWindow.cpp157 fFrame.OffsetTo(B_ORIGIN);
H A DServerWindow.cpp1656 fLink.Attach<BPoint>(B_ORIGIN);
H A DDesktop.cpp441 fLastMousePosition(B_ORIGIN),
/haiku/src/apps/terminal/
H A DTermWindow.cpp1301 job.DrawView(_ActiveTermView(), curPageRect, B_ORIGIN); local
H A DTermView.cpp2406 BRect destRect(Frame().OffsetToCopy(B_ORIGIN));
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp514 view->MovePenTo(B_ORIGIN);

Completed in 234 milliseconds

12345