Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGeometryTest.cpp473 SkCubicType cubicType) { in test_chop_cubic_at_midtangent() argument
476 if (cubicType == SkCubicType::kLocalCusp || cubicType == SkCubicType::kLineOrPoint) { in test_chop_cubic_at_midtangent()
489 if (cubicType == SkCubicType::kLineOrPoint && in test_chop_cubic_at_midtangent()
501 if (cubicType == SkCubicType::kLocalCusp || in test_chop_cubic_at_midtangent()
502 (cubicType == SkCubicType::kLineOrPoint && in test_chop_cubic_at_midtangent()
DPathOpsCubicIntersectionTest.cpp649 SkCubicType cubicType = SkClassifyCubic(c); in selfOneOff() local
652 if (breaks && cubicType == SkCubicType::kLoop) { in selfOneOff()
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp252 SkCubicType cubicType = SkClassifyCubic(pointsPtr, tt, ss); in ComplexBreak() local
253 switch (cubicType) { in ComplexBreak()