Change code to not store Sk4* in data structures.
authorherb <herb@google.com>
Tue, 8 Nov 2016 16:19:07 +0000 (08:19 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 8 Nov 2016 16:19:07 +0000 (08:19 -0800)
commit93b0650084285400102f2d65d5c4411185111085
tree9153446b4650b20a6b69f0c7e47e604d880dd59e
parent442fff958c911bbc354a56003e3a8d75805c45f6
Change code to not store Sk4* in data structures.

This allows the SkLinearBitmapPipeline system to avoid problems with alignment. This allows it to naturally fit with the rest of the system, and simplifies surrounding code.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2486523002

Review-Url: https://codereview.chromium.org/2486523002
src/core/SkLinearBitmapPipeline.cpp
src/core/SkLinearBitmapPipeline.h
src/core/SkLinearBitmapPipeline_matrix.h
src/core/SkLinearBitmapPipeline_sample.h
src/core/SkLinearBitmapPipeline_tile.h