Searched refs:m_clipProjectionMatrix (Results 1 – 2 of 2) sorted by relevance
513 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()
194 TransformationMatrix m_clipProjectionMatrix; variable