Searched refs:read_ptr (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngtest.c | 858 png_structp read_ptr; in test_one_file() local 897 read_ptr = in test_one_file() 901 read_ptr = in test_one_file() 935 if (setjmp(png_jmpbuf(read_ptr))) in test_one_file() 938 png_free(read_ptr, row_buf); in test_one_file() 960 png_free(read_ptr, row_buf); in test_one_file() 980 png_set_benign_errors(read_ptr, 0); in test_one_file() 1015 png_init_io(read_ptr, fpin); in test_one_file() 1517 png_free(read_ptr, row_buf); in test_one_file() 1534 png_read_end(read_ptr, end_info_ptr); in test_one_file() [all …]
|
A D | libpng-manual.txt | 644 png_set_keep_unknown_chunks(read_ptr, 2, NULL, 0); 647 png_set_keep_unknown_chunks(read_ptr, 2, vpAg, 1); 650 png_set_keep_unknown_chunks(read_ptr, 1, unused_chunks, 2754 "read_ptr" and "write_ptr". Look at pngtest.c, for example. 3743 png_data_freer(read_ptr, read_info_ptr, 4246 png_set_read_fn(png_structp read_ptr, 4253 voidp read_io_ptr = png_get_io_ptr(read_ptr);
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | timepng.c | 84 FILE *write_ptr, FILE *read_ptr) in read_by_row() argument 95 io_copy.input = read_ptr; in read_by_row()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 5825 loadImage(TIFF* in, struct image_data *image, struct dump_opts *dump, unsigned char **read_ptr) in loadImage() argument 6134 read_buff = *read_ptr; in loadImage() 6176 *read_ptr = read_buff; in loadImage()
|
Completed in 25 milliseconds