Searched defs:WordIndexToWordPlace (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp90 m_CurPos = m_pVT->WordIndexToWordPlace(nWordIndex);
478 CPVT_WordPlace CPDF_VariableText::WordIndexToWordPlace(int32_t index) const { function in class:CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp972 SetSel(m_pVT->WordIndexToWordPlace(nStartChar),
973 m_pVT->WordIndexToWordPlace(nEndChar));
975 SetSel(m_pVT->WordIndexToWordPlace(nEndChar),
976 m_pVT->WordIndexToWordPlace(nStartChar));
1602 SetCaret(m_pVT->WordIndexToWordPlace(nPos));
2112 CPVT_WordPlace CFX_Edit::WordIndexToWordPlace(int32_t index) const { function in class:CFX_Edit
2114 return m_pVT->WordIndexToWordPlace(index);

Completed in 126 milliseconds