Lines Matching refs:cubic1
24 const CubicPts& cubic1 = tests[index][0];
27 c1.debugSet(cubic1.fPts);
35 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, iIndex, order1);
390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2,
393 c1.debugSet(cubic1.fPts);
400 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY,
401 cubic1[2].fX, cubic1[2].fY, cubic1[3].fX, cubic1[3].fY);
438 const CubicPts& cubic1 = testSet[outer];
440 oneOff(reporter, cubic1, cubic2, false);
444 const CubicPts& cubic1 = newTestSet[outer];
446 oneOff(reporter, cubic1, cubic2, false);
450 const CubicPts& cubic1 = tests[index][0];
452 oneOff(reporter, cubic1, cubic2, false);
477 CubicPts cubic1, cubic2;
479 cubic1.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
480 cubic1.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
489 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY, cubic1[2].fX, cubic1[2].fY,
490 cubic1[3].fX, cubic1[3].fY,
496 c1.debugSet(cubic1.fPts);
528 const CubicPts& cubic1 = newTestSet[index0];
533 c1.debugSet(cubic1.fPts);
700 const CubicPts& cubic1 = coinSet[index];
702 oneOff(reporter, cubic1, cubic2, true);