Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h125 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp517 CPVT_WordPlace CPDF_VariableText::GetLineEndPlace( in GetLineEndPlace() function in CPDF_VariableText
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp1397 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) && in OnVK_RIGHT()
1423 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) && in OnVK_RIGHT()
1479 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1499 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()