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

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 271 CPVT_SecProps SecProps;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 645 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
651 m_SecProps(SecProps),
692 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) :
698 m_SecProps(SecProps),
775 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps) :
782 m_SecProps(SecProps),
1475 CPVT_SecProps SecProps;
1476 SecProps.fLineLeading = fLineLeading;
1477 return SetRichTextProps(EP_LINELEADING,&SecProps,NULL);
1482 CPVT_SecProps SecProps;
    [all...]

Completed in 44 milliseconds