Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp931 FloatRect ShaderProgram::debugMatrixTransform(const TransformationMatrix& matrix, in debugMatrixTransform() function in WebCore::ShaderProgram
958 debugMatrixTransform(*layerMatrix, "layerMatrix"); in debugMatrixInfo()
961 debugMatrixTransform(debugMatrix, "scaleMatrix * modifiedDrawMatrix"); in debugMatrixInfo()
964 debugMatrixTransform(debugMatrix, "webViewMatrix * scaleMatrix * modifiedDrawMatrix"); in debugMatrixInfo()
968 debugMatrixTransform(debugMatrix, "all Matrix"); in debugMatrixInfo()
DShaderProgram.h183 FloatRect debugMatrixTransform(const TransformationMatrix& matrix, const char* matrixName);