Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 10 May 2011 13:52:42 +0000 (13:52 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 10 May 2011 13:52:42 +0000 (13:52 +0000)
commitcc4dac3dac215dc0dd56f7b30d07cc304671b033
treedf2541be704a4c8db625028013a15aa763362336
parentee9aa304579b3d5314519372728187879456d49d
Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.

Review URL: http://codereview.appspot.com/4538043/

Checked in on behalf of reed@ with some additional work (remove the do-nother sk->gr matrix converter).

git-svn-id: http://skia.googlecode.com/svn/trunk@1289 2bbb7eff-a529-9590-31e7-b0007b416f81
gpu/include/GrMatrix.h
gpu/include/GrTextContext.h
gpu/src/GrContext.cpp
gpu/src/GrGpuGLFixed.cpp
gpu/src/GrGpuGLShaders.cpp
gpu/src/GrMatrix.cpp
gpu/src/gr_unittests.cpp
include/core/SkMatrix.h
include/gpu/SkGr.h
src/core/SkMatrix.cpp
src/gpu/SkGpuDevice.cpp