Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dtxtproc.h45 FX_FLOAT m_MaxFontSizeV; variable
Dfpdf_text.cpp275 if (dy >= (pBaseLine->m_MaxFontSizeV) * 1.5 || dy >= lastheight * 1.5) { in WriteOutput()
279 lastheight = pBaseLine->m_MaxFontSizeV; in WriteOutput()
498 m_MaxFontSizeV = 0; in CTextBaseLine()
516 if (m_MaxFontSizeV < fontsize_v) { in InsertTextBox()
517 m_MaxFontSizeV = fontsize_v; in InsertTextBox()