Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds