Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
666 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear() function in SkPathStroker
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()
/external/skqp/src/core/
DSkStroke.cpp208 static ReductionType CheckQuadLinear(const SkPoint quad[3], SkPoint* reduction);
665 SkPathStroker::ReductionType SkPathStroker::CheckQuadLinear(const SkPoint quad[3], in CheckQuadLinear() function in SkPathStroker
727 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo()