Lines Matching refs:gRec
1173 } gRec[] = {
1184 for (size_t i = 0; i < SK_ARRAY_COUNT(gRec); ++i) {
1186 setFromString(&path, gRec[i].fPathStr);
1187 check_convexity(reporter, path, gRec[i].fExpectedConvexity);
1188 check_direction(reporter, path, gRec[i].fExpectedDirection);
1190 if (kDontCheckDir != gRec[i].fExpectedDirection) {
1194 REPORTER_ASSERT(reporter, (gRec[i].fExpectedDirection == SkPath::kUnknown_Direction)
1196 REPORTER_ASSERT(reporter, !foundDir || gRec[i].fExpectedDirection == dir);
1197 check_convexity(reporter, copy, gRec[i].fExpectedConvexity);
1199 REPORTER_ASSERT(reporter, gRec[i].fExpectedConvexity == path.getConvexity());
1200 check_direction(reporter, path, gRec[i].fExpectedDirection);