Flutter Engine
The Flutter Engine
|
#include "include/codec/SkCodec.h"
#include "include/core/SkAlphaType.h"
#include "include/core/SkData.h"
#include "include/core/SkGraphics.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageGenerator.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkTypes.h"
#include "src/codec/SkCodecImageGenerator.h"
#include "src/image/SkImageGeneratorPriv.h"
#include <memory>
#include <optional>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | SkImageGenerators |
namespace | SkImages |
namespace | SkCodecs |
Functions | |
std::unique_ptr< SkImageGenerator > | SkImageGenerators::MakeFromEncoded (sk_sp< SkData > data, std::optional< SkAlphaType > at) |
SK_API sk_sp< SkImage > | SkImages::DeferredFromEncodedData (sk_sp< SkData > encoded, std::optional< SkAlphaType > alphaType=std::nullopt) |
SK_API sk_sp< SkImage > | SkCodecs::DeferredImage (std::unique_ptr< SkCodec > codec, std::optional< SkAlphaType > alphaType=std::nullopt) |
Variables | |
static SkGraphics::ImageGeneratorFromEncodedDataFactory | gFactory |
|
static |
Definition at line 23 of file SkImageGenerator_FromEncoded.cpp.