Searched refs:ConvertToScreen (Results 1 - 25 of 101) sorted by path

12345

/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp37 ConvertToScreen(&pt);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp330 m_lastDragPoint = ConvertToScreen(point);
366 ConvertToScreen(&point);
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp788 ConvertToScreen(&point);
804 ConvertToScreen(&point);
931 m_visibleTipRect = found.first->ConvertToScreen(
934 m_visibleTipRect = found.first->ConvertToScreen(
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1116 ConvertToScreen(&screenWhere);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1408 ConvertToScreen(&screenWhere);
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp97 zoomRect = item->Menu()->ConvertToScreen(item->Frame());
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp87 leftLocation = ConvertToScreen(Bounds().LeftTop());
95 leftLocation = ConvertToScreen(fPopupLeftTop);
H A DPopupWindow.cpp47 if (!fWindow->Frame().Contains(view->ConvertToScreen(point)))
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp153 where = ConvertToScreen(where);
/haiku/src/apps/launchbox/
H A DMainWindow.cpp242 fPadView->ConvertToScreen(&mousePos);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp151 ConvertToScreen(&where);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp152 where = ConvertToScreen(where);
/haiku/src/apps/resedit/
H A DBitmapView.cpp366 ConvertToScreen(&mousept);
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp83 ConvertToScreen(&point);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp244 if (!Window()->Frame().Contains(ConvertToScreen(point)))
H A DTextViewCompleter.cpp60 frame = fTextView->ConvertToScreen(frame);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp584 where = ConvertToScreen(where);
696 ConvertToScreen(&where);
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp113 ConvertToScreen(&point);
/haiku/src/kits/interface/
H A DPopUpMenu.cpp296 superMenu->ConvertToScreen(&point);
H A DSplitLayout.cpp698 fDraggingStartPoint = Owner()->ConvertToScreen(point);
716 point = Owner()->ConvertToScreen(point);
H A DToolTipManager.cpp120 ResetWindowFrame(ConvertToScreen(where));
165 ResetWindowFrame(ConvertToScreen(where));
/haiku/src/kits/tracker/
H A DMiniMenuField.cpp85 fMenu->Go(ConvertToScreen(BPoint(4, 4)), true, true);
149 fMenu->Go(ConvertToScreen(BPoint(4, 4)), true);
/haiku/src/libs/print/libprint/
H A DPreview.cpp308 fScrollStart = Bounds().LeftTop() + ConvertToScreen(point);
320 point = fScrollStart - ConvertToScreen(point);
/haiku/src/preferences/mail/
H A DConfigWindow.cpp155 ConvertToScreen(&point);
/haiku/src/preferences/shortcuts/
H A DPopUpColumn.cpp48 BMenuItem* selected = fMenu->Go(parent->ConvertToScreen(point));

Completed in 252 milliseconds

12345