Searched refs:CPVT_SectionInfo (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 10 struct CPVT_SectionInfo; 79 struct CPVT_SectionInfo { struct 80 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo() argument 83 virtual ~CPVT_SectionInfo() in ~CPVT_SectionInfo() argument 92 …CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo() argument 96 void operator = (const CPVT_SectionInfo & other) 309 CPVT_SectionInfo m_SecInfo; 552 CPVT_WordPlace AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo & secinfo); 558 FX_BOOL GetSectionInfo(const CPVT_WordPlace & place, CPVT_SectionInfo & secinfo); 568 FX_FLOAT GetLineAscent(const CPVT_SectionInfo & SecInfo); [all …]
|
D | doc_vt.cpp | 836 CPVT_SectionInfo secinfo; in Initialize() 901 CPVT_SectionInfo secinfo; in InsertSection() 990 CPVT_SectionInfo secinfo; in SetText() 1278 CPVT_WordPlace CPDF_VariableText::AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo &… in AddSection() 1349 FX_BOOL CPDF_VariableText::GetSectionInfo(const CPVT_WordPlace & place, CPVT_SectionInfo & secinfo) in GetSectionInfo() 1381 FX_FLOAT CPDF_VariableText::GetLineAscent(const CPVT_SectionInfo & SecInfo) in GetLineAscent() 1386 FX_FLOAT CPDF_VariableText::GetLineDescent(const CPVT_SectionInfo & SecInfo) in GetLineDescent() 1415 FX_FLOAT CPDF_VariableText::GetLineLeading(const CPVT_SectionInfo & SecInfo) in GetLineLeading() 1419 FX_FLOAT CPDF_VariableText::GetLineIndent(const CPVT_SectionInfo & SecInfo) in GetLineIndent() 1423 FX_INT32 CPDF_VariableText::GetAlignment(const CPVT_SectionInfo& SecInfo) in GetAlignment()
|