Home
last modified time | relevance | path

Searched refs:WordPlaceToWordIndex (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp722 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()
723 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()
727 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()
728 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()
731 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()
732 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()
737 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h130 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp328 int32_t CPDF_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPDF_VariableText