Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1297 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in GetRangeText()
1298 m_pVT->UpdateWordPlace(wrTemp.EndPos); in GetRangeText()
1504 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in SetRichTextProps()
1505 m_pVT->UpdateWordPlace(wrTemp.EndPos); in SetRichTextProps()
2066 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
2068 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
2078 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
2080 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
2451 m_pVT->UpdateWordPlace(wpBegin); in RefreshPushLineRects()
2453 m_pVT->UpdateWordPlace(wpEnd); in RefreshPushLineRects()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp163 void CSection::UpdateWordPlace(CPVT_WordPlace & place) const in UpdateWordPlace() function in CSection
897 UpdateWordPlace(wordplace); in InsertSection()
1043 void CPDF_VariableText::UpdateWordPlace(CPVT_WordPlace & place) const in UpdateWordPlace() function in CPDF_VariableText
1053 pSection->UpdateWordPlace(place); in UpdateWordPlace()
1059 UpdateWordPlace(newplace); in WordPlaceToWordIndex()
1091 pSection->UpdateWordPlace(place); in WordIndexToWordPlace()
Dpdf_vt.h303 void UpdateWordPlace(CPVT_WordPlace & place) const;
532 void UpdateWordPlace(CPVT_WordPlace & place) const;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h436 virtual void UpdateWordPlace(CPVT_WordPlace & place) const = 0;