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

  /external/pdfium/core/fpdfdoc/
ctypeset.h 15 class CSection;
19 explicit CTypeset(CSection* pSection);
32 CSection* const m_pSection;
csection.cpp 7 #include "core/fpdfdoc/csection.h"
17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {}
19 CSection::~CSection() {}
21 void CSection::ResetAll() {
26 void CSection::ResetLinePlace() {
34 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place,
43 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) {
48 CPVT_FloatRect CSection::Rearrange()
    [all...]
csection.h 25 class CSection final {
27 explicit CSection(CPDF_VariableText* pVT);
28 ~CSection();
cpdf_variabletext.cpp 16 #include "core/fpdfdoc/csection.h"
120 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get();
139 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get();
165 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get();
247 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get();
252 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get();
348 CSection* pSection = m_SectionArray[i].get();
365 CSection* pSection = m_SectionArray[i].get();
405 CSection* pSection = m_SectionArray[place.nSecIndex].get();
420 CSection* pSection = m_SectionArray[place.nSecIndex].get()
    [all...]
cpdf_variabletext.h 23 class CSection;
199 std::vector<std::unique_ptr<CSection>> m_SectionArray;
ctypeset.cpp 14 #include "core/fpdfdoc/csection.h"
176 CTypeset::CTypeset(CSection* pSection)

Completed in 807 milliseconds