Lines Matching defs:index
45 static void cubicConicIntersection(skiatest::Reporter* reporter, int index) {
46 const CubicPts& cu = cubicConicTests[index].cubic;
50 const ConicPts& co = cubicConicTests[index].conic;
59 SkDebugf("[%d] cubic order=%d\n", index, order1);
63 SkDebugf("[%d] conic order=%d\n", index, order2);
75 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
83 for (int index = 0; index < cubicConicTests_count; ++index) {
84 cubicConicIntersection(reporter, index);