Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLUtils.h57 static void setOrthographicMatrix(TransformationMatrix& ortho, float left, float top,
DShaderProgram.cpp279 GLUtils::setOrthographicMatrix(m_visibleContentRectProjectionMatrix, in ShaderProgram()
499 GLUtils::setOrthographicMatrix(m_visibleContentRectProjectionMatrix, in setupDrawing()
513 GLUtils::setOrthographicMatrix(m_clipProjectionMatrix, screenClip.x(), screenClip.y(), in setupDrawing()
DGLUtils.cpp93 void GLUtils::setOrthographicMatrix(TransformationMatrix& ortho, float left, float top, in setOrthographicMatrix() function in WebCore::GLUtils