Searched refs:kDegenerate3_ReductionType (Results 1 – 1 of 1) sorted by relevance
222 kDegenerate3_ReductionType, // three areas of max curvature found (for cubic) enumerator646 SK_COMPILE_ASSERT(kQuad_ReductionType + 3 == kDegenerate3_ReductionType, enum_out_of_whack); in CheckCubicLinear()1390 if (kDegenerate_ReductionType <= reductionType && kDegenerate3_ReductionType >= reductionType) { in cubicTo()1397 if (kDegenerate3_ReductionType == reductionType) { in cubicTo()