Home
last modified time | relevance | path

Searched refs:GetLineEndPlace (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h141 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp640 CPVT_WordPlace CPDF_VariableText::GetLineEndPlace( in GetLineEndPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1735 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) && in OnVK_RIGHT()
1762 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) && in OnVK_RIGHT()
1820 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1844 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()