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 765 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart);
766 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd);
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 442 virtual CPVT_WordPlace WordIndexToWordPlace(FX_INT32 index) const = 0;
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 334 virtual CPVT_WordPlace WordIndexToWordPlace(FX_INT32 index) const = 0;
fxet_edit.h 642 CPVT_WordPlace WordIndexToWordPlace(FX_INT32 index) const;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1166 SetSel(m_pVT->WordIndexToWordPlace(nStartChar),m_pVT->WordIndexToWordPlace(nEndChar));
1170 SetSel(m_pVT->WordIndexToWordPlace(nEndChar),m_pVT->WordIndexToWordPlace(nStartChar));
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 534 CPVT_WordPlace WordIndexToWordPlace(FX_INT32 index) const;
doc_vt.cpp     [all...]

Completed in 89 milliseconds