jidx 168 ext/gd/libgd/gd_jpeg.c int i, j, jidx; jidx 229 ext/gd/libgd/gd_jpeg.c for (jidx = 0, j = 0; j < im->sx; j++) { jidx 232 ext/gd/libgd/gd_jpeg.c row[jidx++] = gdTrueColorGetRed (val); jidx 233 ext/gd/libgd/gd_jpeg.c row[jidx++] = gdTrueColorGetGreen (val); jidx 234 ext/gd/libgd/gd_jpeg.c row[jidx++] = gdTrueColorGetBlue (val); jidx 244 ext/gd/libgd/gd_jpeg.c for (jidx = 0, j = 0; j < im->sx; j++) { jidx 252 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->red[idx]; jidx 253 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->green[idx]; jidx 254 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->blue[idx]; jidx 256 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->red[idx] << 4; jidx 257 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->green[idx] << 4; jidx 258 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->blue[idx] << 4;