Home
last modified time | relevance | path

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

/frameworks/native/libs/math/include/math/
Dmat4.h285 static CONSTEXPR TMat44 ortho(T left, T right, T bottom, T top, T near, T far);
455 CONSTEXPR TMat44<T> TMat44<T>::ortho(T left, T right, T bottom, T top, T near, T far) { in ortho() function
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java519 private void ortho(float left, float right, float bottom, float top, float znear, float zfar) {
584 ortho(0, mDisplayWidth, 0, mDisplayHeight, -1, 1);
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp1257 mState.projectionMatrix = mat4::ortho(clip.left, clip.right, clip.top, clip.bottom, 0, 1); in setViewportAndProjection()