Go to the source code of this file.
◆ TEST
◆ DEF_TEST()
DEF_TEST |
( |
PathOpsIssue3651 |
, |
|
|
reporter |
|
|
) |
| |
Definition at line 1688 of file PathOpsIssue3651.cpp.
1688 {
1690}
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)
static const size_t testCount
static void(* stopTest)(skiatest::Reporter *, const char *filename)
static struct TestDesc tests[]
static void(* firstTest)(skiatest::Reporter *, const char *filename)
static void(* skipTest)(skiatest::Reporter *, const char *filename)
◆ issue3651_1()
Definition at line 1211 of file PathOpsIssue3651.cpp.
1211 {
1214
1217}
bool testPathOpCheck(skiatest::Reporter *reporter, const SkPath &a, const SkPath &b, const SkPathOp shapeOp, const char *testName, bool checkFail)
@ kUnion_SkPathOp
union (inclusive-or) the two paths
static bool DebugRunFail()
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
◆ issue3651_1a()
◆ issue3651_2()
Definition at line 1219 of file PathOpsIssue3651.cpp.
1219 {
1223}
bool testPathOp(skiatest::Reporter *reporter, const SkPath &a, const SkPath &b, const SkPathOp shapeOp, const char *testName)
◆ issue3651_3()
◆ issue3651_4()
◆ issue3651_5()
◆ issue3651_6()
◆ issue3651_7()
◆ path1()
◆ path1_a()
◆ path2()
◆ path2_a()
◆ path3()
◆ path4()
◆ path5()
◆ path6()
◆ firstTest
◆ runReverse
◆ skipTest
◆ stopTest
◆ testCount
const size_t testCount = std::size(tests) |
|
static |
◆ tests
Initial value:= {
}
static void issue3651_4(skiatest::Reporter *reporter, const char *filename)
static void issue3651_7(skiatest::Reporter *reporter, const char *filename)
static void issue3651_1a(skiatest::Reporter *reporter, const char *filename)
static void issue3651_1(skiatest::Reporter *reporter, const char *filename)
static void issue3651_3(skiatest::Reporter *reporter, const char *filename)
static void issue3651_6(skiatest::Reporter *reporter, const char *filename)
static void issue3651_5(skiatest::Reporter *reporter, const char *filename)
static void issue3651_2(skiatest::Reporter *reporter, const char *filename)
Definition at line 1673 of file PathOpsIssue3651.cpp.