Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DGeometryTest.cpp237 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
240 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
242 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
244 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
251 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
253 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
255 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
258 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
/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/flutter/skia/src/core/
DSkGeometry.h168 kCuspAtInfinity, // Cusp with a cusp at t=infinity and a local inflection. enumerator
178 case SkCubicType::kCuspAtInfinity: in SkCubicIsDegenerate()
192 case SkCubicType::kCuspAtInfinity: return "kCuspAtInfinity"; in SkCubicTypeName()
DSkGeometry.cpp658 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
/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/flutter/skia/src/pathops/
DSkPathOpsCubic.cpp263 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp264 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.cpp807 case SkCubicType::kCuspAtInfinity: in getCubicKLM()