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

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h269 CPDF_Rect rcSection; member in struct:CPVT_Section
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h80 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
92 CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
101 this->rcSection = other.rcSection;
118 CPVT_FloatRect rcSection; member in struct:CPVT_SectionInfo

Completed in 57 milliseconds