Lines Matching refs:SkAndroidCodec
20 class SK_API SkAndroidCodec : SkNoncopyable {
25 * Now that SkAndroidCodec supports multiframe images, there are multiple
27 * with different tradeoffs. SkAndroidCodec now ignores the orientation and
36 * Pass ownership of an SkCodec to a newly-created SkAndroidCodec.
38 static std::unique_ptr<SkAndroidCodec> MakeFromCodec(std::unique_ptr<SkCodec>);
42 * return an SkAndroidCodec that can decode it. Otherwise return NULL.
50 static std::unique_ptr<SkAndroidCodec> MakeFromStream(std::unique_ptr<SkStream>,
55 * return an SkAndroidCodec that can decode it. Otherwise return NULL.
60 static std::unique_ptr<SkAndroidCodec> MakeFromData(sk_sp<SkData>, SkPngChunkReader* = nullptr);
62 virtual ~SkAndroidCodec();
173 * dimensions and a subset supported by SkAndroidCodec.
175 * by SkAndroidCodec.
185 // called SkAndroidCodec. On the other hand, it's may be a bit confusing to call
231 // called SkAndroidCodec. On the other hand, it's may be a bit confusing to call
250 SkAndroidCodec(SkCodec*);