Home
last modified time | relevance | path

Searched refs:CPVT_SectionInfo (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_sectioninfo.cpp10 CPVT_SectionInfo::CPVT_SectionInfo() : rcSection(), nTotalLine(0) {} in CPVT_SectionInfo() function in CPVT_SectionInfo
12 CPVT_SectionInfo::~CPVT_SectionInfo() {} in ~CPVT_SectionInfo()
14 CPVT_SectionInfo::CPVT_SectionInfo(const CPVT_SectionInfo& other) { in CPVT_SectionInfo() function in CPVT_SectionInfo
18 void CPVT_SectionInfo::operator=(const CPVT_SectionInfo& other) { in operator =()
Dcpvt_sectioninfo.h16 struct CPVT_SectionInfo { struct
17 CPVT_SectionInfo();
18 CPVT_SectionInfo(const CPVT_SectionInfo& other);
19 ~CPVT_SectionInfo();
21 void operator=(const CPVT_SectionInfo& other); argument
Dcpdf_variabletext.h28 struct CPVT_SectionInfo;
175 const CPVT_SectionInfo& secinfo);
183 bool GetSectionInfo(const CPVT_WordPlace& place, CPVT_SectionInfo& secinfo);
197 FX_FLOAT GetLineAscent(const CPVT_SectionInfo& SecInfo);
198 FX_FLOAT GetLineDescent(const CPVT_SectionInfo& SecInfo);
204 FX_FLOAT GetLineLeading(const CPVT_SectionInfo& SecInfo);
205 FX_FLOAT GetLineIndent(const CPVT_SectionInfo& SecInfo);
206 int32_t GetAlignment(const CPVT_SectionInfo& SecInfo);
Dcpdf_variabletext.cpp266 CPVT_SectionInfo secinfo; in Initialize()
322 CPVT_SectionInfo secinfo; in InsertSection()
402 CPVT_SectionInfo secinfo; in SetText()
679 const CPVT_SectionInfo& secinfo) { in AddSection()
752 CPVT_SectionInfo& secinfo) { in GetSectionInfo()
803 FX_FLOAT CPDF_VariableText::GetLineAscent(const CPVT_SectionInfo& SecInfo) { in GetLineAscent()
807 FX_FLOAT CPDF_VariableText::GetLineDescent(const CPVT_SectionInfo& SecInfo) { in GetLineDescent()
839 FX_FLOAT CPDF_VariableText::GetLineLeading(const CPVT_SectionInfo& SecInfo) { in GetLineLeading()
843 FX_FLOAT CPDF_VariableText::GetLineIndent(const CPVT_SectionInfo& SecInfo) { in GetLineIndent()
847 int32_t CPDF_VariableText::GetAlignment(const CPVT_SectionInfo& SecInfo) { in GetAlignment()
Dcsection.h49 CPVT_SectionInfo m_SecInfo;