Lines Matching defs:check_direction

1053 static void check_direction(skiatest::Reporter* reporter, const SkPath& path,
1102 check_direction(reporter, path, SkPathFirstDirection::kCW);
1118 check_direction(reporter, path, SkPathFirstDirection::kCCW);
1126 check_direction(reporter, path, SkPathFirstDirection::kCW);
1131 check_direction(reporter, path, SkPathFirstDirection::kCCW);
1139 check_direction(reporter, path, SkPathFirstDirection::kCCW);
1144 check_direction(reporter, path, SkPathFirstDirection::kCW);
1151 check_direction(reporter, path, SkPathFirstDirection::kCCW);
1327 check_direction(reporter, tinyConvexPolygon, SkPathFirstDirection::kCW);
1335 check_direction(reporter, platTriangle, SkPathFirstDirection::kCW);
1343 check_direction(reporter, platTriangle, SkPathFirstDirection::kCW);
1351 check_direction(reporter, pt, SkPathFirstDirection::kUnknown);
1358 check_direction(reporter, line, SkPathFirstDirection::kUnknown);
1366 check_direction(reporter, triLeft, SkPathFirstDirection::kCW);
1374 check_direction(reporter, triRight, SkPathFirstDirection::kCCW);
1383 check_direction(reporter, square, SkPathFirstDirection::kCW);
1400 check_direction(reporter, redundantSquare, SkPathFirstDirection::kCW);
1417 check_direction(reporter, bowTie, kDontCheckDir);
1429 check_direction(reporter, spiral, kDontCheckDir);
1439 check_direction(reporter, dent, SkPathFirstDirection::kCW);
1456 check_direction(reporter, strokedSin, kDontCheckDir);
1467 check_direction(reporter, degenerateConcave, SkPathFirstDirection::kUnknown);
1598 check_direction(reporter, path, gRec[i].fExpectedDirection);
1611 check_direction(reporter, path, gRec[i].fExpectedDirection);