Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp193 FX_FLOAT lastheight = -1; in WriteOutput() local
273 if (lastheight >= 0) { in WriteOutput()
275 if (dy >= (pBaseLine->m_MaxFontSizeV) * 1.5 || dy >= lastheight * 1.5) { in WriteOutput()
279 lastheight = pBaseLine->m_MaxFontSizeV; in WriteOutput()