Searched refs:WordProps (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp645 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
652 m_WordProps(WordProps)
692 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) :
699 m_WordProps(WordProps),
775 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
783 m_WordProps(WordProps)
1401 CPVT_WordProps WordProps; local
1402 WordProps.nFontIndex = nFontIndex;
1403 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps);
1408 CPVT_WordProps WordProps; local
643 CFXEU_Backspace(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, FX_WORD word, FX_INT32 charset, const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) argument
690 CFXEU_Delete(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, FX_WORD word, FX_INT32 charset, const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) argument
773 CFXEU_ClearRich(CFX_Edit * pEdit, const CPVT_WordPlace & wpOldPlace, const CPVT_WordPlace & wpNewPlace, const CPVT_WordRange & wrSel, FX_WORD word, FX_INT32 charset, const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) argument
1415 CPVT_WordProps WordProps; local
1422 CPVT_WordProps WordProps; local
1429 CPVT_WordProps WordProps; local
1437 CPVT_WordProps WordProps; local
1445 CPVT_WordProps WordProps; local
1453 CPVT_WordProps WordProps; local
1461 CPVT_WordProps WordProps; local
1468 CPVT_WordProps WordProps; local
2638 CPVT_WordProps WordProps; local
[all...]
H A Dfxet_pageobjs.cpp322 word.WordProps.fFontSize = word.fFontSize;
324 crCurText = ArgbEncode(255,word.WordProps.dwWordColor);
349 if (place.LineCmp(oldplace) != 0 || word.WordProps.fCharSpace > 0.0f || word.WordProps.nHorzScale != 100 ||
350 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 ||
360 wp = word.WordProps;
365 sTextBuf << GetPDFWordString(pFontMap, word.WordProps.nFontIndex, word.Word, 0);
367 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE)
376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_CROSSOUT)
589 word.WordProps
[all...]
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h223 fFontSize(0), WordProps()
245 CPVT_WordProps WordProps; member in struct:CPVT_Word
273 CPVT_WordProps WordProps; member in struct:CPVT_Section
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp528 nFontIndex = section.WordProps.nFontIndex;
556 fFontSize = section.WordProps.fFontSize;
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h409 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps);
431 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd);
471 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp1794 word.WordProps = *pWord->pWordProps;
1810 *pWord->pWordProps = word.WordProps;
1845 section.WordProps = *pSection->m_SecInfo.pWordProps;
1859 *pSection->m_SecInfo.pWordProps = section.WordProps;

Completed in 163 milliseconds