Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp691 SetSelection(m_pVT->WordIndexToWordPlace(nStartChar), in SetSelection()
692 m_pVT->WordIndexToWordPlace(nEndChar)); in SetSelection()
694 SetSelection(m_pVT->WordIndexToWordPlace(nEndChar), in SetSelection()
695 m_pVT->WordIndexToWordPlace(nStartChar)); in SetSelection()
1773 CPVT_WordPlace CPWL_EditImpl::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPWL_EditImpl
1775 return m_pVT->WordIndexToWordPlace(index); in WordIndexToWordPlace()
Dcpwl_edit.cpp339 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart); in GetSelectWordRange()
340 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd); in GetSelectWordRange()
Dcpwl_edit_impl.h319 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h131 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
Dcpdf_variabletext.cpp93 m_CurPos = m_pVT->WordIndexToWordPlace(nWordIndex); in SetAt()
347 CPVT_WordPlace CPDF_VariableText::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPDF_VariableText