Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1020 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in GetRangeText()
1021 m_pVT->UpdateWordPlace(wrTemp.EndPos); in GetRangeText()
1196 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in SetRichTextProps()
1197 m_pVT->UpdateWordPlace(wrTemp.EndPos); in SetRichTextProps()
1695 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
1697 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
1705 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
1707 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
1994 m_pVT->UpdateWordPlace(wpBegin); in RefreshPushLineRects()
1996 m_pVT->UpdateWordPlace(wpEnd); in RefreshPushLineRects()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp148 void CSection::UpdateWordPlace(CPVT_WordPlace& place) const { in UpdateWordPlace() function in CSection
879 UpdateWordPlace(wordplace); in InsertSection()
1028 void CPDF_VariableText::UpdateWordPlace(CPVT_WordPlace& place) const { in UpdateWordPlace() function in CPDF_VariableText
1037 pSection->UpdateWordPlace(place); in UpdateWordPlace()
1043 UpdateWordPlace(newplace); in WordPlaceToWordIndex()
1075 pSection->UpdateWordPlace(place); in WordIndexToWordPlace()
Dpdf_vt.h259 void UpdateWordPlace(CPVT_WordPlace& place) const;
437 void UpdateWordPlace(CPVT_WordPlace& place) const override;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h449 virtual void UpdateWordPlace(CPVT_WordPlace& place) const = 0;