Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.h165 kCuspAtInfinity, // Cusp with a cusp at t=infinity and a local inflection. enumerator
DSkGeometry.cpp624 return SkCubicType::kCuspAtInfinity; in classify_cubic()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp266 case SkCubicType::kCuspAtInfinity: { in ComplexBreak()
/external/skia/src/gpu/
DGrPathUtils.cpp818 case SkCubicType::kCuspAtInfinity: in getCubicKLM()