Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_out.c278 int InitCodeSize; in GIFEncode() local
308 InitCodeSize = 2; in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
406 gdPutC( InitCodeSize, fp ); in GIFEncode()
411 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()

Completed in 9 milliseconds