Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h424 …virtual CPVT_WordPlace GetUpWordPlace(const CPVT_WordPlace & place, const CPDF_Point & point) …
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h526 … CPVT_WordPlace GetUpWordPlace(const CPVT_WordPlace & place, const CPDF_Point & point) const;
Ddoc_vt.cpp1203 CPVT_WordPlace CPDF_VariableText::GetUpWordPlace(const CPVT_WordPlace & place, const CPDF_Point & p… in GetUpWordPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2718 SetCaret(m_pVT->GetUpWordPlace(m_wpCaret,m_ptCaret)); in OnVK_UP()