Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c264 int InitCodeSize; in GIFEncode() local
294 InitCodeSize = 2; in GIFEncode()
296 InitCodeSize = BitsPerPixel; in GIFEncode()
392 gdPutC( InitCodeSize, fp ); in GIFEncode()
397 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()

Completed in 14 milliseconds