Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp47 CSection::CSection(CPDF_VariableText * pVT) : m_pVT(pVT) in CSection() function in CSection
50 CSection::~CSection() in ~CSection()
54 void CSection::ResetAll() in ResetAll()
59 void CSection::ResetLineArray() in ResetLineArray()
63 void CSection::ResetWordArray() in ResetWordArray()
70 void CSection::ResetLinePlace() in ResetLinePlace()
78 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord()
89 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo & lineinfo) in AddLine()
93 CPVT_FloatRect CSection::Rearrange() in Rearrange()
102 CPVT_Size CSection::GetSectionSize(FX_FLOAT fFontSize) in GetSectionSize()
[all …]
Dpdf_vt.h17 class CSection; variable
280 class CSection
284 CSection(CPDF_VariableText * pVT);
285 virtual ~CSection();
319 CTypeset(CSection * pSection);
330 CSection * m_pSection;
401 friend class CSection; variable
592 CPVT_ArrayTemplate<CSection*> m_SectionArray;