22#define TEST(name) { name, #name }
102 uint64_t testlines = ((uint64_t)
data->fB << 32) | (
unsigned int)
data->fA;
107#if DEBUG_UNDER_DEVELOPMENT
113 for (
int samples = 0; samples <= 64; ++samples) {
115 int bitCount = samples < 32 ? samples : 64 - samples;
139 testlines = 1LL <<
test;
142 if (
reporter->allowExtendedTest()) {
145 testlines = 1LL << index1;
146 testlines |= 1LL << index2;
156 for (
int i = 0;
i < bitCount; ++
i) {
160 }
while (testlines & (1LL << bit));
161 testlines |= 1LL << bit;
165 testlines ^= 0xFFFFFFFFFFFFFFFFLL;
169 (
int) (
unsigned) (testlines & 0xFFFFFFFF),
170 (
int) (
unsigned) (testlines >> 32),
178 uint64_t testlines = 0xFFFFFFFFFFFFFFFFLL;
static void chalkboard(skiatest::Reporter *reporter, uint64_t testlines)
static void chalkboard_threaded(skiatest::Reporter *reporter, const char *filename)
DEF_TEST(PathOpsChalkboard, reporter)
static const size_t testCount
static void chalkboard_1(skiatest::Reporter *reporter, const char *filename)
static void(* stopTest)(skiatest::Reporter *, const char *filename)
static std::atomic< int > gTestNo
static void(* firstTest)(skiatest::Reporter *, const char *filename)
static void testChalkboard(PathOpsThreadState *data)
static void(* skipTest)(skiatest::Reporter *, const char *filename)
bool testSimplify(SkPath &path, bool useXor, SkPath &out, PathOpsThreadState &state, const char *pathStr)
void RunTestSet(skiatest::Reporter *reporter, TestDesc tests[], size_t count, void(*firstTest)(skiatest::Reporter *, const char *filename), void(*skipTest)(skiatest::Reporter *, const char *filename), void(*stopTest)(skiatest::Reporter *, const char *filename), bool reverse)
void initializeTests(skiatest::Reporter *reporter, const char *test)
static float SkBits2Float(uint32_t bits)
SkTDArray< PathOpsThreadedRunnable * > fRunnables
uint32_t nextRangeU(uint32_t min, uint32_t max)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
std::shared_ptr< const fml::Mapping > data