Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_in.c92 static int DoExtension (gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP);
133 int Transparent = (-1); in gdImageCreateFromGifCtx() local
199 DoExtension(fd, c, &Transparent, &ZeroDataBlock); in gdImageCreateFromGifCtx()
248 if (Transparent != (-1)) { in gdImageCreateFromGifCtx()
249 gdImageColorTransparent(im, Transparent); in gdImageCreateFromGifCtx()
298 DoExtension(gdIOCtx *fd, int label, int *Transparent, int *ZeroDataBlockP) in DoExtension() argument
312 *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.3/ext/sqlite/
H A DTODO3 - Transparent binary encoding of return values from PHP callback functions.
/PHP-5.3/
H A Dphp.ini-development279 ; Transparent output compression using the zlib library
H A Dphp.ini-production279 ; Transparent output compression using the zlib library

Completed in 25 milliseconds