Flutter Engine
The Flutter Engine
|
#include "include/codec/SkCodec.h"
#include "include/codec/SkCodecAnimation.h"
#include "include/codec/SkPixmapUtils.h"
#include "include/core/SkAlphaType.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkColorPriv.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkColorType.h"
#include "include/core/SkData.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkStream.h"
#include "include/private/base/SkTemplates.h"
#include "modules/skcms/skcms.h"
#include "src/base/SkNoDestructor.h"
#include "src/codec/SkCodecPriv.h"
#include "src/codec/SkFrameHolder.h"
#include "src/codec/SkPixmapUtilsPriv.h"
#include "src/codec/SkSampler.h"
#include <string>
#include <string_view>
#include <utility>
#include "include/private/base/SkOnce.h"
Go to the source code of this file.
Namespaces | |
namespace | SkCodecs |
Functions | |
static std::vector< Decoder > * | SkCodecs::get_decoders_for_editing () |
const std::vector< Decoder > & | SkCodecs::get_decoders () |
void SK_API | SkCodecs::Register (Decoder d) |
bool | SkCodecs::HasDecoder (std::string_view id) |
static SkIRect | frame_rect_on_screen (SkIRect frameRect, const SkIRect &screenRect) |
bool | zero_rect (const SkImageInfo &dstInfo, void *pixels, size_t rowBytes, SkISize srcDimensions, SkIRect prevRect) |
bool | sk_select_xform_format (SkColorType colorType, bool forColorTable, skcms_PixelFormat *outFormat) |
static bool | independent (const SkFrame &frame) |
static bool | restore_bg (const SkFrame &frame) |
Definition at line 334 of file SkCodec.cpp.
|
static |
Definition at line 922 of file SkCodec.cpp.
|
static |
Definition at line 926 of file SkCodec.cpp.
bool sk_select_xform_format | ( | SkColorType | colorType, |
bool | forColorTable, | ||
skcms_PixelFormat * | outFormat | ||
) |
Definition at line 767 of file SkCodec.cpp.
bool zero_rect | ( | const SkImageInfo & | dstInfo, |
void * | pixels, | ||
size_t | rowBytes, | ||
SkISize | srcDimensions, | ||
SkIRect | prevRect | ||
) |
Definition at line 343 of file SkCodec.cpp.