Lines Matching defs:si
156 unsigned si = 0;158 if ( si == src_len ) {161 if (!IS_NAN(src[si][X]) &&162 !IS_NAN(src[si][Y])) {163 dest[0] = Point(src[si]);164 ++si;167 si++;170 for (; si < src_len; ++si) {171 Point const src_pt = Point(src[si]);