currow            447 ext/gd/libgd/gd_jpeg.c 			register JSAMPROW currow = row;
currow            454 ext/gd/libgd/gd_jpeg.c 			for (j = 0; j < cinfo.output_width; j++, currow += 4, tpix++) {
currow            455 ext/gd/libgd/gd_jpeg.c 				*tpix = CMYKToRGB (currow[0], currow[1], currow[2], currow[3], inverted);
currow            460 ext/gd/libgd/gd_jpeg.c 			register JSAMPROW currow = row;
currow            467 ext/gd/libgd/gd_jpeg.c 			for (j = 0; j < cinfo.output_width; j++, currow += 3, tpix++) {
currow            468 ext/gd/libgd/gd_jpeg.c 				*tpix = gdTrueColor (currow[0], currow[1], currow[2]);