Lines Matching +full:product +full:- +full:files
2 * pnglite.h - Interface for pnglite library
5 * This software is provided 'as-is', without any express or implied
15 * in a product, an acknowledgment in the product documentation would be
46 PNG_FILE_ERROR = -1,
47 PNG_HEADER_ERROR = -2,
48 PNG_IO_ERROR = -3,
49 PNG_EOF_ERROR = -4,
50 PNG_CRC_ERROR = -5,
51 PNG_MEMORY_ERROR = -6,
52 PNG_ZLIB_ERROR = -7,
53 PNG_UNKNOWN_FILTER = -8,
54 PNG_NOT_SUPPORTED = -9,
55 PNG_WRONG_ARGUMENTS = -10
59 * The five different kinds of color storage in PNG files.
99 * png - Empty png_t struct.
100 * filename - Filename of the file to be opened.
114 * png - png struct to get info from.
125 * error - Error code.
143 * data - Where to store result.
157 * png - png to close.