Home
last modified time | relevance | path

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

/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/skia/tests/
DGeometryTest.cpp300 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/
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.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.cpp861 return SkCubicType::kCuspAtInfinity; in SkClassifyCubic()
/external/skqp/src/pathops/
DSkPathOpsCubic.cpp263 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp264 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
/external/skqp/src/gpu/
DGrPathUtils.cpp807 case SkCubicType::kCuspAtInfinity: in getCubicKLM()