HomeSort by relevance Sort by last modified time
    Searched refs:wrRet (Results 1 - 3 of 3) 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;
PWL_Utils.cpp 113 CPVT_WordRange wrRet;
115 if (wr2.EndPos.WordCmp(wr1.BeginPos) < 0 || wr2.BeginPos.WordCmp(wr1.EndPos) > 0) return wrRet;
116 if (wr1.EndPos.WordCmp(wr2.BeginPos) < 0 || wr1.BeginPos.WordCmp(wr2.EndPos) > 0) return wrRet;
120 wrRet.BeginPos = wr2.BeginPos;
124 wrRet.BeginPos = wr1.BeginPos;
129 wrRet.EndPos = wr1.EndPos;
133 wrRet.EndPos = wr2.EndPos;
136 return wrRet;
    [all...]
  /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 198 milliseconds