Flutter Engine
The Flutter Engine
|
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "src/core/SkRecord.h"
#include "src/core/SkRecords.h"
#include "tests/RecordTestUtils.h"
#include "tests/Test.h"
#include <cstdint>
#include <new>
Go to the source code of this file.
Classes | |
class | AreaSummer |
struct | Stretch |
Macros | |
#define | APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} |
Functions | |
DEF_TEST (Record, r) | |
DEF_TEST (Record_defrag, r) | |
template<typename T > | |
static bool | is_aligned (const T *p) |
DEF_TEST (Record_Alignment, r) | |
#define APPEND | ( | record, | |
type, | |||
... | |||
) | new (record.append<type>()) type{__VA_ARGS__} |
Definition at line 56 of file RecordTest.cpp.
DEF_TEST | ( | Record | , |
r | |||
) |
Definition at line 59 of file RecordTest.cpp.
DEF_TEST | ( | Record_Alignment | , |
r | |||
) |
Definition at line 107 of file RecordTest.cpp.
DEF_TEST | ( | Record_defrag | , |
r | |||
) |
Definition at line 81 of file RecordTest.cpp.
Definition at line 103 of file RecordTest.cpp.