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

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

Completed in 45 milliseconds