Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp649 SkCubicType cubicType = SkClassifyCubic(c); in selfOneOff() local
652 if (breaks && cubicType == SkCubicType::kLoop) { in selfOneOff()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp252 SkCubicType cubicType = SkClassifyCubic(pointsPtr, tt, ss); in ComplexBreak() local
253 switch (cubicType) { in ComplexBreak()