History log of /external/skia/src/effects/SkPackBits.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fca3d0aba5a7d17dbf97082b6837e31ff2808b4f 09-Jan-2018 Mike Reed <reed@google.com> check for bad buffers in Unpack8

Bug:799918
Change-Id: I0502a487d67ce757bf818823cf0ad46b7703294c
Reviewed-on: https://skia-review.googlesource.com/92841
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
/external/skia/src/effects/SkPackBits.cpp
ccb74b824a16d0009f7f9ebcf2a03fb53451af9a 23-Feb-2016 bungeman <bungeman@google.com> Move SkPackBits to src/effects.

Prior to this change SkPackBits.h was in include/core and SkPackBits.cpp
in src/core. However, SkPackBits appears to have been written
specifically as an implementation detail of the SkTableColorFilter
effect. This change moves SkPackBits out of core and into effects, which
is the only current user.

Review URL: https://codereview.chromium.org/1722173003
/external/skia/src/effects/SkPackBits.cpp