Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp180 kLine_ReductionType, // the control point is on the line between the ends enumerator
586 return kLine_ReductionType; in CheckCubicLinear()
595 return kLine_ReductionType; in CheckCubicLinear()
616 return kLine_ReductionType; in CheckConicLinear()
624 return kLine_ReductionType; in CheckConicLinear()
632 return kLine_ReductionType; in CheckConicLinear()
647 return kLine_ReductionType; in CheckQuadLinear()
654 return kLine_ReductionType; in CheckQuadLinear()
671 if (kLine_ReductionType == reductionType) { in conicTo()
709 if (kLine_ReductionType == reductionType) { in quadTo()
[all …]