Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(732)

Issue 6303074: Fix calling (and checking) the decal_ functions when the input is SkFractionalInt. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by reed1
Modified:
12 years, 3 months ago
Reviewers:
EricB
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

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. Committed: https://code.google.com/p/skia/source/detail?r=4256

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -11 lines) Patch
M src/core/SkBitmapProcState_matrix.h View 2 chunks +6 lines, -11 lines 0 comments Download
M src/core/SkBitmapProcState_matrixProcs.cpp View 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 2
reed1
12 years, 3 months ago (2012-06-13 14:47:22 UTC) #1
EricB
12 years, 3 months ago (2012-06-13 15:34:54 UTC) #2
Verified that this produces the correct output on Xoom
(http://code.google.com/p/skia/issues/detail?id=642).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b