Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.cpp17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) { in CSection() function in CSection
21 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 …]
Dctypeset.h15 class CSection; variable
19 explicit CTypeset(CSection* pSection);
32 CSection* const m_pSection;
Dcpdf_variabletext.cpp121 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 …]
Dcsection.h25 class CSection final {
27 explicit CSection(CPDF_VariableText* pVT);
28 ~CSection();
Dcpdf_variabletext.h24 class CSection; variable
205 std::vector<std::unique_ptr<CSection>> m_SectionArray;
Dctypeset.cpp176 CTypeset::CTypeset(CSection* pSection) in CTypeset()
/external/llvm-project/llvm/lib/MC/
DXCOFFObjectWriter.cpp213 void writeRelocation(XCOFFRelocation Reloc, const ControlSection &CSection);
689 const ControlSection &CSection) { in writeRelocation() argument
690 W.write<uint32_t>(CSection.Address + Reloc.FixupOffsetInCsect); in writeRelocation()