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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 93 if (place.LineCmp(oldplace) != 0)
fxet_pageobjs.cpp 233 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex ||
349 if (place.LineCmp(oldplace) != 0 || word.WordProps.fCharSpace > 0.0f || word.WordProps.nHorzScale != 100 ||
527 if (place.LineCmp(oldplace) != 0 || nOldFontIndex != word.nFontIndex)
593 if (place.LineCmp(oldplace) != 0 || word.WordProps.fCharSpace > 0.0f || word.WordProps.nHorzScale != 100 ||
fxet_edit.cpp     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 70 inline FX_INT32 LineCmp(const CPVT_WordPlace & wp) const
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 655 if (place.LineCmp(oldplace) != 0) {
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 518 if (place.LineCmp(wrWord.BeginPos) == 0)
532 if (place.LineCmp(wrWord.EndPos) == 0)
    [all...]

Completed in 584 milliseconds