Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_out.c346 gdPutC( B, fp ); in GIFEncode()
356 gdPutC( 0, fp ); in GIFEncode()
371 gdPutC( '!', fp ); in GIFEncode()
372 gdPutC( 0xf9, fp ); in GIFEncode()
373 gdPutC( 4, fp ); in GIFEncode()
374 gdPutC( 1, fp ); in GIFEncode()
375 gdPutC( 0, fp ); in GIFEncode()
376 gdPutC( 0, fp ); in GIFEncode()
378 gdPutC( 0, fp ); in GIFEncode()
416 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.4/main/
H A Dphp_compat.h353 #define gdPutC php_gd_gdPutC macro

Completed in 19 milliseconds