Home
last modified time | relevance | path

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

/PHP-7.2/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_bmp.c48 gdPutC(w & 0xFF, out); in gdBMPPutWord()
49 gdPutC((w >> 8) & 0xFF, out); in gdBMPPutWord()
56 gdPutC(w & 0xFF, out); in gdBMPPutInt()
57 gdPutC((w >> 8) & 0xFF, out); in gdBMPPutInt()
58 gdPutC((w >> 16) & 0xFF, out); in gdBMPPutInt()
59 gdPutC((w >> 24) & 0xFF, out); in gdBMPPutInt()
H A Dgd_wbmp.c71 gdPutC(i, (gdIOCtx *) out); in gd_putout()
H A Dgd_io.c48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC() function
H A Dgd_gd2.c650 gdPutC((unsigned char) (GD2_ID[i]), out); in _gd2PutHeader()
780 gdPutC((unsigned char) im->pixels[y][x], out); in _gdImageGd2()
/PHP-7.2/main/
H A Dphp_compat.h349 #define gdPutC php_gd_gdPutC macro

Completed in 31 milliseconds