Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_gridimp.cpp943 FX_FLOAT fScaledMaxPerHeight = 0; in ProcessUnCertainRows() local
968 if (fPerHeight > fScaledMaxPerHeight) { in ProcessUnCertainRows()
969 fScaledMaxPerHeight = fPerHeight; in ProcessUnCertainRows()
982 SetColRowActualSize(pColRow, fScaledMaxPerHeight * pColRow->m_Size.fLength); in ProcessUnCertainRows()