Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp177 : m_pVT(pSection->m_pVT), m_pSection(pSection) {} in CTypeset()
183 if (m_pSection->m_LineArray.empty()) in CharArray()
195 CLine* pLine = m_pSection->m_LineArray.front().get(); in CharArray()
202 pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray)) / in CharArray()
209 pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray); in CharArray()
215 sz = pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray); in CharArray()
221 if (pdfium::IndexInBounds(m_pSection->m_WordArray, w + 1)) { in CharArray()
222 CPVT_WordInfo* pNextWord = m_pSection->m_WordArray[w + 1].get(); in CharArray()
226 CPVT_WordInfo* pWord = m_pSection->m_WordArray[w].get(); in CharArray()
238 if (w != pdfium::CollectionSize<int32_t>(m_pSection->m_WordArray) - 1) { in CharArray()
[all …]
Dctypeset.h32 CSection* const m_pSection; variable