Searched refs:png_struct (Results 1 – 18 of 18) sorted by relevance
/external/pdfium/testing/image_diff/ |
D | image_diff_png.cpp | 180 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) { in DecodeInfoCallback() 289 void DecodeRowCallback(png_struct* png_ptr, in DecodeRowCallback() 311 void DecodeEndCallback(png_struct* png_ptr, png_info* info) { in DecodeEndCallback() 324 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {} in PngReadStructDestroyer() 328 png_struct** ps_; 334 png_struct** png_ptr, in BuildPNGStruct() 365 png_struct* png_ptr = NULL; in Decode() 500 bool DoLibpngWrite(png_struct* png_ptr, in DoLibpngWrite() 634 png_struct* png_ptr = in EncodeWithCompressionLevel()
|
/external/pdfium/third_party/libpng16/ |
D | 0000-build-config.patch | 12 /* Free a png_struct */
|
D | png.h | 475 typedef struct png_struct_def png_struct; typedef 476 typedef const png_struct * png_const_structp; 477 typedef png_struct * png_structp; 478 typedef png_struct * * png_structpp; 505 typedef png_struct * PNG_RESTRICT png_structrp; 506 typedef const png_struct * PNG_RESTRICT png_const_structrp;
|
D | pngmem.c | 35 png_struct dummy_struct = *png_ptr; in png_destroy_png_struct()
|
D | png.c | 234 png_struct create_struct;
|
/external/libpng/ |
D | png.h | 470 typedef struct png_struct_def png_struct; typedef 471 typedef const png_struct * png_const_structp; 472 typedef png_struct * png_structp; 473 typedef png_struct * * png_structpp; 500 typedef png_struct * PNG_RESTRICT png_structrp; 501 typedef const png_struct * PNG_RESTRICT png_const_structrp;
|
D | pngmem.c | 32 png_struct dummy_struct = *png_ptr; in png_destroy_png_struct()
|
D | README | 36 be a transitional release, members of the png_struct and the 160 pngstruct.h => png_struct declaration (private)
|
D | CHANGES | 139 Current chunk name is now available in png_struct to reduce the number 467 user_depth, and user_channels into the png_struct, and a function 802 Rearranged some members at the end of png_info and png_struct, to put 812 1.00) members of png_struct and png_info, to regain binary compatibility 1077 libpng will reallocate the png_struct and info_struct if they are too small. 1130 Include background_1 in png_struct regardless of gamma support. 1218 png_struct after an error in png_create_read_struct_2(). 1400 Added compression_type to png_struct, and optimized the window size 1944 Enabled iTXt support (changes png_struct, thus requires so-number change). 2098 Moved local array "chunkdata" from pngrutil.c to the png_struct, so [all …]
|
D | libpng-manual.txt | 113 png_struct and png_info instances, and thus its own image. 119 There are two main structures that are important to libpng, png_struct 131 The png_struct structure is the object used by the library to decode a 134 Almost all libpng APIs require a pointer to a png_struct as the first argument. 139 always safe to assume that a (png_struct*) has to be passed to call an API 365 Next, png_struct and png_info need to be allocated and initialized. In 2747 Next, png_struct and png_info need to be allocated and initialized. 4238 png_struct and is initialized via png_init_io(). If you wish to change 4290 functions are normally supplied at the time that the png_struct is created. 4575 allocating and freeing the png_struct for each image read. [all …]
|
D | pngtest.c | 692 read_user_chunk_callback(png_struct *png_ptr, png_unknown_chunkp chunk) in read_user_chunk_callback()
|
D | png.c | 254 png_struct create_struct;
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 209 png_struct *png_ptr = NULL; in png2pnm()
|
D | pnm2png.c | 206 png_struct *png_ptr = NULL; in pnm2png()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 992 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr); in destroyReadStruct() 1003 if (setjmp(PNG_JMPBUF((png_struct*)fPng_ptr))) { in initializeXforms()
|
/external/skqp/src/codec/ |
D | SkPngCodec.cpp | 992 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr); in destroyReadStruct() 1003 if (setjmp(PNG_JMPBUF((png_struct*)fPng_ptr))) { in initializeXforms()
|
/external/ImageMagick/coders/ |
D | png.c | 1696 static void MagickPNGErrorHandler(png_struct *ping,png_const_charp message) in MagickPNGErrorHandler() 1727 static void MagickPNGWarningHandler(png_struct *ping,png_const_charp message) in MagickPNGWarningHandler() 1778 Magick_png_read_raw_profile(png_struct *ping,Image *image, in Magick_png_read_raw_profile() 1949 static void read_eXIf_chunk(Image *image,png_struct *ping,png_info *info, in read_eXIf_chunk() 1967 static int read_user_chunk_callback(png_struct *ping, png_unknown_chunkp chunk) in read_user_chunk_callback() 2089 static void read_tIME_chunk(Image *image,png_struct *ping,png_info *info, in read_tIME_chunk() 2204 png_struct in ReadOnePNGImage() 2378 if (ping == (png_struct *) NULL) in ReadOnePNGImage() 8158 Magick_png_write_raw_profile(const ImageInfo *image_info,png_struct *ping, in Magick_png_write_raw_profile() 8263 static void write_tIME_chunk(Image *image,png_struct *ping,png_info *info, in write_tIME_chunk() [all …]
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 705 # machine. One of these will be allocated per png_struct. When this
|