Searched refs:tinyConvexPolygon (Results 1 – 1 of 1) sorted by relevance
1080 SkPath tinyConvexPolygon; in test_path_crbug389050() local1081 tinyConvexPolygon.moveTo(600.131559f, 800.112512f); in test_path_crbug389050()1082 tinyConvexPolygon.lineTo(600.161735f, 800.118627f); in test_path_crbug389050()1083 tinyConvexPolygon.lineTo(600.148962f, 800.142338f); in test_path_crbug389050()1084 tinyConvexPolygon.lineTo(600.134891f, 800.137724f); in test_path_crbug389050()1085 tinyConvexPolygon.close(); in test_path_crbug389050()1086 tinyConvexPolygon.getConvexity(); in test_path_crbug389050()1087 check_convexity(reporter, tinyConvexPolygon, SkPath::kConvex_Convexity); in test_path_crbug389050()1088 check_direction(reporter, tinyConvexPolygon, SkPath::kCW_Direction); in test_path_crbug389050()