Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp73 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord() function in CSection
857 return AddWord(newplace, CPVT_WordInfo(word, charset, -1, pNewProps)); in InsertWord()
862 return AddWord(newplace, CPVT_WordInfo(word, charset, nFontIndex, NULL)); in InsertWord()
900 pNewSection->AddWord(NewPlace, *pWord); in InsertSection()
1285 CPVT_WordPlace CPDF_VariableText::AddWord(const CPVT_WordPlace& place, in AddWord() function in CPDF_VariableText
1294 return pSection->AddWord(newplace, wordinfo); in AddWord()
1477 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
Dpdf_vt.h248 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
460 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,