Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp185 kDegenerate2_ReductionType, // two control points are on the line but outside ends (cubic) enumerator
624 static_assert(kQuad_ReductionType + 2 == kDegenerate2_ReductionType, "enum_out_of_whack"); in CheckCubicLinear()
1249 if (kDegenerate2_ReductionType <= reductionType) { in cubicTo()