Home
last modified time | relevance | path

Searched refs:m_clipProjectionMatrix (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp513 GLUtils::setOrthographicMatrix(m_clipProjectionMatrix, screenClip.x(), screenClip.y(), in setupDrawing()
783 m_surfaceProjectionMatrix = m_clipProjectionMatrix * m_webViewMatrix * scaleMatrix; in setupSurfaceProjectionMatrix()
820 debugMatrixInfo(m_currentScale, m_clipProjectionMatrix, m_webViewMatrix, in getTileProjectionMatrix()
879 m_clipProjectionMatrix * m_webViewMatrix * modifiedDrawMatrix; in drawVideoLayerQuad()
DShaderProgram.h194 TransformationMatrix m_clipProjectionMatrix; variable