Searched defs:wrRet (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp1182 CPVT_WordRange wrRet; local
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/
H A Dfxet_edit.cpp1365 CPVT_WordRange wrRet; local
1369 wrRet.BeginPos = wr1.BeginPos;
1373 wrRet.BeginPos = wr2.BeginPos;
1378 wrRet.EndPos = wr2.EndPos;
1382 wrRet.EndPos = wr1.EndPos;
1385 return wrRet;

Completed in 85 milliseconds