Searched refs:gdGetBuf (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_tga.c | 151 if (gdGetBuf(header, sizeof(header), ctx) < 18) { in read_header_tga() 194 gdGetBuf(tga->ident, tga->identsize, ctx); in read_header_tga() 253 if (gdGetBuf(conversion_buffer, image_block_size, ctx) != image_block_size) { in read_image_tga() 282 rle_size = gdGetBuf(conversion_buffer, image_block_size, ctx); in read_image_tga()
|
H A D | gd_io.h | 36 int gdGetBuf(void *, int, gdIOCtx*);
|
H A D | gd_io.c | 188 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf() function
|
H A D | gd_webp.c | 64 n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile); in gdImageCreateFromWebpCtx()
|
H A D | gd_png.c | 84 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngReadData() 151 if (gdGetBuf(sig, 8, infile) < 8) { in gdImageCreateFromPngCtx()
|
H A D | gd_bmp.c | 262 while ((buffer_size = gdGetBuf(copy_buffer, 1024, out)) != EOF) { in gdImageBmpCtx() 650 if (!gdGetBuf(useless_bytes, 24, infile)) { in bmp_read_os2_v2_info()
|
H A D | gd_gif_in.c | 48 #define ReadOK(file,buffer,len) (gdGetBuf(buffer, len, file) > 0)
|
H A D | gd_jpeg.c | 620 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer()
|
H A D | gd_gd2.c | 231 if (gdGetBuf(compBuf, compSize, in) != compSize) { in _gd2ReadChunk()
|
/PHP-8.2/main/ |
H A D | php_compat.h | 213 #define gdGetBuf php_gd_gdGetBuf macro
|
Completed in 24 milliseconds