Lines Matching refs:iIndex
27 static void testFail(skiatest::Reporter* reporter, int iIndex) { in testFail() argument
28 const SkDCubic& cubic = failLineCubicTests[iIndex].cubic; in testFail()
30 const SkDLine& line = failLineCubicTests[iIndex].line; in testFail()
37 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testFail()
41 SkDebugf("[%d] line order=%d\n", iIndex, order2); in testFail()
125 static void testOne(skiatest::Reporter* reporter, int iIndex) { in testOne() argument
126 const SkDCubic& cubic = lineCubicTests[iIndex].cubic; in testOne()
128 const SkDLine& line = lineCubicTests[iIndex].line; in testOne()
135 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testOne()
139 SkDebugf("[%d] line order=%d\n", iIndex, order2); in testOne()
152 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
174 int iIndex = static_cast<int>(index); in DEF_TEST() local
175 testFail(reporter, iIndex); in DEF_TEST()
182 int iIndex = static_cast<int>(index); in DEF_TEST() local
183 testOne(reporter, iIndex); in DEF_TEST()
189 int iIndex = 0; in DEF_TEST() local
190 testOne(reporter, iIndex); in DEF_TEST()
191 const SkDCubic& cubic = lineCubicTests[iIndex].cubic; in DEF_TEST()
192 const SkDLine& line = lineCubicTests[iIndex].line; in DEF_TEST()