Flutter Engine
The Flutter Engine
|
#include "include/codec/SkCodec.h"
#include "include/core/SkRefCnt.h"
#include "include/private/base/SkAPI.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | SkPngDecoder |
Functions | |
SK_API bool | SkPngDecoder::IsPng (const void *, size_t) |
SK_API std::unique_ptr< SkCodec > | SkPngDecoder::Decode (std::unique_ptr< SkStream >, SkCodec::Result *, SkCodecs::DecodeContext=nullptr) |
SK_API std::unique_ptr< SkCodec > | SkPngDecoder::Decode (sk_sp< SkData >, SkCodec::Result *, SkCodecs::DecodeContext=nullptr) |
constexpr SkCodecs::Decoder | SkPngDecoder::Decoder () |