Searched refs:m_pSection (Results 1 – 2 of 2) sorted by relevance
319 …Section * pSection) : m_rcRet(0.0f, 0.0f, 0.0f, 0.0f), m_pVT(pSection->m_pVT), m_pSection(pSection) in CTypeset()327 ASSERT(m_pSection != NULL); in CharArray()336 if (CLine * pLine = m_pSection->m_LineArray.GetAt(0)) { in CharArray()338 y += m_pVT->GetLineLeading(m_pSection->m_SecInfo); in CharArray()341 switch (m_pVT->GetAlignment(m_pSection->m_SecInfo)) { in CharArray()346 nStart = (m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize()) / 2; in CharArray()350 nStart = m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize(); in CharArray()354 for (FX_INT32 w = 0, sz = m_pSection->m_WordArray.GetSize(); w < sz; w++) { in CharArray()359 if (CPVT_WordInfo * pNextWord = (CPVT_WordInfo *)m_pSection->m_WordArray.GetAt(w + 1)) { in CharArray()363 if (CPVT_WordInfo * pWord = (CPVT_WordInfo *)m_pSection->m_WordArray.GetAt(w)) { in CharArray()[all …]
330 CSection * m_pSection; variable