Searched defs:SecProps (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h275 CPVT_SecProps SecProps; member in struct:CPVT_Section
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp628 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
634 m_SecProps(SecProps),
675 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) :
681 m_SecProps(SecProps),
758 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
765 m_SecProps(SecProps),
1458 CPVT_SecProps SecProps; local
1459 SecProps.fLineLeading = fLineLeading;
1460 return SetRichTextProps(EP_LINELEADING,&SecProps,NULL);
1465 CPVT_SecProps SecProps; local
626 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
673 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
756 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
1472 CPVT_SecProps SecProps; local
2620 CPVT_SecProps SecProps; local
[all...]

Completed in 461 milliseconds