Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp228 kPoint_ReductionType, // all curve points are practically identical enumerator
663 return kPoint_ReductionType; in CheckCubicLinear()
701 return kPoint_ReductionType; in CheckConicLinear()
724 return kPoint_ReductionType; in CheckQuadLinear()
744 if (kPoint_ReductionType == reductionType) { in conicTo()
782 if (kPoint_ReductionType == reductionType) { in quadTo()
1307 if (kPoint_ReductionType == reductionType) { in cubicTo()