Flutter Engine
The Flutter Engine
|
#include "include/core/SkData.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkAlign.h"
#include "include/private/base/SkTemplates.h"
#include "src/base/SkAutoMalloc.h"
#include "src/base/SkRandom.h"
#include "src/core/SkReadBuffer.h"
#include "src/core/SkWriter32.h"
#include "tests/Test.h"
#include <array>
#include <cstdint>
#include <cstring>
Go to the source code of this file.
Functions | |
static void | check_contents (skiatest::Reporter *reporter, const SkWriter32 &writer, const void *expected, size_t size) |
static void | test_reserve (skiatest::Reporter *reporter) |
static void | test_string_null (skiatest::Reporter *reporter) |
static void | test_rewind (skiatest::Reporter *reporter) |
static void | test1 (skiatest::Reporter *reporter, SkWriter32 *writer) |
static void | testWritePad (skiatest::Reporter *reporter, SkWriter32 *writer) |
static void | testOverwriteT (skiatest::Reporter *reporter, SkWriter32 *writer) |
DEF_TEST (Writer32_dynamic, reporter) | |
DEF_TEST (Writer32_small, reporter) | |
DEF_TEST (Writer32_large, reporter) | |
DEF_TEST (Writer32_misc, reporter) | |
DEF_TEST (Writer32_data, reporter) | |
|
static |
Definition at line 27 of file Writer32Test.cpp.
DEF_TEST | ( | Writer32_data | , |
reporter | |||
) |
Definition at line 212 of file Writer32Test.cpp.
DEF_TEST | ( | Writer32_dynamic | , |
reporter | |||
) |
Definition at line 173 of file Writer32Test.cpp.
DEF_TEST | ( | Writer32_large | , |
reporter | |||
) |
Definition at line 195 of file Writer32Test.cpp.
DEF_TEST | ( | Writer32_misc | , |
reporter | |||
) |
Definition at line 206 of file Writer32Test.cpp.
DEF_TEST | ( | Writer32_small | , |
reporter | |||
) |
Definition at line 184 of file Writer32Test.cpp.
|
static |
Definition at line 84 of file Writer32Test.cpp.
|
static |
Definition at line 36 of file Writer32Test.cpp.
|
static |
Definition at line 54 of file Writer32Test.cpp.
|
static |
Definition at line 44 of file Writer32Test.cpp.
|
static |
Definition at line 136 of file Writer32Test.cpp.
|
static |
Definition at line 98 of file Writer32Test.cpp.