Home | History | Annotate | Download | only in tests

Lines Matching defs:Curve

13 struct Curve {
15 SkDCubic curve; // largest can hold lines / quads/ cubics
18 static const Curve testSet0[] = { // extracted from skpClip2
24 static const Curve testSet1[] = { // extracted from cubicOp85i
32 const Curve* tests;
47 const Curve& oTest = testSet.tests[outer];
49 const Curve& iTest = testSet.tests[inner];
52 SkDLine oLine = {{ oTest.curve[0], oTest.curve[1] }};
53 SkDLine iLine = {{ iTest.curve[0], iTest.curve[1] }};
57 i->intersect(iTest.curve, oLine);
59 i->intersect(oTest.curve, iLine);
61 i->intersect(oTest.curve, iTest.curve);