Flutter Engine
The Flutter Engine
|
Functions | |
SK_API bool | IsJpegxl (const void *, size_t) |
SK_API std::unique_ptr< SkCodec > | Decode (std::unique_ptr< SkStream >, SkCodec::Result *, SkCodecs::DecodeContext=nullptr) |
SK_API std::unique_ptr< SkCodec > | Decode (sk_sp< SkData >, SkCodec::Result *, SkCodecs::DecodeContext=nullptr) |
constexpr SkCodecs::Decoder | Decoder () |
std::unique_ptr< SkCodec > SkJpegxlDecoder::Decode | ( | sk_sp< SkData > | data, |
SkCodec::Result * | outResult, | ||
SkCodecs::DecodeContext | = nullptr |
||
) |
Definition at line 484 of file SkJpegxlCodec.cpp.
std::unique_ptr< SkCodec > SkJpegxlDecoder::Decode | ( | std::unique_ptr< SkStream > | stream, |
SkCodec::Result * | outResult, | ||
SkCodecs::DecodeContext | = nullptr |
||
) |
Attempts to decode the given bytes as a JPEGXL.
If the bytes are not a JPEGXL, returns nullptr.
DecodeContext is ignored
Definition at line 474 of file SkJpegxlCodec.cpp.
|
inlineconstexpr |
Definition at line 38 of file SkJpegxlDecoder.h.
bool SkJpegxlDecoder::IsJpegxl | ( | const void * | data, |
size_t | len | ||
) |
Returns true if this data claims to be a JPEGXL image.
Definition at line 470 of file SkJpegxlCodec.cpp.