Searched refs:kLineOrPoint (Results 1 – 6 of 6) sorted by relevance
170 kLineOrPoint enumerator181 case SkCubicType::kLineOrPoint: in SkCubicIsDegenerate()195 case SkCubicType::kLineOrPoint: return "kLineOrPoint"; in SkCubicTypeName()
663 return 0 != D3 ? SkCubicType::kQuadratic : SkCubicType::kLineOrPoint; in SkClassifyCubic()
394 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()
241 kLineOrPoint enumerator252 case SkCubicType::kLineOrPoint: in SkCubicIsDegenerate()265 case SkCubicType::kLineOrPoint: return "kLineOrPoint"; in SkCubicTypeName()
866 return 0 != D3 ? SkCubicType::kQuadratic : SkCubicType::kLineOrPoint; in SkClassifyCubic()
783 if (SkCubicType::kLineOrPoint == type) { in getCubicKLM()785 return SkCubicType::kLineOrPoint; in getCubicKLM()799 return SkCubicType::kLineOrPoint; in getCubicKLM()