HomeSort by relevance Sort by last modified time
    Searched refs:WordPlaceToWordIndex (Results 1 - 8 of 8) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 680 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
684 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
688 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
692 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
696 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos))
    [all...]
PWL_EditCtrl.cpp 710 nStartChar = m_pEdit->WordPlaceToWordIndex(m_pEdit->SearchWordPlace(CPDF_Point(rect.left, rect.top)));
711 nEndChar = m_pEdit->WordPlaceToWordIndex(m_pEdit->SearchWordPlace(CPDF_Point(rect.right, rect.bottom)));
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 444 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1195 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);
1196 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1200 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1201 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);
1206 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
1207 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
1215 return m_pVT->WordPlaceToWordIndex(m_wpCaret);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 530 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 353 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
fxet_edit.h 637 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;

Completed in 64 milliseconds