Searched refs:CPVT_SectionInfo (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 12 struct CPVT_SectionInfo; 81 struct CPVT_SectionInfo { struct 82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo() argument 85 virtual ~CPVT_SectionInfo() in ~CPVT_SectionInfo() argument 94 …CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo() argument 98 void operator = (const CPVT_SectionInfo & other) 306 CPVT_SectionInfo m_SecInfo; 549 CPVT_WordPlace AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo & secinfo); 555 FX_BOOL GetSectionInfo(const CPVT_WordPlace & place, CPVT_SectionInfo & secinfo); 565 FX_FLOAT GetLineAscent(const CPVT_SectionInfo & SecInfo); [all …]
|
D | doc_vt.cpp | 834 CPVT_SectionInfo secinfo; in Initialize() 897 CPVT_SectionInfo secinfo; in InsertSection() 986 CPVT_SectionInfo secinfo; in SetText() 1274 CPVT_WordPlace CPDF_VariableText::AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo &… in AddSection() 1342 FX_BOOL CPDF_VariableText::GetSectionInfo(const CPVT_WordPlace & place, CPVT_SectionInfo & secinfo) in GetSectionInfo() 1374 FX_FLOAT CPDF_VariableText::GetLineAscent(const CPVT_SectionInfo & SecInfo) in GetLineAscent() 1379 FX_FLOAT CPDF_VariableText::GetLineDescent(const CPVT_SectionInfo & SecInfo) in GetLineDescent() 1408 FX_FLOAT CPDF_VariableText::GetLineLeading(const CPVT_SectionInfo & SecInfo) in GetLineLeading() 1412 FX_FLOAT CPDF_VariableText::GetLineIndent(const CPVT_SectionInfo & SecInfo) in GetLineIndent() 1416 FX_INT32 CPDF_VariableText::GetAlignment(const CPVT_SectionInfo& SecInfo) in GetAlignment()
|