Searched refs:ortho (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/math/include/math/ |
D | mat4.h | 285 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/ |
D | ColorFade.java | 519 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/ |
D | GLESRenderEngine.cpp | 1257 mState.projectionMatrix = mat4::ortho(clip.left, clip.right, clip.top, clip.bottom, 0, 1); in setViewportAndProjection()
|