Lines Matching refs:index
22 for (size_t index = kFirstCubicIntersectionTest; index < tests_count; ++index) {
23 int iIndex = static_cast<int>(index);
24 const CubicPts& cubic1 = tests[index][0];
25 const CubicPts& cubic2 = tests[index][1];
66 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
412 for (int index = 1; index <= gDumpTSectNum; ++index) {
413 SkDebugf("sect%d,\n", index);
449 static void testsOneOff(skiatest::Reporter* reporter, int index) {
450 const CubicPts& cubic1 = tests[index][0];
451 const CubicPts& cubic2 = tests[index][1];
662 for (int index = 0; index < result; ++index) {
663 SkDPoint pt1 = chopped[0].ptAtT(i[0][index]);
664 SkDPoint pt2 = chopped[1].ptAtT(i[1][index]);
673 for (int index = firstFail; index < selfSetCount; ++index) {
674 selfOneOff(reporter, index);
699 static void coinOneOff(skiatest::Reporter* reporter, int index) {
700 const CubicPts& cubic1 = coinSet[index];
701 const CubicPts& cubic2 = coinSet[index + 1];
707 for (int index = firstFail; index < coinSetCount; index += 2) {
708 coinOneOff(reporter, index);