Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderManager.java83 private Matrix4f orthoMatrix = new Matrix4f(); field in RenderManager
970 orthoMatrix.loadIdentity(); in setViewPort()
971 orthoMatrix.setTranslation(-1f, -1f, 0f); in setViewPort()
972 orthoMatrix.setScale(2f / cam.getWidth(), 2f / cam.getHeight(), 0f); in setViewPort()
980 projMatrix.set(orthoMatrix); in setViewProjection()
981 viewProjMatrix.set(orthoMatrix); in setViewProjection()
997 renderer.setViewProjectionMatrices(Matrix4f.IDENTITY, orthoMatrix); in setViewProjection()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp62 static TransformationMatrix orthoMatrix(float left, float right, float bottom, float top) in orthoMatrix() function
981 … m_projectionMatrix = orthoMatrix(drawRect.x(), drawRect.maxX(), drawRect.maxY(), drawRect.y()); in setDrawViewportRect()
983 … m_projectionMatrix = orthoMatrix(drawRect.x(), drawRect.maxX(), drawRect.y(), drawRect.maxY()); in setDrawViewportRect()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242461 (WebCore::orthoMatrix):
DChangeLog-2010-12-0612366 (WebCore::orthoMatrix):