Searched refs:comparePaths (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | PathOpsBuilderTest.cpp | 78 int pixelDiff = comparePaths(reporter, __FUNCTION__, opCompare, result, bitmap); in DEF_TEST() 104 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, path2, bitmap); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 280 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one, in comparePaths() function 326 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one, in comparePaths() function 427 int result = comparePaths(state.fReporter, NULL, path, out, *state.fBitmap); in testSimplify() 460 int errors = comparePaths(reporter, filename, path, out, bitmap); in inner_simplify() 532 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
|
D | PathOpsExtendedTest.h | 30 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
|