Searched refs:kCuspAtInfinity (Results 1 – 10 of 10) sorted by relevance
/external/skia/tests/ |
D | GeometryTest.cpp | 234 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 237 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 239 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 241 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 248 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 250 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 252 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect() 255 SkCubicType::kCuspAtInfinity, in check_cubic_around_rect()
|
/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/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 | 168 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()
|
D | SkGeometry.cpp | 658 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 263 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
|
/external/skqp/src/pathops/ |
D | SkPathOpsCubic.cpp | 263 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
|
/external/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 807 case SkCubicType::kCuspAtInfinity: in getCubicKLM()
|
/external/skqp/src/gpu/ |
D | GrPathUtils.cpp | 807 case SkCubicType::kCuspAtInfinity: in getCubicKLM()
|