Lines Matching defs:index
16 void setPt(int index, SkScalar x, SkScalar y) {
17 fPath->setPt(index, x, y);
25 for (int index = 0; index < path->countPoints(); ++index) {
26 if (SkDPoint::ApproximatelyEqual(path->getPoint(index), from)) {
27 testPath.setPt(index, to.fX, to.fY);
1198 for (int index = 0; index < 5; ++index) {
1200 uniqueName.printf("%s%d", filename, index);
1201 testPathOp(reporter, path, paths[index], ops[index], uniqueName.c_str());
1202 REPORTER_ASSERT(reporter, Op(path, paths[index], ops[index], &path));
12540 for (int index = 0; index < 1; ++index)