Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1008 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
1009 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
1011 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
1012 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
1015 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
1016 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
1023 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
2105 int32_t CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace& place) const { in WordPlaceToWordIndex() function in CFX_Edit
2107 return m_pVT->WordPlaceToWordIndex(place); in WordPlaceToWordIndex()
Dfxet_edit.h384 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp559 nStartChar = m_pEdit->WordPlaceToWordIndex( in GetTextRange()
561 nEndChar = m_pEdit->WordPlaceToWordIndex( in GetTextRange()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h147 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp458 int32_t CPDF_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPDF_VariableText