Lines Matching refs:SkAndroidCodec
20 class SkAndroidCodec : SkNoncopyable {
24 * return an SkAndroidCodec that can decode it. Otherwise return NULL.
32 static SkAndroidCodec* NewFromStream(SkStream*, SkPngChunkReader* = NULL);
36 * return an SkAndroidCodec that can decode it. Otherwise return NULL.
43 static SkAndroidCodec* NewFromData(SkData*, SkPngChunkReader* = NULL);
45 virtual ~SkAndroidCodec() {}
120 * dimensions and a subset supported by SkAndroidCodec.
122 * by SkAndroidCodec.
132 // called SkAndroidCodec. On the other hand, it's may be a bit confusing to call
224 // called SkAndroidCodec. On the other hand, it's may be a bit confusing to call
245 SkAndroidCodec(SkCodec*);