Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp76 FX_FLOAT tempDy = 0; in FitPageMode() local
93 tempDy = spaceh - pData->m_Height; in FitPageMode()
99 if(dy > tempDy) { in FitPageMode()
100 tempDy = dy; in FitPageMode()
111 pData->m_PosY -= tempDy; in FitPageMode()
121 pRFPage->m_PageHeight += tempDy; in FitPageMode()
122 h += tempDy; in FitPageMode()