Searched refs:png_info (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/reactos/libs/libpng/ |
H A 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;
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | README | 20 Note that some of the changes to the png_info structure render this 127 pnginfo.h => png_info struct declaration (private)
|
H A 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 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 143 You can have more than one png_info structure associated with an image, 2163 After setting the transformations, libpng can update your png_info 2953 Some of the more important parts of the png_info are: 5334 png_exported_function(png_ptr, png_info, foo) [all …]
|
H A 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 …]
|
/reactos/dll/3rdparty/libpng/ |
H A D | png.c | 434 if ((sizeof (png_info)) > png_info_struct_size)
|