Home
last modified time | relevance | path

Searched refs:end_info (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/coders/
Dpng.c1970 *end_info, in ReadOnePNGImage() local
2154 end_info=png_create_info_struct(ping); in ReadOnePNGImage()
2156 if (end_info == (png_info *) NULL) in ReadOnePNGImage()
2169 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
3132 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
3503 png_read_end(ping,end_info); in ReadOnePNGImage()
3514 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
3621 status = png_get_text(ping,end_info,&text,&num_text) != 0 ? in ReadOnePNGImage()
3908 read_tIME_chunk(image,ping,end_info,exception); in ReadOnePNGImage()
3925 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
/external/skia/third_party/libpng/
Dlibpng-manual.txt144 IDAT chunks and another (called "end_info" below) for things after them.
422 &end_info);
427 Pass (png_infopp)NULL instead of &end_info if you didn't create
428 an end_info structure.
2354 png_infop end_info = png_create_info_struct(png_ptr);
2356 if (!end_info)
2363 png_read_end(png_ptr, end_info);
2366 but you can pass NULL, avoiding the need to create an end_info structure.
2381 &end_info);
2383 or, if you didn't create an end_info structure,
/external/libpng/
Dlibpng-manual.txt144 IDAT chunks and another (called "end_info" below) for things after them.
422 &end_info);
427 Pass (png_infopp)NULL instead of &end_info if you didn't create
428 an end_info structure.
2359 png_infop end_info = png_create_info_struct(png_ptr);
2361 if (!end_info)
2368 png_read_end(png_ptr, end_info);
2371 but you can pass NULL, avoiding the need to create an end_info structure.
2386 &end_info);
2388 or, if you didn't create an end_info structure,
/external/syslinux/com32/lib/libpng/
Dlibpng.txt189 png_infop end_info = png_create_info_struct(png_ptr);
190 if (!end_info)
227 &end_info);
1258 png_read_end(png_ptr, end_info);
1263 &end_info);