Transparent        94 ext/gd/libgd/gd_gif_in.c static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP);
Transparent       135 ext/gd/libgd/gd_gif_in.c 	int Transparent = (-1);
Transparent       201 ext/gd/libgd/gd_gif_in.c 			DoExtension(fd, c, &Transparent, &ZeroDataBlock);
Transparent       250 ext/gd/libgd/gd_gif_in.c 		if (Transparent != (-1)) {
Transparent       251 ext/gd/libgd/gd_gif_in.c 			gdImageColorTransparent(im, Transparent);
Transparent       300 ext/gd/libgd/gd_gif_in.c DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP)
Transparent       314 ext/gd/libgd/gd_gif_in.c 				*Transparent = buf[3];
Transparent        92 ext/gd/libgd/gd_gif_out.c static void GIFEncode (gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int *Green, int *Blue, gdImagePtr im);
Transparent       257 ext/gd/libgd/gd_gif_out.c GIFEncode(gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int *Green, int *Blue, gdImagePtr im)
Transparent       306 ext/gd/libgd/gd_gif_out.c         gdPutBuf(Transparent < 0 ? "GIF87a" : "GIF89a", 6, fp );
Transparent       356 ext/gd/libgd/gd_gif_out.c 	if ( Transparent >= 0 ) {
Transparent       363 ext/gd/libgd/gd_gif_out.c 	    gdPutC( (unsigned char) Transparent, fp );