Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp307 m_pSection(pSection) {} in CTypeset()
310 ASSERT(m_pSection); in CharArray()
321 if (CLine* pLine = m_pSection->m_LineArray.GetAt(0)) { in CharArray()
323 y += m_pVT->GetLineLeading(m_pSection->m_SecInfo); in CharArray()
326 switch (m_pVT->GetAlignment(m_pSection->m_SecInfo)) { in CharArray()
331 nStart = (m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize()) / 2; in CharArray()
335 nStart = m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize(); in CharArray()
339 for (int32_t w = 0, sz = m_pSection->m_WordArray.GetSize(); w < sz; w++) { in CharArray()
345 (CPVT_WordInfo*)m_pSection->m_WordArray.GetAt(w + 1)) { in CharArray()
350 (CPVT_WordInfo*)m_pSection->m_WordArray.GetAt(w)) { in CharArray()
[all …]
Dpdf_vt.h293 CSection* m_pSection; variable