Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_out.c93 static void compress (int init_bits, gdIOCtx *outfile, gdImagePtr im, GifCtx *ctx);
506 compress(int init_bits, gdIOCtxPtr outfile, gdImagePtr im, GifCtx *ctx) argument
520 ctx->g_init_bits = init_bits;
532 ctx->ClearCode = (1 << (init_bits - 1));

Completed in 6 milliseconds