Flutter Engine
The Flutter Engine
|
#include "include/core/SkColor.h"
#include "include/core/SkColorPriv.h"
#include "include/core/SkTypes.h"
#include "include/private/SkColorData.h"
#include "tests/Test.h"
#include <cstdint>
Go to the source code of this file.
Macros | |
#define | ASSERT(expr) REPORTER_ASSERT(r, expr) |
Functions | |
DEF_TEST (Splay, r) | |
DEF_TEST (FourByteInterp, r) | |
#define ASSERT | ( | expr | ) | REPORTER_ASSERT(r, expr) |
Definition at line 16 of file ColorPrivTest.cpp.
DEF_TEST | ( | FourByteInterp | , |
r | |||
) |
Definition at line 32 of file ColorPrivTest.cpp.
DEF_TEST | ( | Splay | , |
r | |||
) |
Definition at line 18 of file ColorPrivTest.cpp.