Searched refs:platTriangle (Results 1 – 1 of 1) sorted by relevance
1090 SkPath platTriangle; in test_path_crbug389050() local1091 platTriangle.moveTo(0, 0); in test_path_crbug389050()1092 platTriangle.lineTo(200, 0); in test_path_crbug389050()1093 platTriangle.lineTo(100, 0.04f); in test_path_crbug389050()1094 platTriangle.close(); in test_path_crbug389050()1095 platTriangle.getConvexity(); in test_path_crbug389050()1096 check_direction(reporter, platTriangle, SkPath::kCW_Direction); in test_path_crbug389050()1098 platTriangle.reset(); in test_path_crbug389050()1099 platTriangle.moveTo(0, 0); in test_path_crbug389050()1100 platTriangle.lineTo(200, 0); in test_path_crbug389050()[all …]