Searched refs:kCuspAtInfinity (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/tests/ |
D | GeometryTest.cpp | 302 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 305 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 307 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 309 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 316 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 318 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 320 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 323 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 609 REPORTER_ASSERT(reporter, SkClassifyCubic(kExactCuspAtInf) == SkCubicType::kCuspAtInfinity); in test_chop_at_midtangent() 612 test_chop_cubic_at_midtangent(reporter, chops + i*3, SkCubicType::kCuspAtInfinity); in test_chop_at_midtangent()
|
/third_party/skia/src/core/ |
D | SkGeometry.h | 239 kCuspAtInfinity, // Cusp with a cusp at t=infinity and a local inflection. enumerator 249 case SkCubicType::kCuspAtInfinity: in SkCubicIsDegenerate() 263 case SkCubicType::kCuspAtInfinity: return "kCuspAtInfinity"; in SkCubicTypeName()
|
D | SkGeometry.cpp | 857 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 264 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
|