Searched refs:BitsPerPixel (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_out.c | 92 …th, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int … 120 int interlace, BitsPerPixel; in gdImageGifCtx() local 132 BitsPerPixel = colorstobpp(tim->colorsTotal); in gdImageGifCtx() 135 out, tim->sx, tim->sy, tim->interlace, 0, tim->transparent, BitsPerPixel, in gdImageGifCtx() 257 …th, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int … in GIFEncode() argument 272 ColorMapSize = 1 << BitsPerPixel; in GIFEncode() 278 Resolution = BitsPerPixel; in GIFEncode() 293 if( BitsPerPixel <= 1 ) in GIFEncode() 296 InitCodeSize = BitsPerPixel; in GIFEncode() 327 B |= (BitsPerPixel - 1); in GIFEncode()
|
Completed in 14 milliseconds