Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp34 SkReduceOrder reduce1; in testFail() local
36 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail()
134 SkReduceOrder reduce1; in testOne() local
136 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne()
DPathOpsCubicConicIntersectionTest.cpp40 SkReduceOrder reduce1; in cubicConicIntersection() local
42 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()
DPathOpsConicQuadIntersectionTest.cpp36 SkReduceOrder reduce1; in conicQuadIntersection() local
39 int order2 = reduce1.reduce(quad); in conicQuadIntersection()
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()
/external/skqp/tests/
DPathOpsCubicLineIntersectionTest.cpp34 SkReduceOrder reduce1; in testFail() local
36 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testFail()
134 SkReduceOrder reduce1; in testOne() local
136 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in testOne()
DPathOpsCubicQuadIntersectionTest.cpp64 SkReduceOrder reduce1; in cubicQuadIntersection() local
66 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp40 SkReduceOrder reduce1; in cubicConicIntersection() local
42 int order1 = reduce1.reduce(cubic, SkReduceOrder::kNo_Quadratics); in cubicConicIntersection()
DPathOpsConicQuadIntersectionTest.cpp36 SkReduceOrder reduce1; in conicQuadIntersection() local
39 int order2 = reduce1.reduce(quad); in conicQuadIntersection()
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()