0
Files
src/cc
enne@chromium.org 206b4aef07 cc: Combine analysis and raster
This changes the analysis of PicturePiles from optimistic (hoping to
save raster work by checking if a rastered bitmap would be a solid
color) to pessimistic (assuming most bitmaps are not solid colors and
just checking afterwards).  It does this by rastering to both an
AnalysisCanvas and a normal SkCanvas via SkNWayCanvas and then
checking the results afterwards.

R=reveman@chromium.org, senorblanco@chromium.org
BUG=310796

Review URL: https://codereview.chromium.org/63443003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234641 0039d316-1c4b-4281-b951-d872f2087c98
2013-11-12 21:35:29 +00:00
..
2013-11-12 21:35:29 +00:00
2013-11-12 21:35:29 +00:00
2013-09-13 01:01:38 +00:00