Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp539 m_contentToViewMatrix = viewScale * viewTranslate * m_visibleContentRectProjectionMatrix; in setupDrawing()
632 TransformationMatrix renderMatrix = m_contentToViewMatrix * drawMatrix; in rectInViewCoord()
638 return m_contentToViewMatrix.mapRect(rect); in rectInViewCoord()
653 FloatRect visibleContentRect = m_contentToViewMatrix.inverse().mapRect(rect); in convertViewCoordToInvViewCoord()
DShaderProgram.h199 TransformationMatrix m_contentToViewMatrix; variable