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

/external/skia/src/core/
H A DSkStroke.cpp220 kDegenerate_ReductionType, // the control point is on the line but outside the ends enumerator in enum:SkPathStroker::ReductionType
644 SK_COMPILE_ASSERT(kQuad_ReductionType + 1 == kDegenerate_ReductionType, enum_out_of_whack);
669 return kDegenerate_ReductionType;
690 return kDegenerate_ReductionType;
790 if (kDegenerate_ReductionType == reductionType) {
826 if (kDegenerate_ReductionType == reductionType) {
1390 if (kDegenerate_ReductionType <= reductionType && kDegenerate3_ReductionType >= reductionType) {

Completed in 199 milliseconds