Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.cpp792 if (kSerpentine_SkCubicType == cType || (kCusp_SkCubicType == cType && 0.f != d[0])) { in chopCubicAtLoopIntersection()
796 } else if (kCusp_SkCubicType == cType) { in chopCubicAtLoopIntersection()
816 if (kSerpentine_SkCubicType == cType || (kCusp_SkCubicType == cType && 0.f != d[0])) { in getCubicKLM()
820 } else if (kCusp_SkCubicType == cType) { in getCubicKLM()
/external/skia/src/core/
DSkGeometry.h163 kCusp_SkCubicType, enumerator
DSkGeometry.cpp593 return kCusp_SkCubicType; in classify_cubic()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp251 } else if (kSerpentine_SkCubicType == cubicType || kCusp_SkCubicType == cubicType) { in ComplexBreak()