Lines Matching refs:png_struct
139 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
2472 png_struct or info_struct members and other deprecated usage in
2675 Moved declaration of png_struct into private pngstruct.h and png_info
2913 main program structure, not the png_struct.
3341 pointer to the png_struct rather than pointers to every item required
3342 from the png_struct. This makes no practical difference to the internal
3347 Changed png_struct jmp_buf member name from png_jmpbuf to tmp_jmpbuf to
3603 Moved row_info from png_struct to a local variable.
3635 Align png_struct::row_buf - previously it was always unaligned, caused by
3642 previously possible because the png_struct buffer was always misaligned.
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
3832 silently. png_struct is changed in a similar way on allocation and on
3844 to avoid including a spurious buffer in the png_struct.
3855 Implemented 'restrict' for png_info and png_struct. Because of the way
3856 libpng works both png_info and png_struct are always accessed via a
4005 Removed unused "current_text" members of png_struct and the png_free()
4102 serious consequences because the transform data in png_struct is
5042 Updated README file to explain that direct access to the png_struct
5270 to support back-door modification of png_struct in libpng-1.4.x