Home | History | Annotate | Download | only in src

Lines Matching refs:dj

206     int i, j, k, t, dj, tab_size, int_mode = 0;
234 j = dj = cn;
239 if( (unsigned)(j += dj) >= (unsigned)srcroi.width )
240 j -= 2*dj, dj = -dj;
244 dj = -cn;
249 if( (unsigned)(j += dj) >= (unsigned)srcroi.width )
250 j -= 2*dj, dj = -dj;
303 i1 = top-1, i2 = 0, di = -1, j = 1, dj = 1;
305 i1 = top+srcroi.height, i2=dstroi.height, di = 1, j = srcroi.height-2, dj = -1;
324 if( (unsigned)(j += dj) >= (unsigned)srcroi.height )
325 j -= 2*dj, dj = -dj;