Searched refs:png_info (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/testing/image_diff/ |
D | image_diff_png.cpp | 177 void DecodeInfoCallback(png_struct* png_ptr, png_info* info_ptr) { in DecodeInfoCallback() 308 void DecodeEndCallback(png_struct* png_ptr, png_info* info) { in DecodeEndCallback() 321 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) {} in PngReadStructDestroyer() 326 png_info** pi_; 331 png_info** info_ptr) { in BuildPNGStruct() 359 png_info* info_ptr = nullptr; in Decode() 492 png_info* info_ptr, in DoLibpngWrite() 627 png_info* info_ptr = png_create_info_struct(png_ptr); in EncodeWithCompressionLevel()
|
/external/angle/util/ |
D | png_utils.cpp | 63 png_info *infoStruct = png_create_info_struct(writeStruct); in SavePNGRGB()
|
/external/libpng/ |
D | png.h | 453 typedef struct png_info_def png_info; typedef 454 typedef png_info * png_infop; 455 typedef const png_info * png_const_infop; 456 typedef png_info * * png_infopp; 471 typedef png_info * PNG_RESTRICT png_inforp; 472 typedef const png_info * PNG_RESTRICT png_const_inforp;
|
D | README | 20 Note that some of the changes to the png_info structure render this 127 pnginfo.h => png_info struct declaration (private)
|
D | libpng-manual.txt | 114 png_struct and png_info instances, and thus its own image. 121 and png_info. Both are internal structures that are no longer exposed 124 The png_info structure is designed to provide information about the 125 PNG file. At one time, the fields of png_info were intended to be 128 a set of interface functions for png_info (the png_get_*() and png_set_*() 129 functions) was developed, and direct access to the png_info fields was 137 to png_info as the second argument. Some application visible macros 139 integers in the PNG format) don't take a png_info pointer, but it's almost 143 You can have more than one png_info structure associated with an image, 366 Next, png_struct and png_info need to be allocated and initialized. In [all …]
|
D | CHANGES | 801 Rearranged some members at the end of png_info and png_struct, to put 803 and free_me, png_read_user_fn, and png_free_fn within the original png_info, 811 1.00) members of png_struct and png_info, to regain binary compatibility 2674 Moved declaration of png_struct into private pngstruct.h and png_info 2686 Removed malformed "incomplete struct declaration" of png_info from png.h 3482 Also removed a spurious and confusing "trans" member ("trans") from png_info. 3687 of a png_struct or png_info failed. This would probably have led to a 3828 alter how the tricky allocation of the initial png_struct and png_info 3829 structures are handled. png_info is now handled in pretty much the same 3854 Implemented 'restrict' for png_info and png_struct. Because of the way [all …]
|
D | png.c | 434 if ((sizeof (png_info)) > png_info_struct_size)
|
/external/pdfium/third_party/libpng16/ |
D | png.h | 453 typedef struct png_info_def png_info; typedef 454 typedef png_info * png_infop; 455 typedef const png_info * png_const_infop; 456 typedef png_info * * png_infopp; 471 typedef png_info * PNG_RESTRICT png_inforp; 472 typedef const png_info * PNG_RESTRICT png_const_inforp;
|
D | png.c | 434 if ((sizeof (png_info)) > png_info_struct_size)
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 167 png_info *info_ptr = NULL; in png2pnm()
|
D | pnm2png.c | 167 png_info *info_ptr = NULL; in pnm2png()
|
/external/ImageMagick/coders/ |
D | png.c | 1961 static void read_eXIf_chunk(Image *image,png_struct *ping,png_info *info, in read_eXIf_chunk() 2101 static void read_tIME_chunk(Image *image,png_struct *ping,png_info *info, in read_tIME_chunk() 2205 png_info in ReadOnePNGImage() 2390 if (ping_info == (png_info *) NULL) in ReadOnePNGImage() 2392 png_destroy_read_struct(&ping,(png_info **) NULL,(png_info **) NULL); in ReadOnePNGImage() 2398 if (end_info == (png_info *) NULL) in ReadOnePNGImage() 2400 png_destroy_read_struct(&ping,&ping_info,(png_info **) NULL); in ReadOnePNGImage() 8165 png_info *ping_info, unsigned char *profile_type, unsigned char in Magick_png_write_raw_profile() 8276 static void write_tIME_chunk(Image *image,png_struct *ping,png_info *info, in write_tIME_chunk() 8433 png_info in WriteOnePNGImage() [all …]
|
/external/skqp/src/codec/ |
D | SkPngCodec.cpp | 992 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr); in destroyReadStruct()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 1008 png_destroy_read_struct((png_struct**)&fPng_ptr, (png_info**)&fInfo_ptr, nullptr); in destroyReadStruct()
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 564 # tEXt, zTXt, tRNS, pCAL). Others will just save time and make png_info
|