Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_sectioninfo.h16 struct CPVT_SectionInfo { struct
21 void operator=(const CPVT_SectionInfo& other); argument
23 CPVT_FloatRect rcSection;
24 int32_t nTotalLine;
25 std::unique_ptr<CPVT_SecProps> pSecProps;
26 std::unique_ptr<CPVT_WordProps> pWordProps;
Dcpvt_sectioninfo.cpp10 CPVT_SectionInfo::CPVT_SectionInfo() : rcSection(), nTotalLine(0) {} in CPVT_SectionInfo() function in CPVT_SectionInfo
14 CPVT_SectionInfo::CPVT_SectionInfo(const CPVT_SectionInfo& other) { in CPVT_SectionInfo() function in CPVT_SectionInfo