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_pSection(pSection) {} in CTypeset()
182 ASSERT(m_pSection); in CharArray()
193 if (CLine* pLine = m_pSection->m_LineArray.GetAt(0)) { in CharArray()
195 y += m_pVT->GetLineLeading(m_pSection->m_SecInfo); in CharArray()
198 switch (m_pVT->GetAlignment(m_pSection->m_SecInfo)) { in CharArray()
203 nStart = (m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize()) / 2; in CharArray()
208 nStart = m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize(); in CharArray()
213 for (int32_t w = 0, sz = m_pSection->m_WordArray.GetSize(); w < sz; w++) { in CharArray()
218 if (CPVT_WordInfo* pNextWord = m_pSection->m_WordArray.GetAt(w + 1)) { in CharArray()
222 if (CPVT_WordInfo* pWord = m_pSection->m_WordArray.GetAt(w)) { in CharArray()
[all …]
Dctypeset.h31 CSection* const m_pSection; variable