Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp181 kPoint_ReductionType, // all curve points are practically identical enumerator
597 return kPoint_ReductionType; in CheckCubicLinear()
635 return kPoint_ReductionType; in CheckConicLinear()
666 return kPoint_ReductionType; in CheckQuadLinear()
686 if (kPoint_ReductionType == reductionType) { in conicTo()
724 if (kPoint_ReductionType == reductionType) { in quadTo()
1234 if (kPoint_ReductionType == reductionType) { in cubicTo()