HomeSort by relevance Sort by last modified time
    Searched refs:CSection (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 47 CSection::CSection(CPDF_VariableText * pVT) : m_pVT(pVT)
50 CSection::~CSection()
54 void CSection::ResetAll()
59 void CSection::ResetLineArray()
63 void CSection::ResetWordArray()
70 void CSection::ResetLinePlace()
78 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo)
90 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo & lineinfo)
    [all...]
pdf_vt.h 15 class CSection;
283 class CSection : public CFX_Object
287 CSection(CPDF_VariableText * pVT);
288 virtual ~CSection();
322 CTypeset(CSection * pSection);
333 CSection * m_pSection;
404 friend class CSection;
595 CPVT_ArrayTemplate<CSection*> m_SectionArray;

Completed in 189 milliseconds