Lines Matching refs:cubic2
25 const CubicPts& cubic2 = tests[index][1];
28 c2.debugSet(cubic2.fPts);
41 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, iIndex, order2);
390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2,
394 c2.debugSet(cubic2.fPts);
403 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY,
404 cubic2[2].fX, cubic2[2].fY, cubic2[3].fX, cubic2[3].fY);
439 const CubicPts& cubic2 = testSet[inner];
440 oneOff(reporter, cubic1, cubic2, false);
445 const CubicPts& cubic2 = newTestSet[inner];
446 oneOff(reporter, cubic1, cubic2, false);
451 const CubicPts& cubic2 = tests[index][1];
452 oneOff(reporter, cubic1, cubic2, false);
477 CubicPts cubic1, cubic2;
481 cubic2.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
482 cubic2.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
491 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY, cubic2[2].fX, cubic2[2].fY,
492 cubic2[3].fX, cubic2[3].fY);
497 c2.debugSet(cubic2.fPts);
529 const CubicPts& cubic2 = newTestSet[index1];
534 c2.debugSet(cubic2.fPts);
701 const CubicPts& cubic2 = coinSet[index + 1];
702 oneOff(reporter, cubic1, cubic2, true);