Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dgd_gif_out.c92 …th, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int …
132 int interlace, BitsPerPixel; in _gdImageGifCtx() local
144 BitsPerPixel = colorstobpp(tim->colorsTotal); in _gdImageGifCtx()
147 out, tim->sx, tim->sy, interlace, 0, tim->transparent, BitsPerPixel, in _gdImageGifCtx()
271 …th, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int … in GIFEncode() argument
286 ColorMapSize = 1 << BitsPerPixel; in GIFEncode()
292 Resolution = BitsPerPixel; in GIFEncode()
307 if( BitsPerPixel <= 1 ) in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
341 B |= (BitsPerPixel - 1); in GIFEncode()

Completed in 5 milliseconds