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

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

Completed in 64 milliseconds