Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.h32 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
Dcpdf_variabletext.cpp230 return AddWord(newplace, CPVT_WordInfo(word, charset, nFontIndex)); in InsertWord()
256 pNewSection->AddWord(NewPlace, *pSection->m_WordArray[w]); in InsertSection()
574 CPVT_WordPlace CPDF_VariableText::AddWord(const CPVT_WordPlace& place, in AddWord() function in CPDF_VariableText
583 return m_SectionArray[newplace.nSecIndex]->AddWord(newplace, wordinfo); in AddWord()
768 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
Dcpdf_variabletext.h177 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
Dcsection.cpp34 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord() function in CSection