Fix calling (and checking) the decal_ functions when the input is SkFractionalInt.
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 13 Jun 2012 19:39:03 +0000 (19:39 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 13 Jun 2012 19:39:03 +0000 (19:39 +0000)
commit4d0078aa5115fab8ccd8ef59519a8937ea4e8854
tree7206ce8675f4a03b82ec3d975dd02f83c22f0578
parent4d73ac22a1b99402fc8cff78a4eb4b27aa8fe019
Fix calling (and checking) the decal_ functions when the input is SkFractionalInt.
The bug was to cast to SkFixed from SkFractionalInt, when what we needed to do
was shift the fractional guy down to fixed.

This bug was only caught on an android device w/o neon, since other configs have
assembly for their matrixproc that didn't have this bug.
Review URL: https://codereview.appspot.com/6303074

git-svn-id: http://skia.googlecode.com/svn/trunk@4256 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkBitmapProcState_matrix.h
src/core/SkBitmapProcState_matrixProcs.cpp