Searched defs:ortho (Results 1 – 4 of 4) sorted by relevance
232 tmat44<T> tmat44<T>::ortho(T left, T right, T bottom, T top, T near, T far) { in ortho() function
140 Matrix4 ortho; member
466 void GlopBuilder::setTransform(const Matrix4& ortho, const Matrix4& canvas, in setTransform()
522 final Matrix4f ortho = new Matrix4f(); in drawWallpaperWithOpenGL() local