Lines Matching refs:png_info
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
2163 After setting the transformations, libpng can update your png_info
2403 before or after the image data, you should pass the separate png_info
2748 Next, png_struct and png_info need to be allocated and initialized.
2942 You now need to fill in the png_info structure with all the data you
2949 fill them until png_write_end(). For all the fields in png_info and
2953 Some of the more important parts of the png_info are:
3686 pass an appropriately filled png_info pointer. If you are not interested,
4853 members of the main libpng control structures, png_struct and png_info,
5334 png_exported_function(png_ptr, png_info, foo)
5350 png_non_exported_function(png_ptr, png_info, foo)