Home
last modified time | relevance | path

Searched refs:m_LineArray (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcsection.cpp26 m_LineArray.RemoveAll(); in ResetLineArray()
37 for (int32_t i = 0, sz = m_LineArray.GetSize(); i < sz; i++) { in ResetLinePlace()
38 if (CLine* pLine = m_LineArray.GetAt(i)) { in ResetLinePlace()
58 return CPVT_WordPlace(SecPlace.nSecIndex, m_LineArray.Add(lineinfo), -1); in AddLine()
73 if (CLine* pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()
80 if (CLine* pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()
90 if (place.nLineIndex >= m_LineArray.GetSize()) { in GetPrevWordPlace()
93 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace()
98 if (CLine* pPrevLine = m_LineArray.GetAt(place.nLineIndex - 1)) { in GetPrevWordPlace()
112 if (place.nLineIndex >= m_LineArray.GetSize()) { in GetNextWordPlace()
[all …]
Dctypeset.cpp193 if (CLine* pLine = m_pSection->m_LineArray.GetAt(0)) { in CharArray()
267 m_pSection->m_LineArray.Empty(); in Typeset()
269 m_pSection->m_LineArray.Clear(); in Typeset()
442 int32_t nTotalLines = m_pSection->m_LineArray.GetSize(); in OutputLines()
446 if (CLine* pLine = m_pSection->m_LineArray.GetAt(l)) { in OutputLines()
Dcpdf_variabletext.cpp116 if (m_CurPos.nLineIndex < pSection->m_LineArray.GetSize() - 1) { in NextLine()
140 pLastSection->m_LineArray.GetSize() - 1, -1); in PrevLine()
168 if (pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) { in GetWord()
207 if (CLine* pLine = pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) { in GetLine()
605 temp.nLineIndex = pLastSection->m_LineArray.GetSize() - 1; in GetUpWordPlace()
620 if (temp.nLineIndex++ < pSection->m_LineArray.GetSize() - 1) { in GetDownWordPlace()
643 if (CLine* pLine = pSection->m_LineArray.GetAt(place.nLineIndex)) in GetLineEndPlace()
743 if (CLine* pLine = pSection->m_LineArray.GetAt(place.nLineIndex)) { in GetLineInfo()
Dcsection.h50 CLines m_LineArray; variable