Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp696 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()
697 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()
701 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()
702 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()
705 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()
706 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()
711 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h131 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp339 int32_t CPDF_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPDF_VariableText