Home
last modified time | relevance | path

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

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