Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c81 int a_count; member
738 ctx->a_count = 0;
748 ctx->accum[ ctx->a_count++ ] = c;
749 if( ctx->a_count >= 254 )
759 if( ctx->a_count > 0 ) {
760 gdPutC( ctx->a_count, ctx->g_outfile );
761 gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile );
762 ctx->a_count = 0;

Completed in 8 milliseconds