Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1280 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in GetRangeText()
1281 m_pVT->UpdateWordPlace(wrTemp.EndPos); in GetRangeText()
1487 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in SetRichTextProps()
1488 m_pVT->UpdateWordPlace(wrTemp.EndPos); in SetRichTextProps()
2049 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
2051 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
2061 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
2063 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
2434 m_pVT->UpdateWordPlace(wpBegin); in RefreshPushLineRects()
2436 m_pVT->UpdateWordPlace(wpEnd); in RefreshPushLineRects()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp162 void CSection::UpdateWordPlace(CPVT_WordPlace & place) const in UpdateWordPlace() function in CSection
893 UpdateWordPlace(wordplace); in InsertSection()
1039 void CPDF_VariableText::UpdateWordPlace(CPVT_WordPlace & place) const in UpdateWordPlace() function in CPDF_VariableText
1049 pSection->UpdateWordPlace(place); in UpdateWordPlace()
1055 UpdateWordPlace(newplace); in WordPlaceToWordIndex()
1087 pSection->UpdateWordPlace(place); in WordIndexToWordPlace()
Dpdf_vt.h300 void UpdateWordPlace(CPVT_WordPlace & place) const;
529 void UpdateWordPlace(CPVT_WordPlace & place) const;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h440 virtual void UpdateWordPlace(CPVT_WordPlace & place) const = 0;