Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp179 m_pSection(pSection) {} in CTypeset()
185 if (m_pSection->m_LineArray.empty()) in CharArray()
197 CLine* pLine = m_pSection->m_LineArray.front().get(); in CharArray()
204 pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray)) / in CharArray()
211 pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray); in CharArray()
217 sz = pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray); in CharArray()
223 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w + 1)) { in CharArray()
224 CPVT_WordInfo* pNextWord = m_pSection->m_WordArray[w + 1].get(); in CharArray()
228 CPVT_WordInfo* pWord = m_pSection->m_WordArray[w].get(); in CharArray()
240 if (w != pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray) - 1) { in CharArray()
[all …]
Dctypeset.h32 CSection* const m_pSection; variable