HomeSort by relevance Sort by last modified time
    Searched refs:WordCmp (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 109 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
183 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
187 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && place.WordCmp(wrSelect.EndPos) <= 0;
317 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
328 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && place.WordCmp(wrSelect.EndPos) <= 0;
522 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
584 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
671 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
    [all...]
fxet_ap.cpp 89 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
207 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
fxet_edit.cpp 1210 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)<0)
1306 if (place.WordCmp(wrTemp.EndPos) > 0)break;
1367 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0)
1376 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 47 inline FX_INT32 WordCmp(const CPVT_WordPlace & wp) const
152 if (BeginPos.WordCmp(EndPos) > 0) {
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 303 if (PlaceRange.BeginPos.WordCmp(SecBeginPos) >= 0) {
304 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
309 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
    [all...]
doc_ap.cpp 651 if (pVisible && place.WordCmp(pVisible->EndPos) > 0) {
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1184 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0)
1193 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
PWL_Utils.cpp 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;
118 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0)
127 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
580 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
    [all...]

Completed in 390 milliseconds