Home | History | Annotate | Download | only in tests

Lines Matching refs:iIndex

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