augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Apr 2013 15:37:14 +0000 (15:37 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Apr 2013 15:37:14 +0000 (15:37 +0000)
commitf707adc4f8b22fd1a59a900b64333480de653c5b
treebc8fc2327ca835edb486b21bf54b6f8c8c9bacff
parentee056a82ae59373cae01ebbb4edcd3297d7c92ce
augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect
when we only want to proceed if the matrix is nearly identity. Hence we manually
apply the matrix to the two "points" of the rect.

git-svn-id: http://skia.googlecode.com/svn/trunk@8743 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/bitmaprecttest.cpp
src/core/SkBitmapProcState.cpp