Searched refs:kDegenerate2_ReductionType (Results 1 – 1 of 1) sorted by relevance
185 kDegenerate2_ReductionType, // two control points are on the line but outside ends (cubic) enumerator624 static_assert(kQuad_ReductionType + 2 == kDegenerate2_ReductionType, "enum_out_of_whack"); in CheckCubicLinear()1249 if (kDegenerate2_ReductionType <= reductionType) { in cubicTo()