Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp308 float fHalfHeight = (top - bottom) / 2.0f; in ScaleFromCenterPoint() local
314 bottom = center_y - fHalfHeight * fScale; in ScaleFromCenterPoint()
316 top = center_y + fHalfHeight * fScale; in ScaleFromCenterPoint()