Searched refs:kCuspAtInfinity (Results 1 – 9 of 9) sorted by relevance
/external/skqp/tests/ |
D | GeometryTest.cpp | 237 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()
|
/external/skia/tests/ |
D | GeometryTest.cpp | 300 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 303 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 305 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 307 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 314 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 316 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 318 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 321 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 607 REPORTER_ASSERT(reporter, SkClassifyCubic(kExactCuspAtInf) == SkCubicType::kCuspAtInfinity); in test_chop_at_midtangent() 610 test_chop_cubic_at_midtangent(reporter, chops + i*3, SkCubicType::kCuspAtInfinity); in test_chop_at_midtangent()
|
/external/skqp/src/core/ |
D | SkGeometry.h | 168 kCuspAtInfinity, // Cusp with a cusp at t=infinity and a local inflection. enumerator 178 case SkCubicType::kCuspAtInfinity: in SkCubicIsDegenerate() 193 case SkCubicType::kCuspAtInfinity: return "kCuspAtInfinity"; in SkCubicTypeName()
|
D | SkGeometry.cpp | 658 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
|
/external/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 | 861 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
|
/external/skqp/src/pathops/ |
D | SkPathOpsCubic.cpp | 263 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 264 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
|
/external/skqp/src/gpu/ |
D | GrPathUtils.cpp | 807 case SkCubicType::kCuspAtInfinity: in getCubicKLM()
|