Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp774 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in GetRangeText()
775 m_pVT->UpdateWordPlace(wrTemp.EndPos); in GetRangeText()
907 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
909 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangeAll()
917 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
919 m_pVT->UpdateWordPlace(m_wpCaret); in RearrangePart()
1182 m_pVT->UpdateWordPlace(wpBegin); in RefreshPushLineRects()
1184 m_pVT->UpdateWordPlace(wpEnd); in RefreshPushLineRects()
1208 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in RefreshWordRange()
1209 m_pVT->UpdateWordPlace(wrTemp.EndPos); in RefreshWordRange()
[all …]
/external/pdfium/core/fpdfdoc/
Dcsection.h42 void UpdateWordPlace(CPVT_WordPlace& place) const;
Dcpdf_variabletext.cpp231 UpdateWordPlace(wordplace); in InsertSection()
317 void CPDF_VariableText::UpdateWordPlace(CPVT_WordPlace& place) const { in UpdateWordPlace() function in CPDF_VariableText
325 m_SectionArray[place.nSecIndex]->UpdateWordPlace(place); in UpdateWordPlace()
331 UpdateWordPlace(newplace); in WordPlaceToWordIndex()
364 pSection->UpdateWordPlace(place); in WordIndexToWordPlace()
Dcpdf_variabletext.h127 void UpdateWordPlace(CPVT_WordPlace& place) const;
Dcsection.cpp104 void CSection::UpdateWordPlace(CPVT_WordPlace& place) const { in UpdateWordPlace() function in CSection