Searched refs:gdPutBuf (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_io.h | 31 int gdPutBuf(const void *, int, gdIOCtx*);
|
H A D | gd_io.c | 122 int gdPutBuf (const void *buf, int size, gdIOCtx * ctx) in gdPutBuf() function
|
H A D | gd_gif_out.c | 306 gdPutBuf(Transparent < 0 ? "GIF87a" : "GIF89a", 6, fp ); in GIFEncode() 747 gdPutBuf( ctx->accum, ctx->a_count, ctx->g_outfile );
|
H A D | gd_webp.c | 197 gdPutBuf (filedata, yuv_nbytes, outfile); in gdImageWebpCtx()
|
H A D | gd_jpeg.c | 772 if (gdPutBuf (dest->buffer, OUTPUT_BUF_SIZE, dest->outfile) != (size_t) OUTPUT_BUF_SIZE) { in empty_output_buffer() 798 if (datacount > 0 && ((size_t)gdPutBuf (dest->buffer, datacount, dest->outfile) != datacount)) { in term_destination()
|
H A D | gd_png.c | 86 gdPutBuf (data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngWriteData()
|
H A D | gd_gd2.c | 774 if (gdPutBuf (compData, compLen, out) <= 0) { in _gdImageGd2()
|
/PHP-5.4/main/ |
H A D | php_compat.h | 328 #define gdPutBuf php_gd_gdPutBuf macro
|
Completed in 28 milliseconds