Lines Matching refs:gRec
1580 } gRec[] = { in test_convexity() local
1591 for (size_t i = 0; i < SK_ARRAY_COUNT(gRec); ++i) { in test_convexity()
1593 setFromString(&path, gRec[i].fPathStr); in test_convexity()
1594 check_convexity(reporter, path, gRec[i].fExpectedConvexity); in test_convexity()
1595 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()
1597 if (kDontCheckDir != gRec[i].fExpectedDirection) { in test_convexity()
1601 … REPORTER_ASSERT(reporter, (gRec[i].fExpectedDirection == SkPathPriv::kUnknown_FirstDirection) in test_convexity()
1603 REPORTER_ASSERT(reporter, !foundDir || gRec[i].fExpectedDirection == dir); in test_convexity()
1604 check_convexity(reporter, copy, gRec[i].fExpectedConvexity); in test_convexity()
1606 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity()); in test_convexity()
1607 check_direction(reporter, path, gRec[i].fExpectedDirection); in test_convexity()