Searched refs:AddWord (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 78 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord() function in CSection 872 return AddWord(newplace, CPVT_WordInfo(word, charset, -1, pNewProps)); in InsertWord() 875 return AddWord(newplace, CPVT_WordInfo(word, charset, nFontIndex, NULL)); in InsertWord() 912 pNewSection->AddWord(NewPlace, *pWord); in InsertSection() 1300 CPVT_WordPlace CPDF_VariableText::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordi… in AddWord() function in CPDF_VariableText 1308 return pSection->AddWord(newplace, wordinfo); in AddWord() 1479 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
|
D | pdf_vt.h | 290 CPVT_WordPlace AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo); 551 CPVT_WordPlace AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);
|