Home
last modified time | relevance | path

Searched refs:GetDownWordPlace (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h430 …virtual CPVT_WordPlace GetDownWordPlace(const CPVT_WordPlace & place, const CPDF_Point & point…
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h524 …CPVT_WordPlace GetDownWordPlace(const CPVT_WordPlace & place, const CPDF_Point & point) cons…
Ddoc_vt.cpp1217 CPVT_WordPlace CPDF_VariableText::GetDownWordPlace(const CPVT_WordPlace & place, const CPDF_Point &… in GetDownWordPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2732 SetCaret(m_pVT->GetDownWordPlace(m_wpCaret,m_ptCaret)); in OnVK_DOWN()