Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_out.c81 int a_count; member
724 ctx->a_count = 0;
734 ctx->accum[ ctx->a_count++ ] = c;
735 if( ctx->a_count >= 254 )
745 if( ctx->a_count > 0 ) {
746 gdPutC( ctx->a_count, ctx->g_outfile );
747 gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile );
748 ctx->a_count = 0;

Completed in 6 milliseconds