Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.h193 TransformationMatrix m_surfaceProjectionMatrix; variable
DShaderProgram.cpp783 m_surfaceProjectionMatrix = m_clipProjectionMatrix * m_webViewMatrix * scaleMatrix; in setupSurfaceProjectionMatrix()
817 renderMatrix = m_surfaceProjectionMatrix * modifiedDrawMatrix; in getTileProjectionMatrix()