Searched refs:pSection (Results 1 – 3 of 3) sorted by relevance
120 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine() local122 pdfium::CollectionSize<int32_t>(pSection->m_LineArray) - 1) { in NextLine()139 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord() local140 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex) || in GetWord()141 !pdfium::IndexInBounds(pSection->m_WordArray, m_CurPos.nWordIndex)) { in GetWord()145 CPVT_WordInfo* pWord = pSection->m_WordArray[m_CurPos.nWordIndex].get(); in GetWord()150 m_pVT->InToOut(CFX_PointF(pWord->fWordX + pSection->m_Rect.left, in GetWord()151 pWord->fWordY + pSection->m_Rect.top)); in GetWord()165 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine() local166 if (!pdfium::IndexInBounds(pSection->m_LineArray, m_CurPos.nLineIndex)) in GetLine()[all …]
19 explicit CTypeset(CSection* pSection);
176 CTypeset::CTypeset(CSection* pSection) in CTypeset() argument178 m_pVT(pSection->m_pVT), in CTypeset()179 m_pSection(pSection) {} in CTypeset()