Searched refs:setOrthographicMatrix (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GLUtils.h | 57 static void setOrthographicMatrix(TransformationMatrix& ortho, float left, float top,
|
D | ShaderProgram.cpp | 279 GLUtils::setOrthographicMatrix(m_visibleContentRectProjectionMatrix, in ShaderProgram() 499 GLUtils::setOrthographicMatrix(m_visibleContentRectProjectionMatrix, in setupDrawing() 513 GLUtils::setOrthographicMatrix(m_clipProjectionMatrix, screenClip.x(), screenClip.y(), in setupDrawing()
|
D | GLUtils.cpp | 93 void GLUtils::setOrthographicMatrix(TransformationMatrix& ortho, float left, float top, in setOrthographicMatrix() function in WebCore::GLUtils
|