Home
last modified time | relevance | path

Searched refs:kCuspAtInfinity (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DGeometryTest.cpp302 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/
DSkGeometry.h239 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()
DSkGeometry.cpp857 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp264 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()