Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Classes | |
struct | TestDesc |
Namespaces | |
namespace | skiatest |
Functions | |
int | comparePaths (skiatest::Reporter *reporter, const char *filename, const SkPath &one, const SkPath &two, SkBitmap &bitmap) |
int | comparePaths (skiatest::Reporter *reporter, const char *filename, const SkPath &one, const SkPath &two) |
bool | drawAsciiPaths (const SkPath &one, const SkPath &two, bool drawPaths) |
void | markTestFlakyForPathKit () |
void | showOp (const SkPathOp op) |
bool | testPathOp (skiatest::Reporter *reporter, const SkPath &a, const SkPath &b, const SkPathOp, const char *testName) |
bool | testPathOpCheck (skiatest::Reporter *reporter, const SkPath &a, const SkPath &b, const SkPathOp, const char *testName, bool checkFail) |
bool | testPathOpFail (skiatest::Reporter *reporter, const SkPath &a, const SkPath &b, const SkPathOp, const char *testName) |
bool | testPathOpFuzz (skiatest::Reporter *reporter, const SkPath &a, const SkPath &b, const SkPathOp, const char *testName) |
bool | testSimplify (SkPath &path, bool useXor, SkPath &out, PathOpsThreadState &state, const char *pathStr) |
bool | testSimplify (skiatest::Reporter *reporter, const SkPath &path, const char *filename) |
bool | testSimplifyCheck (skiatest::Reporter *reporter, const SkPath &path, const char *filename, bool checkFail) |
bool | testSimplifyFail (skiatest::Reporter *reporter, const SkPath &path, const char *filename) |
bool | testSimplifyFuzz (skiatest::Reporter *reporter, const SkPath &path, const char *filename) |
void | initializeTests (skiatest::Reporter *reporter, const char *testName) |
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 | ShowFunctionHeader (const char *name) |
void | ShowPath (const SkPath &path, const char *pathName) |
void | ShowOp (SkPathOp op, const char *pathOne, const char *pathTwo) |
|
inline |
Definition at line 28 of file PathOpsExtendedTest.h.
int comparePaths | ( | skiatest::Reporter * | reporter, |
const char * | filename, | ||
const SkPath & | one, | ||
const SkPath & | two, | ||
SkBitmap & | bitmap | ||
) |
Definition at line 252 of file PathOpsExtendedTest.cpp.
Definition at line 205 of file PathOpsExtendedTest.cpp.
void initializeTests | ( | skiatest::Reporter * | reporter, |
const char * | testName | ||
) |
Definition at line 650 of file PathOpsExtendedTest.cpp.
void markTestFlakyForPathKit | ( | ) |
Definition at line 369 of file PathOpsExtendedTest.cpp.
void RunTestSet | ( | skiatest::Reporter * | reporter, |
TestDesc | tests[], | ||
size_t | count, | ||
void(*)(skiatest::Reporter *, const char *filename) | firstTest, | ||
void(*)(skiatest::Reporter *, const char *filename) | skipTest, | ||
void(*)(skiatest::Reporter *, const char *filename) | stopTest, | ||
bool | reverse | ||
) |
Definition at line 691 of file PathOpsExtendedTest.cpp.
void ShowFunctionHeader | ( | const char * | name | ) |
void showOp | ( | const SkPathOp | op | ) |
Definition at line 107 of file PathOpsExtendedTest.cpp.
void ShowOp | ( | SkPathOp | op, |
const char * | pathOne, | ||
const char * | pathTwo | ||
) |
void ShowPath | ( | const SkPath & | path, |
const char * | pathName | ||
) |
bool testPathOp | ( | skiatest::Reporter * | reporter, |
const SkPath & | a, | ||
const SkPath & | b, | ||
const | SkPathOp, | ||
const char * | testName | ||
) |
Definition at line 618 of file PathOpsExtendedTest.cpp.
bool testPathOpCheck | ( | skiatest::Reporter * | reporter, |
const SkPath & | a, | ||
const SkPath & | b, | ||
const | SkPathOp, | ||
const char * | testName, | ||
bool | checkFail | ||
) |
Definition at line 624 of file PathOpsExtendedTest.cpp.
bool testPathOpFail | ( | skiatest::Reporter * | reporter, |
const SkPath & | a, | ||
const SkPath & | b, | ||
const | SkPathOp, | ||
const char * | testName | ||
) |
Definition at line 636 of file PathOpsExtendedTest.cpp.
bool testPathOpFuzz | ( | skiatest::Reporter * | reporter, |
const SkPath & | a, | ||
const SkPath & | b, | ||
const | SkPathOp, | ||
const char * | testName | ||
) |
Definition at line 630 of file PathOpsExtendedTest.cpp.
bool testSimplify | ( | skiatest::Reporter * | reporter, |
const SkPath & | path, | ||
const char * | filename | ||
) |
Definition at line 526 of file PathOpsExtendedTest.cpp.
bool testSimplify | ( | SkPath & | path, |
bool | useXor, | ||
SkPath & | out, | ||
PathOpsThreadState & | state, | ||
const char * | pathStr | ||
) |
Definition at line 376 of file PathOpsExtendedTest.cpp.
bool testSimplifyCheck | ( | skiatest::Reporter * | reporter, |
const SkPath & | path, | ||
const char * | filename, | ||
bool | checkFail | ||
) |
Definition at line 536 of file PathOpsExtendedTest.cpp.
bool testSimplifyFail | ( | skiatest::Reporter * | reporter, |
const SkPath & | path, | ||
const char * | filename | ||
) |
Definition at line 542 of file PathOpsExtendedTest.cpp.
bool testSimplifyFuzz | ( | skiatest::Reporter * | reporter, |
const SkPath & | path, | ||
const char * | filename | ||
) |
Definition at line 531 of file PathOpsExtendedTest.cpp.