Flutter Engine
The Flutter Engine
|
Public Member Functions | |
SkJpegxlCodecPriv () | |
Public Member Functions inherited from SkFrameHolder | |
SkFrameHolder () | |
virtual | ~SkFrameHolder () |
int | screenWidth () const |
int | screenHeight () const |
void | setAlphaAndRequiredFrame (SkFrame *) |
const SkFrame * | getFrame (int i) const |
Public Member Functions inherited from SkNoncopyable | |
SkNoncopyable ()=default | |
SkNoncopyable (SkNoncopyable &&)=default | |
SkNoncopyable & | operator= (SkNoncopyable &&)=default |
Public Attributes | |
JxlDecoderPtr | fDecoder |
JxlBasicInfo | fInfo |
bool | fSeenAllFrames = false |
std::vector< Frame > | fFrames |
int | fLastProcessedFrame = SkCodec::kNoFrame |
void * | fDst |
size_t | fPixelShift |
size_t | fRowBytes |
SkColorType | fDstColorType |
Protected Member Functions | |
const SkFrame * | onGetFrame (int i) const override |
virtual const SkFrame * | onGetFrame (int i) const =0 |
Additional Inherited Members | |
Protected Attributes inherited from SkFrameHolder | |
int | fScreenWidth |
int | fScreenHeight |
Definition at line 58 of file SkJpegxlCodec.cpp.
|
inline |
Definition at line 60 of file SkJpegxlCodec.cpp.
Implements SkFrameHolder.
Definition at line 72 of file SkJpegxlCodec.cpp.
JxlDecoderPtr SkJpegxlCodecPriv::fDecoder |
Definition at line 61 of file SkJpegxlCodec.cpp.
void* SkJpegxlCodecPriv::fDst |
Definition at line 66 of file SkJpegxlCodec.cpp.
SkColorType SkJpegxlCodecPriv::fDstColorType |
Definition at line 69 of file SkJpegxlCodec.cpp.
std::vector<Frame> SkJpegxlCodecPriv::fFrames |
Definition at line 64 of file SkJpegxlCodec.cpp.
JxlBasicInfo SkJpegxlCodecPriv::fInfo |
Definition at line 62 of file SkJpegxlCodec.cpp.
int SkJpegxlCodecPriv::fLastProcessedFrame = SkCodec::kNoFrame |
Definition at line 65 of file SkJpegxlCodec.cpp.
size_t SkJpegxlCodecPriv::fPixelShift |
Definition at line 67 of file SkJpegxlCodec.cpp.
size_t SkJpegxlCodecPriv::fRowBytes |
Definition at line 68 of file SkJpegxlCodec.cpp.
bool SkJpegxlCodecPriv::fSeenAllFrames = false |
Definition at line 63 of file SkJpegxlCodec.cpp.