Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1237 CPVT_Word wordinfo; in GetText() local
1243 if (pIterator->GetWord(wordinfo)) in GetText()
1247 swRet += wordinfo.Word; in GetText()
1251 swRet += wordinfo.Word; in GetText()
1284 CPVT_Word wordinfo; in GetRangeText() local
1291 if (pIterator->GetWord(wordinfo)) in GetRangeText()
1295 swRet += wordinfo.Word; in GetRangeText()
1299 swRet += wordinfo.Word; in GetRangeText()
1768 CPVT_Word wordinfo; in SetWordProps() local
1776 if (pIterator->GetWord(wordinfo)) in SetWordProps()
[all …]
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp1232 CPVT_Word wordinfo; in GetSameWordsRange() local
1240 if (pIterator->GetWord(wordinfo) && FX_EDIT_ISLATINWORD(wordinfo.Word)) in GetSameWordsRange()
1253 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
1269 if (pIterator->GetWord(wordinfo) && FX_EDIT_ISLATINWORD(wordinfo.Word)) in GetSameWordsRange()
1285 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h290 CPVT_WordPlace AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);
551 CPVT_WordPlace AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);
552 FX_BOOL GetWordInfo(const CPVT_WordPlace & place, CPVT_WordInfo & wordinfo);
553 FX_BOOL SetWordInfo(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);
Ddoc_vt.cpp78 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord() argument
80 CPVT_WordInfo * pWord = new CPVT_WordInfo(wordinfo); in AddWord()
1300 …_WordPlace CPDF_VariableText::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord() argument
1308 return pSection->AddWord(newplace, wordinfo); in AddWord()
1312 FX_BOOL CPDF_VariableText::GetWordInfo(const CPVT_WordPlace & place, CPVT_WordInfo & wordinfo) in GetWordInfo() argument
1316 wordinfo = *pWord; in GetWordInfo()
1322 FX_BOOL CPDF_VariableText::SetWordInfo(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in SetWordInfo() argument
1326 *pWord = wordinfo; in SetWordInfo()