Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c94 static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP);
135 int Transparent = (-1); in gdImageCreateFromGifCtx() local
204 DoExtension(fd, c, &Transparent, &ZeroDataBlock); in gdImageCreateFromGifCtx()
253 if (Transparent != (-1)) { in gdImageCreateFromGifCtx()
254 gdImageColorTransparent(im, Transparent); in gdImageCreateFromGifCtx()
303 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension() argument
317 *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…
257 GIFEncode(gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, … in GIFEncode() argument
306 gdPutBuf(Transparent < 0 ? "GIF87a" : "GIF89a", 6, fp ); in GIFEncode()
356 if ( Transparent >= 0 ) { in GIFEncode()
363 gdPutC( (unsigned char) Transparent, fp ); in GIFEncode()
/PHP-7.0/
H A Dphp.ini-development247 ; Transparent output compression using the zlib library
H A Dphp.ini-production247 ; Transparent output compression using the zlib library

Completed in 44 milliseconds