Home
last modified time | relevance | path

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

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