Home | History | Annotate | Download | only in tests

Lines Matching full:iindex

27 static void testFail(skiatest::Reporter* reporter, int iIndex) {
28 const CubicPts& cuPts = failLineCubicTests[iIndex].cubic;
32 const SkDLine& line = failLineCubicTests[iIndex].line;
39 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
43 SkDebugf("[%d] line order=%d\n", iIndex, order2);
127 static void testOne(skiatest::Reporter* reporter, int iIndex) {
128 const CubicPts& cuPts = lineCubicTests[iIndex].cubic;
132 const SkDLine& line = lineCubicTests[iIndex].line;
139 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
143 SkDebugf("[%d] line order=%d\n", iIndex, order2);
156 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
178 int iIndex = static_cast<int>(index);
179 testFail(reporter, iIndex);
186 int iIndex = static_cast<int>(index);
187 testOne(reporter, iIndex);
193 int iIndex = 0;
194 testOne(reporter, iIndex);
195 const CubicPts& cuPts = lineCubicTests[iIndex].cubic;
198 const SkDLine& line = lineCubicTests[iIndex].line;