Home
last modified time | relevance | path

Searched refs:Transparent (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c95 static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP);
136 int Transparent = (-1); in gdImageCreateFromGifCtx() local
205 DoExtension(fd, c, &Transparent, &ZeroDataBlock); in gdImageCreateFromGifCtx()
254 if (Transparent != (-1)) { in gdImageCreateFromGifCtx()
255 gdImageColorTransparent(im, Transparent); in gdImageCreateFromGifCtx()
304 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension() argument
318 *Transparent = buf[3]; in DoExtension()
H A Dgd_gif_out.c92 …txPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPix…
271 GIFEncode(gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, … in GIFEncode() argument
320 gdPutBuf(Transparent < 0 ? "GIF87a" : "GIF89a", 6, fp ); in GIFEncode()
370 if ( Transparent >= 0 ) { in GIFEncode()
377 gdPutC( (unsigned char) Transparent, fp ); in GIFEncode()
/PHP-7.4/
H A Dphp.ini-development249 ; Transparent output compression using the zlib library
H A Dphp.ini-production249 ; Transparent output compression using the zlib library

Completed in 25 milliseconds