Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp217 kPoint_ReductionType, // all curve points are practically identical enumerator
626 return kPoint_ReductionType; in CheckCubicLinear()
656 return kPoint_ReductionType; in CheckConicLinear()
677 return kPoint_ReductionType; in CheckQuadLinear()
783 if (kPoint_ReductionType == reductionType) { in conicTo()
819 if (kPoint_ReductionType == reductionType) { in quadTo()
1383 if (kPoint_ReductionType == reductionType) { in cubicTo()