Home
last modified time | relevance | path

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

/external/skia/tests/
DGeometryTest.cpp482 SkCubicType cubicType) { in test_chop_cubic_at_midtangent() argument
485 if (cubicType == SkCubicType::kLocalCusp || cubicType == SkCubicType::kLineOrPoint) { in test_chop_cubic_at_midtangent()
498 if (cubicType == SkCubicType::kLineOrPoint && in test_chop_cubic_at_midtangent()
510 if (cubicType == SkCubicType::kLocalCusp || in test_chop_cubic_at_midtangent()
511 (cubicType == SkCubicType::kLineOrPoint && in test_chop_cubic_at_midtangent()
DPathOpsCubicIntersectionTest.cpp658 SkCubicType cubicType = SkClassifyCubic(c); in selfOneOff() local
661 if (breaks && cubicType == SkCubicType::kLoop) { in selfOneOff()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp260 SkCubicType cubicType = SkClassifyCubic(pointsPtr, tt, ss); in ComplexBreak() local
261 switch (cubicType) { in ComplexBreak()