Home
last modified time | relevance | path

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

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