/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicBezierClip_Test.cpp | 15 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()
|
D | QuadraticBezierClip_Test.cpp | 49 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()
|
D | LineCubicIntersection_Test.cpp | 29 _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()
|
D | QuadraticIntersection_Test.cpp | 22 Quadratic reduce1, reduce2; in standardTestCases() local 24 int order2 = reduceOrder(quad2, reduce2, kReduceOrder_TreatAsFill); in standardTestCases() 33 intersect2(reduce1, reduce2, intersections); in standardTestCases()
|
D | LineQuadraticIntersection_Test.cpp | 97 _Line reduce2; in LineQuadraticIntersection_Test() local 99 int order2 = reduceOrder(line, reduce2); in LineQuadraticIntersection_Test()
|
D | CubicIntersection_Test.cpp | 22 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/ |
D | CubicBezierClip_Test.cpp | 15 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()
|
D | QuadraticBezierClip_Test.cpp | 49 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()
|
D | LineCubicIntersection_Test.cpp | 29 _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()
|
D | QuadraticIntersection_Test.cpp | 22 Quadratic reduce1, reduce2; in standardTestCases() local 24 int order2 = reduceOrder(quad2, reduce2, kReduceOrder_TreatAsFill); in standardTestCases() 33 intersect2(reduce1, reduce2, intersections); in standardTestCases()
|
D | LineQuadraticIntersection_Test.cpp | 97 _Line reduce2; in LineQuadraticIntersection_Test() local 99 int order2 = reduceOrder(line, reduce2); in LineQuadraticIntersection_Test()
|
D | CubicIntersection_Test.cpp | 22 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/ |
D | PathOpsCubicLineIntersectionTest.cpp | 33 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()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 67 SkReduceOrder reduce2; in cubicQuadIntersection() local 69 int order2 = reduce2.reduce(quad); in cubicQuadIntersection()
|
D | PathOpsQuadIntersectionTest.cpp | 21 SkReduceOrder reduce1, reduce2; in standardTestCases() local 23 int order2 = reduce2.reduce(quad2); in standardTestCases()
|
D | PathOpsCubicIntersectionTest.cpp | 21 SkReduceOrder reduce1, reduce2; in standardTestCases() local 23 int order2 = reduce2.reduce(cubic2, SkReduceOrder::kNo_Quadratics); in standardTestCases()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 33 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()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 67 SkReduceOrder reduce2; in cubicQuadIntersection() local 69 int order2 = reduce2.reduce(quad); in cubicQuadIntersection()
|
D | PathOpsQuadIntersectionTest.cpp | 21 SkReduceOrder reduce1, reduce2; in standardTestCases() local 23 int order2 = reduce2.reduce(quad2); in standardTestCases()
|
D | PathOpsCubicIntersectionTest.cpp | 21 SkReduceOrder reduce1, reduce2; in standardTestCases() local 23 int order2 = reduce2.reduce(cubic2, SkReduceOrder::kNo_Quadratics); in standardTestCases()
|