Searched refs:scrPos (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp1841 wxPoint scrPos; local
1848 scrPos = GetParent()->ClientToScreen(GetPosition());
1850 spaceAbove = scrPos.y;
1911 int popupY = scrPos.y + ctrlSz.y;
1918 int rightX = scrPos.x + ctrlSz.x + m_extRight - szp.x;
1919 int leftX = scrPos.x - m_extLeft;
1961 popupY = scrPos.y - szp.y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dtoolwnd.cpp1064 wxPoint scrPos; local
1065 GetScrMousePos( event, scrPos );
1067 int msX = scrPos.x,
1068 msY = scrPos.y;

Completed in 63 milliseconds