Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp178 enum ReductionType { enum in SkPathStroker
197 static ReductionType CheckConicLinear(const SkConic& , SkPoint* reduction);
198 static ReductionType CheckCubicLinear(const SkPoint cubic[4], SkPoint reduction[3],
200 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
577 SkPathStroker::ReductionType SkPathStroker::CheckCubicLinear(const SkPoint cubic[4], in CheckCubicLinear()
605 return (ReductionType) (kQuad_ReductionType + count); in CheckCubicLinear()
608 SkPathStroker::ReductionType SkPathStroker::CheckConicLinear(const SkConic& conic, in CheckConicLinear()
639 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear()
663 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo()
701 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
[all …]