Searched refs:orthoMatrix (Results 1 – 4 of 4) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | RenderManager.java | 83 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/ |
D | LayerRendererChromium.cpp | 62 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/ |
D | ChangeLog-2010-05-24 | 2461 (WebCore::orthoMatrix):
|
D | ChangeLog-2010-12-06 | 12366 (WebCore::orthoMatrix):
|