Searched refs:screenPoint (Results 1 - 4 of 4) sorted by path

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp258 BPoint point, BPoint screenPoint) {
300 screenPoint);
453 BPoint screenPoint) {
470 (*it)->target()->ConvertFromScreen(screenPoint),
471 screenPoint);
257 match( BPoint point, BPoint screenPoint) argument
452 match( BPoint screenPoint) argument
H A DTipManagerImpl.h180 BPoint screenPoint);
243 BPoint screenPoint);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2302 MainWin::_ShowContextMenu(const BPoint& screenPoint) argument
2353 BRect rect(screenPoint.x - 5, screenPoint.y - 5, screenPoint.x + 5,
2354 screenPoint.y + 5);
2355 menu->Go(screenPoint, true, true, rect, true);
H A DMainWin.h102 void _ShowContextMenu(const BPoint& screenPoint);

Completed in 77 milliseconds