Searched refs:png_info (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/testing/image_diff/
H A Dimage_diff_png.cpp180 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) {
311 void DecodeEndCallback(png_struct* png_ptr, png_info* info) {
324 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {}
329 png_info** pi_;
335 png_info** info_ptr) {
366 png_info* info_ptr = NULL;
501 png_info* info_ptr,
638 png_info* info_ptr = png_create_info_struct(png_ptr);
/external/syslinux/com32/lib/libpng/
H A Dpngmem.c47 size = png_sizeof(png_info);
344 /* Allocate memory for a png_struct or a png_info. The malloc and
354 /* Allocate memory for a png_struct or a png_info. The malloc and
365 size = png_sizeof(png_info);
H A Dpng.c244 * future. This should be used in favour of malloc(png_sizeof(png_info))
246 * libpng don't have to be recompiled if png_info changes size.
265 png_info_init_3(&info_ptr, png_sizeof(png_info));
326 if (png_sizeof(png_info) > png_info_struct_size)
334 png_memset(info_ptr, 0, png_sizeof(png_info));
629 png_info_init_3(&info_ptr, png_sizeof(png_info));
H A Dpngread.c220 png_sizeof(png_info) > png_info_size)
247 if (png_sizeof(png_info) > png_info_size)
H A Dpngwrite.c619 png_sizeof(png_info) > png_info_size)
646 if (png_sizeof(png_info) > png_info_size)
H A Dpngtest.c1469 fprintf(STDERR, " sizeof(png_struct)=%ld, sizeof(png_info)=%ld\n",
1470 (long)png_sizeof(png_struct), (long)png_sizeof(png_info));
/external/libpng/
H A Dpng.h475 /* png_info contains information read from or to be written to a PNG file. One
484 typedef struct png_info_def png_info; typedef in typeref:struct:png_info_def
485 typedef png_info * png_infop;
486 typedef const png_info * png_const_infop;
487 typedef png_info * * png_infopp;
502 typedef png_info * PNG_RESTRICT png_inforp;
503 typedef const png_info * PNG_RESTRICT png_const_inforp;
692 /* These describe the color_type field in png_info. */
1765 * by libpng or by the application; this works on the png_info structure passed
1766 * in, it does not change the state for other png_info structure
[all...]
H A Dpng.c381 * internally to implement the png_info release part of the 'struct' destroy
434 if ((sizeof (png_info)) > png_info_struct_size)
/external/pdfium/third_party/libpng16/
H A Dpng.h480 /* png_info contains information read from or to be written to a PNG file. One
489 typedef struct png_info_def png_info; typedef in typeref:struct:png_info_def
490 typedef png_info * png_infop;
491 typedef const png_info * png_const_infop;
492 typedef png_info * * png_infopp;
507 typedef png_info * PNG_RESTRICT png_inforp;
508 typedef const png_info * PNG_RESTRICT png_const_inforp;
697 /* These describe the color_type field in png_info. */
1769 * by libpng or by the application; this works on the png_info structure passed
1770 * in, it does not change the state for other png_info structure
[all...]
H A Dpng.c361 * internally to implement the png_info release part of the 'struct' destroy
414 if ((sizeof (png_info)) > png_info_struct_size)
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c210 png_info *info_ptr = NULL;
H A Dpnm2png.c207 png_info *info_ptr = NULL;
/external/ImageMagick/coders/
H A Dpng.c1865 static void read_tIME_chunk(Image *image,png_struct *ping,png_info *info,
1976 png_info
2155 if (ping_info == (png_info *) NULL)
2157 png_destroy_read_struct(&ping,(png_info **) NULL,(png_info **) NULL);
2163 if (end_info == (png_info *) NULL)
2165 png_destroy_read_struct(&ping,&ping_info,(png_info **) NULL);
7700 png_info *ping_info, unsigned char *profile_type, unsigned char
7856 static void write_tIME_chunk(Image *image,png_struct *ping,png_info *info,
7941 png_info
[all...]
/external/skia/src/codec/
H A DSkPngCodec.cpp999 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr);
/external/skqp/src/codec/
H A DSkPngCodec.cpp993 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr);
/external/syslinux/com32/include/
H A Dpng.h768 /* png_info is a structure that holds the information in a PNG file so
1044 } png_info; typedef in typeref:struct:png_info_struct
1046 typedef png_info FAR * png_infop;
1047 typedef png_info FAR * FAR * png_infopp;
1058 /* These describe the color_type field in png_info. */
1642 png_sizeof(png_info));
2236 * These functions should be used instead of directly accessing png_info

Completed in 3288 milliseconds