Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp222 kDegenerate3_ReductionType, // three areas of max curvature found (for cubic) enumerator
646 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()