Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c332 gdPutC( B, fp ); in GIFEncode()
342 gdPutC( 0, 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()
364 gdPutC( 0, fp ); in GIFEncode()
402 gdPutC( 0, fp ); in GIFEncode()
[all …]
H A Dgd_gd.c216 gdPutC(im->trueColor, out); in _gdPutColors()
223 gdPutC((unsigned char) im->red[i], out); in _gdPutColors()
224 gdPutC((unsigned char) im->green[i], out); in _gdPutColors()
225 gdPutC((unsigned char) im->blue[i], out); in _gdPutColors()
226 gdPutC((unsigned char) im->alpha[i], out); in _gdPutColors()
259 gdPutC((unsigned char) im->pixels[y][x], out); in _gdImageGd()
H A Dgd_io.h30 void gdPutC(const unsigned char c, gdIOCtx *ctx);
H A Dgd_io.c48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC() function
H A Dgd_wbmp.c70 gdPutC(i, (gdIOCtx *) out); in gd_putout()
H A Dgd_gd2.c641 gdPutC((unsigned char) (GD2_ID[i]), out); in _gd2PutHeader()
771 gdPutC((unsigned char) im->pixels[y][x], out); in _gdImageGd2()
/PHP-5.5/main/
H A Dphp_compat.h329 #define gdPutC php_gd_gdPutC macro

Completed in 15 milliseconds