Home
last modified time | relevance | path

Searched refs:GetSectionEndPlace (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1564 m_pVT->GetSectionEndPlace(wr.EndPos)); in PaintSetProps()
2839 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()
2873 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()
3106 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()
3108 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()
3146 FX_BOOL bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()
3170 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()
3172 …wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()
3320 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(wpOld),m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()
3322 wr = CPVT_WordRange(wpOld,m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h434 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h346 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
Dfxet_edit.h647 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h531 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
Ddoc_vt.cpp1255 CPVT_WordPlace CPDF_VariableText::GetSectionEndPlace(const CPVT_WordPlace & place) const in GetSectionEndPlace() function in CPDF_VariableText