Searched refs:reductionType (Results 1 – 2 of 2) sorted by relevance
690 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() local691 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() local729 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 …]
689 ReductionType reductionType = CheckConicLinear(conic, &reduction); in conicTo() local690 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() local728 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 …]