Flutter Engine
The Flutter Engine
|
#include <SkJpegDecoderMgr.h>
Public Member Functions | |
bool | returnFalse (const char caller[]) |
SkCodec::Result | returnFailure (const char caller[], SkCodec::Result result) |
JpegDecoderMgr (SkStream *stream) | |
void | init () |
bool | getEncodedColor (SkEncodedInfo::Color *outColor) |
~JpegDecoderMgr () | |
skjpeg_error_mgr * | errorMgr () |
jpeg_decompress_struct * | dinfo () |
SkJpegSourceMgr * | getSourceMgr () |
Definition at line 25 of file SkJpegDecoderMgr.h.
JpegDecoderMgr::JpegDecoderMgr | ( | SkStream * | stream | ) |
Definition at line 92 of file SkJpegDecoderMgr.cpp.
JpegDecoderMgr::~JpegDecoderMgr | ( | ) |
Definition at line 108 of file SkJpegDecoderMgr.cpp.
|
inline |
Definition at line 69 of file SkJpegDecoderMgr.h.
|
inline |
Definition at line 64 of file SkJpegDecoderMgr.h.
bool JpegDecoderMgr::getEncodedColor | ( | SkEncodedInfo::Color * | outColor | ) |
Definition at line 63 of file SkJpegDecoderMgr.cpp.
SkJpegSourceMgr * JpegDecoderMgr::getSourceMgr | ( | ) |
Definition at line 88 of file SkJpegDecoderMgr.cpp.
void JpegDecoderMgr::init | ( | ) |
Definition at line 99 of file SkJpegDecoderMgr.cpp.
SkCodec::Result JpegDecoderMgr::returnFailure | ( | const char | caller[], |
SkCodec::Result | result | ||
) |
Definition at line 58 of file SkJpegDecoderMgr.cpp.
bool JpegDecoderMgr::returnFalse | ( | const char | caller[] | ) |
Definition at line 53 of file SkJpegDecoderMgr.cpp.