Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.h30 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
Dcpdf_variabletext.cpp302 return AddWord(newplace, CPVT_WordInfo(word, charset, nFontIndex, nullptr)); in InsertWord()
331 pNewSection->AddWord(NewPlace, *pWord); in InsertSection()
705 CPVT_WordPlace CPDF_VariableText::AddWord(const CPVT_WordPlace& place, in AddWord() function in CPDF_VariableText
714 return pSection->AddWord(newplace, wordinfo); in AddWord()
907 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
Dcpdf_variabletext.h178 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
Dcsection.cpp44 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord() function in CSection