Searched refs:pSection (Results 1 – 3 of 3) sorted by relevance
121 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine() local123 pdfium::CollectionSize<int32_t>(pSection->m_LineArray) - 1) { in NextLine()140 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord() local141 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex) || in GetWord()142 !pdfium::IndexInBounds(pSection->m_WordArray, m_CurPos.nWordIndex)) { in GetWord()146 CPVT_WordInfo* pWord = pSection->m_WordArray[m_CurPos.nWordIndex].get(); in GetWord()151 m_pVT->InToOut(CFX_PointF(pWord->fWordX + pSection->m_Rect.left, in GetWord()152 pWord->fWordY + pSection->m_Rect.top)); in GetWord()166 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine() local167 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex)) in GetLine()[all …]
19 explicit CTypeset(CSection* pSection);
176 CTypeset::CTypeset(CSection* pSection) in CTypeset() argument177 : m_pVT(pSection->m_pVT), m_pSection(pSection) {} in CTypeset()