Home
last modified time | relevance | path

Searched refs:pSection (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp115 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in NextLine() local
116 if (m_CurPos.nLineIndex < pSection->m_LineArray.GetSize() - 1) { in NextLine()
167 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetWord() local
168 if (pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) { in GetWord()
170 pSection->m_WordArray.GetAt(m_CurPos.nWordIndex)) { in GetWord()
175 CFX_PointF(pWord->fWordX + pSection->m_SecInfo.rcSection.left, in GetWord()
176 pWord->fWordY + pSection->m_SecInfo.rcSection.top)); in GetWord()
192 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in SetWord() local
194 pSection->m_WordArray.GetAt(m_CurPos.nWordIndex)) { in SetWord()
206 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetLine() local
[all …]
Dctypeset.h18 explicit CTypeset(CSection* pSection);
Dctypeset.cpp174 CTypeset::CTypeset(CSection* pSection) in CTypeset() argument
176 m_pVT(pSection->m_pVT), in CTypeset()
177 m_pSection(pSection) {} in CTypeset()