Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp716 double invheight = top - bottom; in ortho() local
724 m.m[1][1] = 2.0 / invheight; in ortho()
726 m.m[3][1] = -(top + bottom) / invheight; in ortho()
750 double invheight = top - bottom; in frustum() local
757 m.m[1][1] = 2.0 * nearPlane / invheight; in frustum()
758 m.m[2][1] = (top + bottom) / invheight; in frustum()