Home
last modified time | relevance | path

Searched refs:cubicType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCubic.cpp234 SkCubicType cubicType = SkClassifyCubic(pointsPtr, d); in ComplexBreak() local
235 if (cubicType == kLoop_SkCubicType) { in ComplexBreak()
251 } else if (kSerpentine_SkCubicType == cubicType || kCusp_SkCubicType == cubicType) { in ComplexBreak()
/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp635 SkCubicType cubicType = SkClassifyCubic(c, d); in selfOneOff() local
636 if (SkDCubic::ComplexBreak(c, &loopT) && cubicType == SkCubicType::kLoop_SkCubicType) { in selfOneOff()