Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h12 struct CPVT_SectionInfo;
60 struct CPVT_SectionInfo { struct
61 CPVT_SectionInfo() in CPVT_SectionInfo() argument
63 virtual ~CPVT_SectionInfo() { in ~CPVT_SectionInfo() argument
67 CPVT_SectionInfo(const CPVT_SectionInfo& other) in CPVT_SectionInfo() function
71 void operator=(const CPVT_SectionInfo& other) {
268 CPVT_SectionInfo m_SecInfo;
457 const CPVT_SectionInfo& secinfo);
467 CPVT_SectionInfo& secinfo);
485 FX_FLOAT GetLineAscent(const CPVT_SectionInfo& SecInfo);
[all …]
Ddoc_vt.cpp815 CPVT_SectionInfo secinfo; in Initialize()
883 CPVT_SectionInfo secinfo; in InsertSection()
975 CPVT_SectionInfo secinfo; in SetText()
1259 const CPVT_SectionInfo& secinfo) { in AddSection()
1329 CPVT_SectionInfo& secinfo) { in GetSectionInfo()
1373 FX_FLOAT CPDF_VariableText::GetLineAscent(const CPVT_SectionInfo& SecInfo) { in GetLineAscent()
1379 FX_FLOAT CPDF_VariableText::GetLineDescent(const CPVT_SectionInfo& SecInfo) { in GetLineDescent()
1411 FX_FLOAT CPDF_VariableText::GetLineLeading(const CPVT_SectionInfo& SecInfo) { in GetLineLeading()
1415 FX_FLOAT CPDF_VariableText::GetLineIndent(const CPVT_SectionInfo& SecInfo) { in GetLineIndent()
1419 int32_t CPDF_VariableText::GetAlignment(const CPVT_SectionInfo& SecInfo) { in GetAlignment()