Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp680 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()
684 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()
688 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()
692 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()
696 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()
DPWL_EditCtrl.cpp710 …nStartChar = m_pEdit->WordPlaceToWordIndex(m_pEdit->SearchWordPlace(CPDF_Point(rect.left, rect.top… in GetTextRange()
711 …nEndChar = m_pEdit->WordPlaceToWordIndex(m_pEdit->SearchWordPlace(CPDF_Point(rect.right, rect.bott… in GetTextRange()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1195 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
1196 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
1200 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
1201 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
1206 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
1207 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
1215 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
3363 FX_INT32 CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CFX_Edit
3366 return m_pVT->WordPlaceToWordIndex(place); in WordPlaceToWordIndex()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h444 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h353 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
Dfxet_edit.h637 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h530 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
Ddoc_vt.cpp1052 FX_INT32 CPDF_VariableText::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CPDF_VariableText