skia2/bench/subset
scroggo 1c005e4a38 Create a scanline decoder without creating a codec
Prior to this CL, if a client wanted to decode scanlines, they had to
create an SkCodec in order to get an SkScanlineDecoder. This introduces
complications if input data is not easily shared between the two
objects.

Instead, add methods to SkScanlineDecoder for creating a new one from
input data, and remove the creation functions from SkCodec.

Update DM and tests.

Review URL: https://codereview.chromium.org/1267583002
2015-08-04 09:24:45 -07:00
..
SubsetBenchPriv.h Fix CodecSubset benches seg faults for kIndex8 2015-06-30 13:29:37 -07:00
SubsetSingleBench.cpp Create a scanline decoder without creating a codec 2015-08-04 09:24:45 -07:00
SubsetSingleBench.h Subset decoding benchmarks 2015-06-09 13:56:10 -07:00
SubsetTranslateBench.cpp Create a scanline decoder without creating a codec 2015-08-04 09:24:45 -07:00
SubsetTranslateBench.h Subset decoding benchmarks 2015-06-09 13:56:10 -07:00
SubsetZoomBench.cpp Create a scanline decoder without creating a codec 2015-08-04 09:24:45 -07:00
SubsetZoomBench.h Subset decoding benchmarks 2015-06-09 13:56:10 -07:00