Home | History | Annotate | Download | only in tests

Lines Matching defs:Curve

14 struct Curve {
16 CubicPts curve; // largest can hold lines / quads/ cubics
19 static const Curve testSet0[] = { // extracted from skpClip2
25 static const Curve testSet1[] = { // extracted from cubicOp85i
33 const Curve* tests;
48 const Curve& oTest = testSet.tests[outer];
50 const Curve& iTest = testSet.tests[inner];
53 SkDLine oLine = {{ oTest.curve.fPts[0], oTest.curve.fPts[1] }};
54 SkDLine iLine = {{ iTest.curve.fPts[0], iTest.curve.fPts[1] }};
56 iCurve.debugSet(iTest.curve.fPts);
57 oCurve.debugSet(oTest.curve.fPts);