skia2/dm
scroggo 501b7344f1 Combine native sampling with sampling
In SkSampledCodec, allow the native codec to do its scaling first, then
sample on top of that. Since the only codec which can do native scaling
is JPEG, and we know what it can do, hard-code for JPEG. Check to see
if the sampleSize is something JPEG supports, or a multiple of
something it supports. If so, use JPEG directly or combine them.

BUG=skia:4320

Review URL: https://codereview.chromium.org/1417583009
2015-11-03 07:55:12 -08:00
..
DM.cpp Combine native sampling with sampling 2015-11-03 07:55:12 -08:00
DMGpuSupport.h Add immediate mode option for gpu configs in dm 2015-10-23 09:06:59 -07:00
DMJsonWriter.cpp Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. 2015-07-07 12:21:22 -07:00
DMJsonWriter.h Update DM to allow Src's to have optional options. 2015-04-03 07:24:48 -07:00
DMSrcSink.cpp Make DMSrcSink fail fatally when decodeRegion() fails for BRDSrcs 2015-10-27 13:28:25 -07:00
DMSrcSink.h Create an SkAndroidCodec API separate from SkCodec 2015-10-21 10:27:10 -07:00
DMSrcSinkAndroid.cpp Simplify linkages to Android framework internals 2015-10-26 07:21:32 -07:00
DMSrcSinkAndroid.h Missing overrides for Sinks in HWUI. 2015-08-03 10:20:28 -07:00