Searched defs:paths_fill_same (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DGrShapeTest.cpp34 static bool paths_fill_same(const SkPath& a, const SkPath& b) { function
336 REPORTER_ASSERT(r, paths_fill_same(a, b));
389 REPORTER_ASSERT(r, paths_fill_same(postAllStyle, testPath));
502 REPORTER_ASSERT(r, paths_fill_same(pathA, pathB));
1152 REPORTER_ASSERT(reporter, paths_fill_same(a, b));
1153 REPORTER_ASSERT(reporter, paths_fill_same(a, c));
1163 REPORTER_ASSERT(reporter, paths_fill_same(a, b));
1164 REPORTER_ASSERT(reporter, paths_fill_same(a, c));
1292 REPORTER_ASSERT(reporter, paths_fill_same(a, b));
1296 REPORTER_ASSERT(reporter, paths_fill_same(
[all...]

Completed in 110 milliseconds