Searched refs:gdPutC (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_out.c | 332 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 D | gd_gd.c | 216 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 D | gd_io.h | 29 void gdPutC(const unsigned char c, gdIOCtx *ctx);
|
H A D | gd_wbmp.c | 70 gdPutC(i, (gdIOCtx *) out); in gd_putout()
|
H A D | gd_io.c | 48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC() function
|
H A D | gd_gd2.c | 628 gdPutC((unsigned char) (GD2_ID[i]), out); in _gd2PutHeader() 758 gdPutC((unsigned char) im->pixels[y][x], out); in _gdImageGd2()
|
/PHP-5.3/main/ |
H A D | php_compat.h | 329 #define gdPutC php_gd_gdPutC macro
|
Completed in 17 milliseconds