Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp676 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()
680 …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()
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.cpp1212 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
1213 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
1217 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
1218 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
1223 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
1224 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
1232 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
3380 FX_INT32 CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CFX_Edit
3383 return m_pVT->WordPlaceToWordIndex(place); in WordPlaceToWordIndex()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h440 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h332 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
Dfxet_edit.h641 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h533 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
Ddoc_vt.cpp1056 FX_INT32 CPDF_VariableText::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CPDF_VariableText