Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dreflowedpage.cpp222 FX_FLOAT tempdy = FXSYS_fabs(pData->m_PosY - y1); in FocusGetData() local
223 if(FXSYS_fabs(tempdy - dy) < 1) { in FocusGetData()
232 } else if(tempdy < dy) { in FocusGetData()
233 dy = tempdy; in FocusGetData()
236 } else if (tempdy == dy) { in FocusGetData()
242 } else if (tempdy > dy) { in FocusGetData()
250 FX_FLOAT tempdy = FXSYS_fabs(pData->m_PosY - y1); in FocusGetData() local
251 if(tempdy < dy) { in FocusGetData()
252 dy = tempdy; in FocusGetData()
255 } else if (tempdy == dy) { in FocusGetData()