Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp567 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStartChar); in GetText()
568 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEndChar); in GetText()
DPWL_Edit.cpp483 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart); in GetSelectWordRange()
484 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd); in GetSelectWordRange()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp972 SetSel(m_pVT->WordIndexToWordPlace(nStartChar), in SetSel()
973 m_pVT->WordIndexToWordPlace(nEndChar)); in SetSel()
975 SetSel(m_pVT->WordIndexToWordPlace(nEndChar), in SetSel()
976 m_pVT->WordIndexToWordPlace(nStartChar)); in SetSel()
1602 SetCaret(m_pVT->WordIndexToWordPlace(nPos)); in SetCaret()
2112 CPVT_WordPlace CFX_Edit::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CFX_Edit
2114 return m_pVT->WordIndexToWordPlace(index); in WordIndexToWordPlace()
Dfxet_edit.h385 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h148 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
Dcpdf_variabletext.cpp90 m_CurPos = m_pVT->WordIndexToWordPlace(nWordIndex); in SetAt()
478 CPVT_WordPlace CPDF_VariableText::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPDF_VariableText