Home
last modified time | relevance | path

Searched refs:png_struct (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp180 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/
D0000-build-config.patch12 /* Free a png_struct */
Dpng.h475 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;
Dpngmem.c35 png_struct dummy_struct = *png_ptr; in png_destroy_png_struct()
Dpng.c234 png_struct create_struct;
/external/libpng/
Dpng.h470 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;
Dpngmem.c32 png_struct dummy_struct = *png_ptr; in png_destroy_png_struct()
DREADME36 be a transitional release, members of the png_struct and the
160 pngstruct.h => png_struct declaration (private)
DCHANGES139 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 …]
Dlibpng-manual.txt113 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 …]
Dpngtest.c692 read_user_chunk_callback(png_struct *png_ptr, png_unknown_chunkp chunk) in read_user_chunk_callback()
Dpng.c254 png_struct create_struct;
/external/libpng/contrib/pngminus/
Dpng2pnm.c209 png_struct *png_ptr = NULL; in png2pnm()
Dpnm2png.c206 png_struct *png_ptr = NULL; in pnm2png()
/external/skia/src/codec/
DSkPngCodec.cpp992 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/
DSkPngCodec.cpp992 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/
Dpng.c1696 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/
Dpnglibconf.dfa705 # machine. One of these will be allocated per png_struct. When this