Lines Matching refs:gdPutC
332 gdPutC( B, fp ); in GIFEncode()
337 gdPutC( Background, fp ); in GIFEncode()
342 gdPutC( 0, fp ); in GIFEncode()
348 gdPutC( Red[i], fp ); in GIFEncode()
349 gdPutC( Green[i], fp ); in GIFEncode()
350 gdPutC( Blue[i], fp ); in GIFEncode()
357 gdPutC( '!', fp ); in GIFEncode()
358 gdPutC( 0xf9, fp ); in GIFEncode()
359 gdPutC( 4, fp ); in GIFEncode()
360 gdPutC( 1, fp ); in GIFEncode()
361 gdPutC( 0, fp ); in GIFEncode()
362 gdPutC( 0, fp ); in GIFEncode()
363 gdPutC( (unsigned char) Transparent, fp ); in GIFEncode()
364 gdPutC( 0, fp ); in GIFEncode()
370 gdPutC( ',', fp ); in GIFEncode()
385 gdPutC( 0x40, fp ); in GIFEncode()
387 gdPutC( 0x00, fp ); in GIFEncode()
392 gdPutC( InitCodeSize, fp ); in GIFEncode()
402 gdPutC( 0, fp ); in GIFEncode()
407 gdPutC( ';', fp ); in GIFEncode()
746 gdPutC( ctx->a_count, ctx->g_outfile );
755 gdPutC(w & 0xFF, out);
756 gdPutC((w >> 8) & 0xFF, out);