inverted          308 ext/gd/libgd/gd_jpeg.c static int CMYKToRGB(int c, int m, int y, int k, int inverted);
inverted          333 ext/gd/libgd/gd_jpeg.c 	int inverted = 0;
inverted          426 ext/gd/libgd/gd_jpeg.c 				inverted = 1;
inverted          455 ext/gd/libgd/gd_jpeg.c 				*tpix = CMYKToRGB (currow[0], currow[1], currow[2], currow[3], inverted);
inverted          499 ext/gd/libgd/gd_jpeg.c static int CMYKToRGB(int c, int m, int y, int k, int inverted)
inverted          501 ext/gd/libgd/gd_jpeg.c 	if (inverted) {