Lines Matching refs:iIndex
29 static void testFail(skiatest::Reporter* reporter, int iIndex) { in testFail() argument
30 const CubicPts& cuPts = failLineCubicTests[iIndex].cubic; in testFail()
34 const SkDLine& line = failLineCubicTests[iIndex].line; in testFail()
41 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testFail()
45 SkDebugf("[%d] line order=%d\n", iIndex, order2); in testFail()
131 static void testOne(skiatest::Reporter* reporter, int iIndex) { in testOne() argument
132 const CubicPts& cuPts = lineCubicTests[iIndex].cubic; in testOne()
136 const SkDLine& line = lineCubicTests[iIndex].line; in testOne()
143 SkDebugf("[%d] cubic order=%d\n", iIndex, order1); in testOne()
147 SkDebugf("[%d] line order=%d\n", iIndex, order2); in testOne()
160 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
182 int iIndex = static_cast<int>(index); in DEF_TEST() local
183 testFail(reporter, iIndex); in DEF_TEST()
190 int iIndex = static_cast<int>(index); in DEF_TEST() local
191 testOne(reporter, iIndex); in DEF_TEST()
197 int iIndex = 0; in DEF_TEST() local
198 testOne(reporter, iIndex); in DEF_TEST()
199 const CubicPts& cuPts = lineCubicTests[iIndex].cubic; in DEF_TEST()
202 const SkDLine& line = lineCubicTests[iIndex].line; in DEF_TEST()