HomeSort by relevance Sort by last modified time
    Searched defs:wrRet (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1182 CPVT_WordRange wrRet;
1186 wrRet.BeginPos = wr1.BeginPos;
1190 wrRet.BeginPos = wr2.BeginPos;
1195 wrRet.EndPos = wr2.EndPos;
1199 wrRet.EndPos = wr1.EndPos;
1202 return wrRet;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1365 CPVT_WordRange wrRet;
1369 wrRet.BeginPos = wr1.BeginPos;
1373 wrRet.BeginPos = wr2.BeginPos;
1378 wrRet.EndPos = wr2.EndPos;
1382 wrRet.EndPos = wr1.EndPos;
1385 return wrRet;
    [all...]

Completed in 4047 milliseconds