Searched refs:paths_fill_same (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 52 static bool paths_fill_same(const SkPath& a, const SkPath& b) { in paths_fill_same() function 158 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB)); in check_equivalence() 620 REPORTER_ASSERT(r, paths_fill_same(a, b)); in init() 674 REPORTER_ASSERT(r, paths_fill_same(postAllStyle, testPath)); in init() 1330 REPORTER_ASSERT(reporter, paths_fill_same(a, b)); in test_make_hairline_path_effect() 1331 REPORTER_ASSERT(reporter, paths_fill_same(a, c)); in test_make_hairline_path_effect() 1341 REPORTER_ASSERT(reporter, paths_fill_same(a, b)); in test_make_hairline_path_effect() 1342 REPORTER_ASSERT(reporter, paths_fill_same(a, c)); in test_make_hairline_path_effect() 1513 REPORTER_ASSERT(reporter, paths_fill_same(a, b)); in test_path_effect_fails() 1517 REPORTER_ASSERT(reporter, paths_fill_same(a, b)); in test_path_effect_fails() [all …]
|