Home
last modified time | relevance | path

Searched refs:png_info (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp180 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) { in DecodeInfoCallback()
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()
329 png_info** pi_;
335 png_info** info_ptr) { in BuildPNGStruct()
366 png_info* info_ptr = NULL; in Decode()
501 png_info* info_ptr, in DoLibpngWrite()
638 png_info* info_ptr = png_create_info_struct(png_ptr); in EncodeWithCompressionLevel()
/external/libpng/
Dpng.h484 typedef struct png_info_def png_info; typedef
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;
DREADME19 Note that some of the changes to the png_info structure render this
161 pnginfo.h => png_info struct declaration (private)
Dlibpng-manual.txt113 png_struct and png_info instances, and thus its own image.
120 and png_info. Both are internal structures that are no longer exposed
123 The png_info structure is designed to provide information about the
124 PNG file. At one time, the fields of png_info were intended to be
127 a set of interface functions for png_info (the png_get_*() and png_set_*()
128 functions) was developed, and direct access to the png_info fields was
136 to png_info as the second argument. Some application visible macros
138 integers in the PNG format) don't take a png_info pointer, but it's almost
142 You can have more than one png_info structure associated with an image,
365 Next, png_struct and png_info need to be allocated and initialized. In
[all …]
DCHANGES802 Rearranged some members at the end of png_info and png_struct, to put
804 and free_me, png_read_user_fn, and png_free_fn within the original png_info,
812 1.00) members of png_struct and png_info, to regain binary compatibility
2675 Moved declaration of png_struct into private pngstruct.h and png_info
2687 Removed malformed "incomplete struct declaration" of png_info from png.h
3483 Also removed a spurious and confusing "trans" member ("trans") from png_info.
3688 of a png_struct or png_info failed. This would probably have led to a
3829 alter how the tricky allocation of the initial png_struct and png_info
3830 structures are handled. png_info is now handled in pretty much the same
3855 Implemented 'restrict' for png_info and png_struct. Because of the way
[all …]
Dpng.c434 if ((sizeof (png_info)) > png_info_struct_size)
/external/pdfium/third_party/libpng16/
Dpng.h489 typedef struct png_info_def png_info; typedef
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;
Dpng.c414 if ((sizeof (png_info)) > png_info_struct_size)
/external/libpng/contrib/pngminus/
Dpng2pnm.c210 png_info *info_ptr = NULL; in png2pnm()
Dpnm2png.c207 png_info *info_ptr = NULL; in pnm2png()
/external/ImageMagick/coders/
Dpng.c1949 static void read_eXIf_chunk(Image *image,png_struct *ping,png_info *info, in read_eXIf_chunk()
2089 static void read_tIME_chunk(Image *image,png_struct *ping,png_info *info, in read_tIME_chunk()
2200 png_info in ReadOnePNGImage()
2383 if (ping_info == (png_info *) NULL) in ReadOnePNGImage()
2385 png_destroy_read_struct(&ping,(png_info **) NULL,(png_info **) NULL); in ReadOnePNGImage()
2391 if (end_info == (png_info *) NULL) in ReadOnePNGImage()
2393 png_destroy_read_struct(&ping,&ping_info,(png_info **) NULL); in ReadOnePNGImage()
8159 png_info *ping_info, unsigned char *profile_type, unsigned char in Magick_png_write_raw_profile()
8263 static void write_tIME_chunk(Image *image,png_struct *ping,png_info *info, in write_tIME_chunk()
8420 png_info in WriteOnePNGImage()
[all …]
/external/skia/src/codec/
DSkPngCodec.cpp992 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr); in destroyReadStruct()
/external/skqp/src/codec/
DSkPngCodec.cpp992 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr); in destroyReadStruct()
/external/libpng/scripts/
Dpnglibconf.dfa563 # tEXt, zTXt, tRNS, pCAL). Others will just save time and make png_info