HomeSort by relevance Sort by last modified time
    Searched defs:WordProps (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 223 fFontSize(0), WordProps()
245 CPVT_WordProps WordProps;
273 CPVT_WordProps WordProps;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 645 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;
1402 WordProps.nFontIndex = nFontIndex;
1403 return SetRichTextProps(EP_FONTINDEX,NULL,&WordProps);
1408 CPVT_WordProps WordProps;
    [all...]

Completed in 40 milliseconds