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

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h185 struct CPVT_WordProps : public CFX_Object { struct in inherits:CFX_Object
187 CPVT_WordProps() : nFontIndex(-1), fFontSize(0.0f), dwWordColor(0), nScriptType(0), nWordStyle(0), function in struct:CPVT_WordProps
192 CPVT_WordProps(FX_INT32 fontIndex, FX_FLOAT fontSize, FX_COLORREF wordColor = 0, FX_INT32 scriptType = 0, FX_INT32 wordStyle = 0, function in struct:CPVT_WordProps
199 CPVT_WordProps(const CPVT_WordProps & other) : function in struct:CPVT_WordProps
245 CPVT_WordProps WordProps;
273 CPVT_WordProps WordProps;
375 const CPVT_WordProps * pWordProps = NULL) = 0;
378 const CPVT_WordProps * pWordProps = NULL) = 0;
381 const CPVT_WordProps * pWordProp
[all...]

Completed in 74 milliseconds