Home
last modified time | relevance | path

Searched refs:reduce2 (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicBezierClip_Test.cpp15 Cubic reduce1, reduce2; in CubicBezierClip_Test() local
18 int order2 = reduceOrder(cubic2, reduce2, kReduceOrder_NoQuadraticsAllowed, in CubicBezierClip_Test()
29 bezier_clip(reduce1, reduce2, minT, maxT); in CubicBezierClip_Test()
DQuadraticBezierClip_Test.cpp49 Quadratic reduce1, reduce2; in standardTestCases() local
51 int order2 = reduceOrder(quad2, reduce2, kReduceOrder_TreatAsFill); in standardTestCases()
61 bezier_clip(reduce1, reduce2, minT, maxT); in standardTestCases()
DLineCubicIntersection_Test.cpp29 _Line reduce2; in LineCubicIntersection_Test() local
32 int order2 = reduceOrder(line, reduce2); in LineCubicIntersection_Test()
43 int roots = intersect(reduce1, reduce2, i); in LineCubicIntersection_Test()
DQuadraticIntersection_Test.cpp22 Quadratic reduce1, reduce2; in standardTestCases() local
24 int order2 = reduceOrder(quad2, reduce2, kReduceOrder_TreatAsFill); in standardTestCases()
33 intersect2(reduce1, reduce2, intersections); in standardTestCases()
DLineQuadraticIntersection_Test.cpp97 _Line reduce2; in LineQuadraticIntersection_Test() local
99 int order2 = reduceOrder(line, reduce2); in LineQuadraticIntersection_Test()
DCubicIntersection_Test.cpp22 Cubic reduce1, reduce2; in standardTestCases() local
25 int order2 = reduceOrder(cubic2, reduce2, kReduceOrder_NoQuadraticsAllowed, in standardTestCases()
35 if (implicit_matches(reduce1, reduce2)) { in standardTestCases()
40 intersect(reduce1, reduce2, tIntersections); in standardTestCases()
/external/skia/experimental/Intersection/
DCubicBezierClip_Test.cpp15 Cubic reduce1, reduce2; in CubicBezierClip_Test() local
18 int order2 = reduceOrder(cubic2, reduce2, kReduceOrder_NoQuadraticsAllowed, in CubicBezierClip_Test()
29 bezier_clip(reduce1, reduce2, minT, maxT); in CubicBezierClip_Test()
DQuadraticBezierClip_Test.cpp49 Quadratic reduce1, reduce2; in standardTestCases() local
51 int order2 = reduceOrder(quad2, reduce2, kReduceOrder_TreatAsFill); in standardTestCases()
61 bezier_clip(reduce1, reduce2, minT, maxT); in standardTestCases()
DLineCubicIntersection_Test.cpp29 _Line reduce2; in LineCubicIntersection_Test() local
32 int order2 = reduceOrder(line, reduce2); in LineCubicIntersection_Test()
43 int roots = intersect(reduce1, reduce2, i); in LineCubicIntersection_Test()
DQuadraticIntersection_Test.cpp22 Quadratic reduce1, reduce2; in standardTestCases() local
24 int order2 = reduceOrder(quad2, reduce2, kReduceOrder_TreatAsFill); in standardTestCases()
33 intersect2(reduce1, reduce2, intersections); in standardTestCases()
DLineQuadraticIntersection_Test.cpp97 _Line reduce2; in LineQuadraticIntersection_Test() local
99 int order2 = reduceOrder(line, reduce2); in LineQuadraticIntersection_Test()
DCubicIntersection_Test.cpp22 Cubic reduce1, reduce2; in standardTestCases() local
25 int order2 = reduceOrder(cubic2, reduce2, kReduceOrder_NoQuadraticsAllowed, in standardTestCases()
35 if (implicit_matches(reduce1, reduce2)) { in standardTestCases()
40 intersect(reduce1, reduce2, tIntersections); in standardTestCases()
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp33 SkReduceOrder reduce2; in testFail() local
35 int order2 = reduce2.reduce(line); in testFail()
125 SkReduceOrder reduce2; in testOne() local
127 int order2 = reduce2.reduce(line); in testOne()
DPathOpsCubicQuadIntersectionTest.cpp67 SkReduceOrder reduce2; in cubicQuadIntersection() local
69 int order2 = reduce2.reduce(quad); in cubicQuadIntersection()
DPathOpsQuadIntersectionTest.cpp21 SkReduceOrder reduce1, reduce2; in standardTestCases() local
23 int order2 = reduce2.reduce(quad2); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp21 SkReduceOrder reduce1, reduce2; in standardTestCases() local
23 int order2 = reduce2.reduce(cubic2, SkReduceOrder::kNo_Quadratics); in standardTestCases()
/external/chromium_org/third_party/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp33 SkReduceOrder reduce2; in testFail() local
35 int order2 = reduce2.reduce(line); in testFail()
125 SkReduceOrder reduce2; in testOne() local
127 int order2 = reduce2.reduce(line); in testOne()
DPathOpsCubicQuadIntersectionTest.cpp67 SkReduceOrder reduce2; in cubicQuadIntersection() local
69 int order2 = reduce2.reduce(quad); in cubicQuadIntersection()
DPathOpsQuadIntersectionTest.cpp21 SkReduceOrder reduce1, reduce2; in standardTestCases() local
23 int order2 = reduce2.reduce(quad2); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp21 SkReduceOrder reduce1, reduce2; in standardTestCases() local
23 int order2 = reduce2.reduce(cubic2, SkReduceOrder::kNo_Quadratics); in standardTestCases()