/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkIcoCodec_DEFINED #define SkIcoCodec_DEFINED #include "include/codec/SkCodec.h" #include "include/codec/SkEncodedImageFormat.h" #include "include/core/SkSize.h" #include "include/core/SkTypes.h" #include "include/private/base/SkTArray.h" #include <cstddef> #include <memory> class SkSampler; class SkStream; struct SkEncodedInfo; struct SkImageInfo; /* * This class implements the decoding for bmp images */ class SkIcoCodec : public SkCodec { … }; #endif // SkIcoCodec_DEFINED