Searched refs:ConvertToScreen (Results 26 - 50 of 101) sorted by relevance

12345

/haiku/src/bin/desklink/
H A DDeskButton.cpp168 BPoint where = ConvertToScreen(point);
H A DMediaReplicant.cpp257 BPoint where = ConvertToScreen(point);
/haiku/src/kits/interface/
H A DToolTipManager.cpp120 ResetWindowFrame(ConvertToScreen(where));
165 ResetWindowFrame(ConvertToScreen(where));
H A DMenu.cpp1594 fSuperbounds = fSuper->ConvertToScreen(fSuper->Bounds());
2052 BPoint screenLocation = ConvertToScreen(location);
2249 BRect menuBounds = ConvertToScreen(Bounds());
2253 submenuBounds = fSelected->Submenu()->ConvertToScreen(
2292 position = ConvertToScreen(position);
2355 position = ConvertToScreen(position);
2761 // Assumes the SuperMenu to be locked (due to calling ConvertToScreen())
2779 superMenu->ConvertToScreen(&point);
3354 Supermenu()->ConvertToScreen(&superPoint);
3355 ConvertToScreen(
[all...]
H A DDragger.cpp352 fTarget->ConvertToScreen(fTarget->Bounds())), this);
753 BPoint point = ConvertToScreen(where);
H A DPopUpMenu.cpp296 superMenu->ConvertToScreen(&point);
/haiku/src/apps/deskbar/
H A DTimeView.cpp254 ShowTimeOptions(ConvertToScreen(point));
386 ConvertToScreen(&where);
H A DBarView.cpp343 ConvertToScreen(where));
412 ConvertToScreen(where));
900 ConvertToScreen(&loc);
945 menu->ConvertToScreen(&location);
H A DWindowMenuItem.cpp216 zoomRect = item->Menu()->ConvertToScreen(item->Frame());
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp387 ConvertToScreen(&where);
392 menu->Go(where, true, true, ConvertToScreen(Bounds()), true);
448 tv->ConvertToScreen(&mouse);
/haiku/src/apps/pulse/
H A DCPUButton.cpp209 ConvertToScreen(&point);
/haiku/headers/os/interface/
H A DView.h216 void ConvertToScreen(BPoint* point) const;
217 BPoint ConvertToScreen(BPoint point) const;
220 void ConvertToScreen(BRect* rect) const;
221 BRect ConvertToScreen(BRect rect) const;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp330 m_lastDragPoint = ConvertToScreen(point);
366 ConvertToScreen(&point);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp383 ConvertToScreen(&where);
403 ConvertToScreen(&where);
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp279 BPoint openPoint = ConvertToScreen(buttonFrame.LeftBottom());
286 ConvertToScreen(buttonFrame));
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp341 contextMenu->Go(ConvertToScreen(where), true, true,
342 ConvertToScreen(fIconRect));
H A DGeneralInfoView.cpp596 BRect rect = ConvertToScreen(fPathRect);
613 BRect rect = ConvertToScreen(fLinkRect);
626 BRect rect = ConvertToScreen(fDescRect);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp151 ConvertToScreen(&where);
/haiku/src/servers/input/
H A DMethodReplicant.cpp183 where = ConvertToScreen(point);
/haiku/src/preferences/input/
H A DMouseView.cpp209 ConvertToScreen(&where);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp154 tips->hideTip(view()->ConvertToScreen(labelRect));
228 tips->showTip(m_fullLabel.String(), view()->ConvertToScreen(labelRect));
686 view()->ConvertToScreen(&point);
H A DMediaJack.cpp182 tips->hideTip(view()->ConvertToScreen(Frame()));
284 tips->showTip(tipText.String(),view()->ConvertToScreen(Frame()),
773 view()->ConvertToScreen(&point);
/haiku/src/apps/showimage/
H A DShowImageView.cpp260 ConvertToScreen(&mousePos);
1030 point = ConvertToScreen(point);
1140 _ShowPopUpMenu(ConvertToScreen(position));
1146 fFirstPoint = ConvertToScreen(position);
1187 _ShowToolBarIfEnabled(ConvertToScreen(point).y <= 15);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp152 where = ConvertToScreen(where);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp244 if (!Window()->Frame().Contains(ConvertToScreen(point)))

Completed in 210 milliseconds

12345