Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp91 FX_FLOAT spaceh = screenCount * fitPageHeight + posY + pData->m_Height; in FitPageMode() local
92 if(spaceh < fitPageHeight / 3 * 2) { in FitPageMode()
93 spaceh = fitPageHeight; in FitPageMode()
95 zoom = spaceh / pData->m_Height; in FitPageMode()
96 tempDy = spaceh - pData->m_Height; in FitPageMode()
97 pData->m_Height = spaceh; in FitPageMode()