Home
last modified time | relevance | path

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

/external/skia/tests/
DGeometryTest.cpp234 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/
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()
/external/skqp/src/core/
DSkGeometry.h168 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()
DSkGeometry.cpp658 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
/external/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()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp263 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
/external/skqp/src/pathops/
DSkPathOpsCubic.cpp263 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
/external/skia/src/gpu/geometry/
DGrPathUtils.cpp807 case SkCubicType::kCuspAtInfinity: in getCubicKLM()
/external/skqp/src/gpu/
DGrPathUtils.cpp807 case SkCubicType::kCuspAtInfinity: in getCubicKLM()