Home
last modified time | relevance | path

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

/PHP-5.5/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
201 DoExtension(fd, c, &Transparent, &ZeroDataBlock); in gdImageCreateFromGifCtx()
250 if (Transparent != (-1)) { in gdImageCreateFromGifCtx()
251 gdImageColorTransparent(im, Transparent); in gdImageCreateFromGifCtx()
300 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension() argument
314 *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-5.5/
H A Dphp.ini-development251 ; Transparent output compression using the zlib library
H A Dphp.ini-production251 ; Transparent output compression using the zlib library

Completed in 22 milliseconds