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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 716 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStartChar);
717 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEndChar);
PWL_Edit.cpp 769 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart);
770 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd);
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 446 virtual CPVT_WordPlace WordIndexToWordPlace(FX_INT32 index) const = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1149 SetSel(m_pVT->WordIndexToWordPlace(nStartChar),m_pVT->WordIndexToWordPlace(nEndChar));
1153 SetSel(m_pVT->WordIndexToWordPlace(nEndChar),m_pVT->WordIndexToWordPlace(nStartChar));
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 531 CPVT_WordPlace WordIndexToWordPlace(FX_INT32 index) const;