Searched refs:ptReal (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/msw/wince/
H A Dtextctrlce.cpp736 POINTL ptReal; local
744 ptReal.x =
745 ptReal.y = 0;
749 ptReal.x = LOWORD(lRc);
750 ptReal.y = HIWORD(lRc);
755 if ( pt.y > ptReal.y + GetCharHeight() )
757 else if ( pt.x > ptReal.x + GetCharWidth() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp1612 POINTL ptReal; local
1619 ::SendMessage(GetHwnd(), EM_POSFROMCHAR, (WPARAM)&ptReal, pos);
1630 ptReal.x =
1631 ptReal.y = 0;
1635 ptReal.x = LOWORD(lRc);
1636 ptReal.y = HIWORD(lRc);
1642 if ( pt.y > ptReal.y + GetCharHeight() )
1644 else if ( pt.x > ptReal.x + GetCharWidth() )

Completed in 99 milliseconds