Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp247 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
657 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear() function in SkPathStroker
1306 ReductionType reductionType = CheckCubicLinear(cubic, reduction, &tangentPt); in cubicTo()