Home
last modified time | relevance | path

Searched refs:kLineOrPoint (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkGeometry.h170 kLineOrPoint enumerator
181 case SkCubicType::kLineOrPoint: in SkCubicIsDegenerate()
195 case SkCubicType::kLineOrPoint: return "kLineOrPoint"; in SkCubicTypeName()
DSkGeometry.cpp663 return 0 != D3 ? SkCubicType::kQuadratic : SkCubicType::kLineOrPoint; in SkClassifyCubic()
/external/skia/tests/
DGeometryTest.cpp394 check_cubic_type(reporter, loop, SkCubicType::kLineOrPoint); in test_classify_cubic()
474 if (cubicType == SkCubicType::kLocalCusp || cubicType == SkCubicType::kLineOrPoint) { in test_chop_cubic_at_midtangent()
487 if (cubicType == SkCubicType::kLineOrPoint && in test_chop_cubic_at_midtangent()
500 (cubicType == SkCubicType::kLineOrPoint && in test_chop_cubic_at_midtangent()
588 REPORTER_ASSERT(reporter, SkClassifyCubic(line.data()) == SkCubicType::kLineOrPoint); in test_chop_at_midtangent()
589 test_chop_cubic_at_midtangent(reporter, line.data(), SkCubicType::kLineOrPoint); in test_chop_at_midtangent()
/external/skia/src/core/
DSkGeometry.h241 kLineOrPoint enumerator
252 case SkCubicType::kLineOrPoint: in SkCubicIsDegenerate()
265 case SkCubicType::kLineOrPoint: return "kLineOrPoint"; in SkCubicTypeName()
DSkGeometry.cpp866 return 0 != D3 ? SkCubicType::kQuadratic : SkCubicType::kLineOrPoint; in SkClassifyCubic()
/external/skqp/src/gpu/
DGrPathUtils.cpp783 if (SkCubicType::kLineOrPoint == type) { in getCubicKLM()
785 return SkCubicType::kLineOrPoint; in getCubicKLM()
799 return SkCubicType::kLineOrPoint; in getCubicKLM()