Flutter Engine
The Flutter Engine
|
#include "include/codec/SkAndroidCodec.h"
#include "include/codec/SkCodec.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorType.h"
#include "include/core/SkData.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/core/SkUnPreMultiply.h"
#include "tests/CodecPriv.h"
#include "tests/Test.h"
#include "tools/Resources.h"
#include <cstring>
#include <initializer_list>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
static void | test_gif_data_no_colormap (skiatest::Reporter *r, void *data, size_t size) |
static void | test_gif_data (skiatest::Reporter *r, void *data, size_t size) |
static void | test_gif_data_dims (skiatest::Reporter *r, void *data, size_t size, int width, int height) |
static void | test_interlaced_gif_data (skiatest::Reporter *r, void *data, size_t size) |
static void | test_gif_data_short (skiatest::Reporter *r, void *data, size_t size) |
DEF_TEST (Gif, reporter) | |
DEF_TEST (Codec_GifInterlacedTruncated, r) | |
DEF_TEST (Gif_Sampled, r) | |
DEF_TEST (Codec_GifTruncated, r) | |
DEF_TEST (Codec_GifTruncated2, r) | |
DEF_TEST (Codec_GifTruncated3, r) | |
DEF_TEST (Codec_gif_out_of_palette, r) | |
DEF_TEST (Codec_AnimatedTransparentGif, r) | |
DEF_TEST (Codec_xOffsetTooBig, r) | |
Variables | |
static unsigned char | gGIFData [] |
static unsigned char | gGIFDataNoColormap [] |
static unsigned char | gInterlacedGIF [] |
DEF_TEST | ( | Codec_AnimatedTransparentGif | , |
r | |||
) |
Definition at line 466 of file GifTest.cpp.
DEF_TEST | ( | Codec_gif_out_of_palette | , |
r | |||
) |
Definition at line 418 of file GifTest.cpp.
DEF_TEST | ( | Codec_GifInterlacedTruncated | , |
r | |||
) |
Definition at line 213 of file GifTest.cpp.
DEF_TEST | ( | Codec_GifTruncated | , |
r | |||
) |
Definition at line 286 of file GifTest.cpp.
DEF_TEST | ( | Codec_GifTruncated2 | , |
r | |||
) |
Definition at line 323 of file GifTest.cpp.
DEF_TEST | ( | Codec_GifTruncated3 | , |
r | |||
) |
Definition at line 379 of file GifTest.cpp.
DEF_TEST | ( | Codec_xOffsetTooBig | , |
r | |||
) |
Definition at line 545 of file GifTest.cpp.
DEF_TEST | ( | Gif | , |
reporter | |||
) |
This test will test the ability of the SkCodec to deal with GIF files which have been mangled somehow. We want to display as much of the GIF as possible.
Definition at line 165 of file GifTest.cpp.
DEF_TEST | ( | Gif_Sampled | , |
r | |||
) |
Definition at line 261 of file GifTest.cpp.
|
static |
Definition at line 81 of file GifTest.cpp.
|
static |
Definition at line 100 of file GifTest.cpp.
|
static |
Definition at line 68 of file GifTest.cpp.
|
static |
Definition at line 141 of file GifTest.cpp.
|
static |
Definition at line 109 of file GifTest.cpp.
|
static |
Definition at line 32 of file GifTest.cpp.
|
static |
Definition at line 42 of file GifTest.cpp.
|
static |
Definition at line 57 of file GifTest.cpp.