Flutter Engine
The Flutter Engine
|
#include "include/core/SkPath.h"
#include "include/core/SkString.h"
#include "include/private/base/SkTDArray.h"
#include "src/base/SkFloatBits.h"
#include "src/base/SkRandom.h"
#include "tests/PathOpsExtendedTest.h"
#include "tests/PathOpsThreadedCommon.h"
#include "tests/Test.h"
#include <array>
#include <atomic>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Macros | |
#define | TEST(name) { name, #name } |
Functions | |
static void | tiger8 (skiatest::Reporter *reporter, const char *filename) |
static void | tiger8a (skiatest::Reporter *reporter, const char *filename) |
static void | tiger8a_x (skiatest::Reporter *reporter, uint64_t testlines) |
static void | tiger8a_h_1 (skiatest::Reporter *reporter, const char *) |
static void | tiger8b_x (skiatest::Reporter *reporter, uint64_t testlines) |
static void | testTiger (PathOpsThreadState *data) |
static void | tiger_threaded (skiatest::Reporter *reporter, const char *filename) |
static void | tiger8b_h_1 (skiatest::Reporter *reporter, const char *filename) |
static void | tiger8b (skiatest::Reporter *reporter, const char *filename) |
DEF_TEST (PathOpsTiger, reporter) | |
Variables | |
static std::atomic< int > | gTigerTests {0} |
static void(* | skipTest )(skiatest::Reporter *, const char *filename) = nullptr |
static void(* | firstTest )(skiatest::Reporter *, const char *filename) = nullptr |
static void(* | stopTest )(skiatest::Reporter *, const char *filename) = nullptr |
static TestDesc | tests [] |
static const size_t | testCount = std::size(tests) |
static bool | runReverse = false |
Definition at line 21 of file PathOpsTigerTest.cpp.
DEF_TEST | ( | PathOpsTiger | , |
reporter | |||
) |
Definition at line 347 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 244 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 23 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 104 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 193 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 148 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 286 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 280 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 198 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 253 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 332 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 146 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 345 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 331 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 333 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 344 of file PathOpsTigerTest.cpp.
|
static |
Definition at line 335 of file PathOpsTigerTest.cpp.