• Home
  • Raw
  • Download

Lines Matching refs:cubic1

24         const CubicPts& cubic1 = tests[index][0];  in standardTestCases()  local
27 c1.debugSet(cubic1.fPts); in standardTestCases()
390 static void oneOff(skiatest::Reporter* reporter, const CubicPts& cubic1, const CubicPts& cubic2, in oneOff() argument
393 c1.debugSet(cubic1.fPts); in oneOff()
400 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY, in oneOff()
401 cubic1[2].fX, cubic1[2].fY, cubic1[3].fX, cubic1[3].fY); in oneOff()
438 const CubicPts& cubic1 = testSet[outer]; in oneOff() local
440 oneOff(reporter, cubic1, cubic2, false); in oneOff()
444 const CubicPts& cubic1 = newTestSet[outer]; in newOneOff() local
446 oneOff(reporter, cubic1, cubic2, false); in newOneOff()
450 const CubicPts& cubic1 = tests[index][0]; in testsOneOff() local
452 oneOff(reporter, cubic1, cubic2, false); in testsOneOff()
477 CubicPts cubic1, cubic2; in CubicIntersection_RandTest() local
479 cubic1.fPts[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
480 cubic1.fPts[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100; in CubicIntersection_RandTest()
489 cubic1[0].fX, cubic1[0].fY, cubic1[1].fX, cubic1[1].fY, cubic1[2].fX, cubic1[2].fY, in CubicIntersection_RandTest()
490 cubic1[3].fX, cubic1[3].fY, in CubicIntersection_RandTest()
496 c1.debugSet(cubic1.fPts); in CubicIntersection_RandTest()
528 const CubicPts& cubic1 = newTestSet[index0]; in intersectionFinder() local
533 c1.debugSet(cubic1.fPts); in intersectionFinder()
700 const CubicPts& cubic1 = coinSet[index]; in coinOneOff() local
702 oneOff(reporter, cubic1, cubic2, true); in coinOneOff()