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

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp986 CPVT_Word wordinfo; local
991 if (pIterator->GetWord(wordinfo)) {
993 swRet += wordinfo.Word;
995 swRet += wordinfo.Word;
1024 CPVT_Word wordinfo; local
1031 if (pIterator->GetWord(wordinfo)) {
1033 swRet += wordinfo.Word;
1035 swRet += wordinfo.Word;
1450 CPVT_Word wordinfo; local
1457 if (pIterator->GetWord(wordinfo)) {
2027 CPVT_Word wordinfo; local
2070 CPVT_Word wordinfo; local
2686 CPVT_Word wordinfo; local
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp1122 CPVT_Word wordinfo; local
1128 if (!pIterator->GetWord(wordinfo) ||
1129 !FX_EDIT_ISLATINWORD(wordinfo.Word)) {
1137 if (!pIterator->GetWord(wordinfo) || !PWL_ISARABICWORD(wordinfo.Word))
1148 if (!pIterator->GetWord(wordinfo) ||
1149 !FX_EDIT_ISLATINWORD(wordinfo.Word)) {
1157 if (!pIterator->GetWord(wordinfo) || !PWL_ISARABICWORD(wordinfo.Word))
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h249 const CPVT_WordInfo& wordinfo);
461 const CPVT_WordInfo& wordinfo);
462 FX_BOOL GetWordInfo(const CPVT_WordPlace& place, CPVT_WordInfo& wordinfo);
464 const CPVT_WordInfo& wordinfo);
H A Ddoc_vt.cpp74 const CPVT_WordInfo& wordinfo) {
75 CPVT_WordInfo* pWord = new CPVT_WordInfo(wordinfo);
1286 const CPVT_WordInfo& wordinfo) {
1294 return pSection->AddWord(newplace, wordinfo);
1299 CPVT_WordInfo& wordinfo) {
1302 wordinfo = *pWord;
1309 const CPVT_WordInfo& wordinfo) {
1312 *pWord = wordinfo;
73 AddWord(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument
1285 AddWord(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument
1298 GetWordInfo(const CPVT_WordPlace& place, CPVT_WordInfo& wordinfo) argument
1308 SetWordInfo(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument

Completed in 105 milliseconds