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

/external/skia/src/core/
H A DSkStroke.cpp222 kDegenerate3_ReductionType, // three areas of max curvature found (for cubic) enumerator in enum:SkPathStroker::ReductionType
646 SK_COMPILE_ASSERT(kQuad_ReductionType + 3 == kDegenerate3_ReductionType, enum_out_of_whack);
1390 if (kDegenerate_ReductionType <= reductionType && kDegenerate3_ReductionType >= reductionType) {
1397 if (kDegenerate3_ReductionType == reductionType) {

Completed in 65 milliseconds