Searched refs:CSection (Results 1 – 7 of 7) sorted by relevance
17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) { in CSection() function in CSection21 CSection::~CSection() = default;23 void CSection::ResetLinePlace() { in ResetLinePlace()31 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord()40 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine()45 CPVT_FloatRect CSection::Rearrange() { in Rearrange()51 CFX_SizeF CSection::GetSectionSize(float fFontSize) { in GetSectionSize()55 CPVT_WordPlace CSection::GetBeginWordPlace() const { in GetBeginWordPlace()61 CPVT_WordPlace CSection::GetEndWordPlace() const { in GetEndWordPlace()67 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace()[all …]
15 class CSection; variable19 explicit CTypeset(CSection* pSection);32 CSection* const m_pSection;
121 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine()140 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord()166 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine()235 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection()240 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()337 CSection* pSection = m_SectionArray[i].get(); in WordPlaceToWordIndex()354 CSection* pSection = m_SectionArray[i].get(); in WordIndexToWordPlace()394 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetPrevWordPlace()409 CSection* pSection = m_SectionArray[place.nSecIndex].get(); in GetNextWordPlace()429 CSection* pSection = m_SectionArray[nMid].get(); in SearchWordPlace()[all …]
25 class CSection final {27 explicit CSection(CPDF_VariableText* pVT);28 ~CSection();
24 class CSection; variable205 std::vector<std::unique_ptr<CSection>> m_SectionArray;
176 CTypeset::CTypeset(CSection* pSection) in CTypeset()
213 void writeRelocation(XCOFFRelocation Reloc, const ControlSection &CSection);689 const ControlSection &CSection) { in writeRelocation() argument690 W.write<uint32_t>(CSection.Address + Reloc.FixupOffsetInCsect); in writeRelocation()