Searched refs:Transparent (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_in.c | 92 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 D | gd_gif_out.c | 92 …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 D | TODO | 3 - Transparent binary encoding of return values from PHP callback functions.
|
/PHP-5.3/ |
H A D | php.ini-development | 279 ; Transparent output compression using the zlib library
|
H A D | php.ini-production | 279 ; Transparent output compression using the zlib library
|
Completed in 25 milliseconds