Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Dabc3d.cpp430 const double invHeight = 1.0 / (top - bottom); in frustum() local
440 m44[5] = near2 * invHeight; in frustum()
441 m44[6] = (top + bottom) * invHeight; in frustum()