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

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 273 CPDF_Rect rcSection;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
94 CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL)
103 this->rcSection = other.rcSection;
120 CPVT_FloatRect rcSection;

Completed in 59 milliseconds