HomeSort by relevance Sort by last modified time
    Searched full:check_convexity (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
PathTest.cpp 749 static void check_convexity(skiatest::Reporter* reporter, const SkPath& path, function
760 check_convexity(reporter, pt, SkPath::kConvex_Convexity);
767 check_convexity(reporter, line, SkPath::kConvex_Convexity);
775 check_convexity(reporter, triLeft, SkPath::kConvex_Convexity);
783 check_convexity(reporter, triRight, SkPath::kConvex_Convexity);
792 check_convexity(reporter, square, SkPath::kConvex_Convexity);
809 check_convexity(reporter, redundantSquare, SkPath::kConvex_Convexity);
826 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity);
838 check_convexity(reporter, spiral, SkPath::kConcave_Convexity);
848 check_convexity(reporter, dent, SkPath::kConcave_Convexity)
    [all...]

Completed in 61 milliseconds