Lines Matching refs:gRec
1583 } gRec[] = {
1594 for (size_t i = 0; i < SK_ARRAY_COUNT(gRec); ++i) {
1596 setFromString(&path, gRec[i].fPathStr);
1597 check_convexity(reporter, path, gRec[i].fExpectedIsConvex);
1598 check_direction(reporter, path, gRec[i].fExpectedDirection);
1600 if (kDontCheckDir != gRec[i].fExpectedDirection) {
1605 REPORTER_ASSERT(reporter, (gRec[i].fExpectedDirection == SkPathFirstDirection::kUnknown)
1607 REPORTER_ASSERT(reporter, !foundDir || gRec[i].fExpectedDirection == dir);
1608 check_convexity(reporter, copy, gRec[i].fExpectedIsConvex);
1610 REPORTER_ASSERT(reporter, gRec[i].fExpectedIsConvex == path.isConvex());
1611 check_direction(reporter, path, gRec[i].fExpectedDirection);