Searched refs:posStartLastLine (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.cpp567 long posStartLastLine = XYToPosition(0, numLines - 1); local
569 long lenLastLine = GetLengthOfLineContainingPos(posStartLastLine);
571 return posStartLastLine + lenLastLine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp1336 long posStartLastLine = XYToPosition(0, numLines - 1); local
1338 long lenLastLine = GetLengthOfLineContainingPos(posStartLastLine);
1340 return posStartLastLine + lenLastLine;

Completed in 106 milliseconds