Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1547 m_pVT->GetSectionEndPlace(wr.EndPos)); in PaintSetProps()
2822 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()
2856 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()
3089 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()
3091 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()
3129 FX_BOOL bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()
3153 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()
3155 …wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()
3303 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(wpOld),m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()
3305 wr = CPVT_WordRange(wpOld,m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h438 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h367 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
Dfxet_edit.h643 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h528 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
Ddoc_vt.cpp1251 CPVT_WordPlace CPDF_VariableText::GetSectionEndPlace(const CPVT_WordPlace & place) const in GetSectionEndPlace() function in CPDF_VariableText