Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Utils.cpp279 FX_FLOAT fHalfHeight = (rcRect.top - rcRect.bottom) / 2.0f; in ScaleRect() local
285 ptCenter.x - fHalfWidth * fScale, ptCenter.y - fHalfHeight * fScale, in ScaleRect()
286 ptCenter.x + fHalfWidth * fScale, ptCenter.y + fHalfHeight * fScale); in ScaleRect()