Home
last modified time | relevance | path

Searched refs:WordIndexToWordPlace (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp665 SetSelection(m_pVT->WordIndexToWordPlace(nStartChar), in SetSelection()
666 m_pVT->WordIndexToWordPlace(nEndChar)); in SetSelection()
668 SetSelection(m_pVT->WordIndexToWordPlace(nEndChar), in SetSelection()
669 m_pVT->WordIndexToWordPlace(nStartChar)); in SetSelection()
1749 CPVT_WordPlace CPWL_EditImpl::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPWL_EditImpl
1751 return m_pVT->WordIndexToWordPlace(index); in WordIndexToWordPlace()
Dcpwl_edit.cpp387 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart); in GetSelectWordRange()
388 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd); in GetSelectWordRange()
Dcpwl_edit_impl.h294 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h132 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
Dcpdf_variabletext.cpp92 m_CurPos = m_pVT->WordIndexToWordPlace(nWordIndex); in SetAt()
358 CPVT_WordPlace CPDF_VariableText::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPDF_VariableText