Searched refs:rPoint (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtooltip.cpp92 const wxPoint& rPoint
95 LONG lX = rPoint.x;
96 LONG lY = rPoint.y - 30;
H A Dlistctrl.cpp2111 , const wxPoint& rPoint
2145 if (vLibRect.Contains(rPoint))
2165 if (vLibRect.Contains(rPoint))
2174 const wxPoint& rPoint
2197 vRect.xLeft = rPoint.x - 2;
2198 vRect.xRight = rPoint.x + 2;
2199 vRect.yTop = (lHeight - rPoint.y) + 2;
2200 vRect.yBottom = (lHeight - rPoint.y) - 2;
H A Dtreectrl.cpp1891 const wxPoint& rPoint
1914 vRect.xLeft = rPoint.x - 2;
1915 vRect.xRight = rPoint.x + 2;
1916 vRect.yTop = (lHeight - rPoint.y) + 2;
1917 vRect.yBottom = (lHeight - rPoint.y) - 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtreectrl.h495 wxTreeItemId HitTest(const wxPoint& rPoint) argument
496 { int nDummy = 0; return HitTest(rPoint, nDummy); }
497 wxTreeItemId HitTest( const wxPoint& rPoint
H A Dlistctrl.h347 ,const wxPoint& rPoint
355 long HitTest( const wxPoint& rPoint

Completed in 169 milliseconds