Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp650 SkCubicType cubicType = SkClassifyCubic(c, d); in selfOneOff() local
653 if (breaks && cubicType == SkCubicType::kLoop_SkCubicType) { in selfOneOff()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp252 SkCubicType cubicType = SkClassifyCubic(pointsPtr, d); in ComplexBreak() local
253 switch (cubicType) { in ComplexBreak()