Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp174 CTextBaseLine* pExistLine = m_BaseLines.GetAt(i); in InsertTextBox() local
175 if (pExistLine->m_BaseLine == basey) { in InsertTextBox()
176 pBaseLine = pExistLine; in InsertTextBox()
179 if (pExistLine->m_BaseLine < basey) { in InsertTextBox()