• Home
  • Raw
  • Download

Lines Matching refs:cubic2

25         const CubicPts& cubic2 = tests[index][1];  in standardTestCases()  local
28 c2.debugSet(cubic2.fPts); in standardTestCases()
390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() argument
394 c2.debugSet(cubic2.fPts); in oneOff()
403 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY, in oneOff()
404 cubic2[2].fX, cubic2[2].fY, cubic2[3].fX, cubic2[3].fY); in oneOff()
439 const CubicPts& cubic2 = testSet[inner]; in oneOff() local
440 oneOff(reporter, cubic1, cubic2, false); in oneOff()
445 const CubicPts& cubic2 = newTestSet[inner]; in newOneOff() local
446 oneOff(reporter, cubic1, cubic2, false); in newOneOff()
451 const CubicPts& cubic2 = tests[index][1]; in testsOneOff() local
452 oneOff(reporter, cubic1, cubic2, false); in testsOneOff()
477 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local
481 cubic2.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
482 cubic2.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
491 cubic2[0].fX, cubic2[0].fY, cubic2[1].fX, cubic2[1].fY, cubic2[2].fX, cubic2[2].fY, in CubicIntersection_RandTest()
492 cubic2[3].fX, cubic2[3].fY); in CubicIntersection_RandTest()
497 c2.debugSet(cubic2.fPts); in CubicIntersection_RandTest()
529 const CubicPts& cubic2 = newTestSet[index1]; in intersectionFinder() local
534 c2.debugSet(cubic2.fPts); in intersectionFinder()
701 const CubicPts& cubic2 = coinSet[index + 1]; in coinOneOff() local
702 oneOff(reporter, cubic1, cubic2, true); in coinOneOff()