Lines Matching refs:SkCodec
35 #include "include/codec/SkCodec.h"
115 if (stillImage || (repetitionCount == SkCodec::kRepetitionCountInfinite)) {
135 std::unique_ptr<SkCodec> codec(SkCodec::MakeFromData(SkData::MakeFromFILE(stdin)));
146 int cachedFrame = SkCodec::kNoFrame;
155 // The SkCodec::getFrameInfo comment says that this vector will be empty
157 std::vector<SkCodec::FrameInfo> frameInfos = codec->getFrameInfo();
161 SkCodec::Options opts;
176 if ((cachedFrame != SkCodec::kNoFrame) &&
195 const SkCodec::Result result =
197 if ((result != SkCodec::kSuccess) && (result != SkCodec::kIncompleteInput)) {
216 if (result == SkCodec::kIncompleteInput) {