Home
last modified time | relevance | path

Searched defs:CPVT_SectionInfo (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h81 struct CPVT_SectionInfo { struct
82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo() function
85 virtual ~CPVT_SectionInfo() in ~CPVT_SectionInfo() argument
94CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo() function
120 CPVT_FloatRect rcSection;
121 FX_INT32 nTotalLine;
122 CPVT_SecProps* pSecProps;
123 CPVT_WordProps* pWordProps;