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

  /external/pdfium/core/fpdfdoc/
cpvt_wordrange.h 48 if (BeginPos.WordCmp(EndPos) > 0) {
cpvt_wordplace.h 32 inline int32_t WordCmp(const CPVT_WordPlace& wp) const {
csection.cpp 274 if (PlaceRange.BeginPos.WordCmp(SecBeginPos) >= 0) {
275 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
281 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
cpdf_variabletext.cpp 523 if (place.WordCmp(pSection->GetBeginWordPlace()) <= 0) {
540 if (place.WordCmp(pSection->GetEndWordPlace()) >= 0) {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 594 if (pRange && place.WordCmp(pRange->EndPos) > 0)
701 if (place.WordCmp(pRange->EndPos) > 0)
760 if (pRange && place.WordCmp(pRange->EndPos) > 0)
764 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 &&
765 place.WordCmp(wrSelect.EndPos) <= 0;
1007 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0) {
1074 if (place.WordCmp(wrTemp.EndPos) > 0)
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Utils.cpp 31 if (wr2.EndPos.WordCmp(wr1.BeginPos) < 0 ||
32 wr2.BeginPos.WordCmp(wr1.EndPos) > 0)
34 if (wr1.EndPos.WordCmp(wr2.BeginPos) < 0 ||
35 wr1.BeginPos.WordCmp(wr2.EndPos) > 0)
38 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0) {
44 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) {
    [all...]
PWL_Edit.cpp 796 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0) {
802 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) {

Completed in 593 milliseconds