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

/external/pdfium/core/src/fpdftext/
H A Dtxtproc.h44 FX_FLOAT m_MaxFontSizeV; member in class:CTextBaseLine
H A Dfpdf_text.cpp280 if (dy >= (pBaseLine->m_MaxFontSizeV) * 1.5 || dy >= lastheight * 1.5) {
284 lastheight = pBaseLine->m_MaxFontSizeV;
506 m_MaxFontSizeV = 0;
524 if (m_MaxFontSizeV < fontsize_v) {
525 m_MaxFontSizeV = fontsize_v;

Completed in 190 milliseconds