tpix              448 ext/gd/libgd/gd_jpeg.c 			register int *tpix = im->tpixels[i];
tpix              454 ext/gd/libgd/gd_jpeg.c 			for (j = 0; j < cinfo.output_width; j++, currow += 4, tpix++) {
tpix              455 ext/gd/libgd/gd_jpeg.c 				*tpix = CMYKToRGB (currow[0], currow[1], currow[2], currow[3], inverted);
tpix              461 ext/gd/libgd/gd_jpeg.c 			register int *tpix = im->tpixels[i];
tpix              467 ext/gd/libgd/gd_jpeg.c 			for (j = 0; j < cinfo.output_width; j++, currow += 3, tpix++) {
tpix              468 ext/gd/libgd/gd_jpeg.c 				*tpix = gdTrueColor (currow[0], currow[1], currow[2]);