Searched refs:COLINEAR_DIAGONAL_CONVEXITY (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 16 #define COLINEAR_DIAGONAL_CONVEXITY kConcave_Convexity macro 18 #define COLINEAR_DIAGONAL_CONVEXITY kConvex_Convexity macro
|
/external/skqp/tests/ |
D | PathTest.cpp | 1351 check_convexity(reporter, tinyConvexPolygon, SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_path_crbug389050() 1488 check_convexity(reporter, strokedSin, SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_convexity2() 1522 check_convexity(reporter, doubleback, SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_convexity_doubleback() 1532 check_convexity(reporter, doubleback, SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_convexity_doubleback() 1595 check_convexity(reporter, path, SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_convexity() 3715 REPORTER_ASSERT(reporter, p.getConvexity() == SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_arc() 3718 REPORTER_ASSERT(reporter, p.getConvexity() == SkPath::COLINEAR_DIAGONAL_CONVEXITY); in test_arc()
|