Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp36 SkReduceOrder reduce1; in testFail() local
38 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail()
138 SkReduceOrder reduce1; in testOne() local
140 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne()
DPathOpsCubicConicIntersectionTest.cpp54 SkReduceOrder reduce1; in cubicConicIntersection() local
56 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicConicIntersection()
DPathOpsConicQuadIntersectionTest.cpp43 SkReduceOrder reduce1; in conicQuadIntersection() local
46 int order2 = reduce1.reduce(quad); in conicQuadIntersection()
DPathOpsCubicQuadIntersectionTest.cpp64 SkReduceOrder reduce1; in cubicQuadIntersection() local
66 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicQuadIntersection()
DPathOpsQuadIntersectionTest.cpp25 SkReduceOrder reduce1, reduce2; in standardTestCases() local
26 int order1 = reduce1.reduce(quad1); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp29 SkReduceOrder reduce1, reduce2; in standardTestCases() local
30 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics); in standardTestCases()
/third_party/flutter/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp36 SkReduceOrder reduce1; in testFail() local
38 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail()
138 SkReduceOrder reduce1; in testOne() local
140 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne()
DPathOpsConicQuadIntersectionTest.cpp43 SkReduceOrder reduce1; in conicQuadIntersection() local
46 int order2 = reduce1.reduce(quad); in conicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp54 SkReduceOrder reduce1; in cubicConicIntersection() local
56 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicConicIntersection()
DPathOpsCubicQuadIntersectionTest.cpp64 SkReduceOrder reduce1; in cubicQuadIntersection() local
66 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicQuadIntersection()
DPathOpsQuadIntersectionTest.cpp25 SkReduceOrder reduce1, reduce2; in standardTestCases() local
26 int order1 = reduce1.reduce(quad1); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp27 SkReduceOrder reduce1, reduce2; in standardTestCases() local
28 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics); in standardTestCases()