Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() local
691 if (kPoint_ReductionType == reductionType) { in conicTo()
698 if (kLine_ReductionType == reductionType) { in conicTo()
702 if (kDegenerate_ReductionType == reductionType) { in conicTo()
710 SkASSERT(kQuad_ReductionType == reductionType); in conicTo()
728 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo() local
729 if (kPoint_ReductionType == reductionType) { in quadTo()
736 if (kLine_ReductionType == reductionType) { in quadTo()
740 if (kDegenerate_ReductionType == reductionType) { in quadTo()
748 SkASSERT(kQuad_ReductionType == reductionType); in quadTo()
[all …]
/external/skqp/src/core/
DSkStroke.cpp689 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() local
690 if (kPoint_ReductionType == reductionType) { in conicTo()
697 if (kLine_ReductionType == reductionType) { in conicTo()
701 if (kDegenerate_ReductionType == reductionType) { in conicTo()
709 SkASSERT(kQuad_ReductionType == reductionType); in conicTo()
727 ReductionType reductionType = CheckQuadLinear(quad, &reduction); in quadTo() local
728 if (kPoint_ReductionType == reductionType) { in quadTo()
735 if (kLine_ReductionType == reductionType) { in quadTo()
739 if (kDegenerate_ReductionType == reductionType) { in quadTo()
747 SkASSERT(kQuad_ReductionType == reductionType); in quadTo()
[all …]