Searched refs:AddWord (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 73 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()
|
D | pdf_vt.h | 248 CPVT_WordPlace AddWord(const CPVT_WordPlace& place, 460 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
|