/external/skia/tests/ |
D | PathOpsExtendedTest.h | 24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename, 27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths() function 30 return comparePaths(reporter, filename, one, two, bitmap); in comparePaths()
|
D | PathOpsBuilderTest.cpp | 37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result); in DEF_TEST() 78 pixelDiff = comparePaths(reporter, __FUNCTION__, opCompare, result); in DEF_TEST() 100 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, path2); in DEF_TEST() 114 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST() 135 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 328 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one, in comparePaths() function 362 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one, in comparePaths() function 468 int result = comparePaths(state.fReporter, nullptr, path, out, *state.fBitmap); in testSimplify() 601 int errors = comparePaths(reporter, filename, path, out, bitmap); in inner_simplify() 713 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
|
D | PathOpsBuilderConicTest.cpp | 65 comparePaths(reporter, __FUNCTION__ , regionResult, builderResult, bitmap); in testOne() 66 comparePaths(reporter, __FUNCTION__ , regionResult, opResult, bitmap); in testOne() 136 failed = !!comparePaths(reporter, __FUNCTION__, path, dummy, bitmap); in simplify_fails()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.h | 24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename, 27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths() function 30 return comparePaths(reporter, filename, one, two, bitmap); in comparePaths()
|
D | PathOpsBuilderTest.cpp | 37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result); in DEF_TEST() 78 pixelDiff = comparePaths(reporter, __FUNCTION__, opCompare, result); in DEF_TEST() 100 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, path2); in DEF_TEST() 114 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST() 135 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 328 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one, in comparePaths() function 362 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one, in comparePaths() function 468 int result = comparePaths(state.fReporter, nullptr, path, out, *state.fBitmap); in testSimplify() 601 int errors = comparePaths(reporter, filename, path, out, bitmap); in inner_simplify() 713 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
|
D | PathOpsBuilderConicTest.cpp | 65 comparePaths(reporter, __FUNCTION__ , regionResult, builderResult, bitmap); in testOne() 66 comparePaths(reporter, __FUNCTION__ , regionResult, opResult, bitmap); in testOne() 136 failed = !!comparePaths(reporter, __FUNCTION__, path, dummy, bitmap); in simplify_fails()
|