Home
last modified time | relevance | path

Searched defs:reductionType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() local
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo() local
1242 ReductionType reductionType = CheckCubicLinear(cubic, reduction, &tangentPt); in cubicTo() local
/external/skqp/src/core/
DSkStroke.cpp689 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() local
727 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo() local
1246 ReductionType reductionType = CheckCubicLinear(cubic, reduction, &tangentPt); in cubicTo() local