Changeset 43 for vendor/libpng/libpngpf.3
- Timestamp:
- 02/15/10 11:37:15 (2 years ago)
- Files:
-
- 1 modified
-
vendor/libpng/libpngpf.3 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/libpng/libpngpf.3
r11 r43 1 .TH LIBPNGPF 3 " September 10, 2009"1 .TH LIBPNGPF 3 "January 3, 2010" 2 2 .SH NAME 3 libpng \- Portable Network Graphics (PNG) Reference Library 1.2.4 03 libpng \- Portable Network Graphics (PNG) Reference Library 1.2.42 4 4 (private functions) 5 5 .SH SYNOPSIS … … 8 8 \fI\fB 9 9 10 \fBvoid png_64bit_product (long \fP\fIv1\fP\fB, long \fP\fIv2\fP\fB, unsigned long \fI*hi_product, 11 12 \fBunsigned long \fI*lo_product\fP\fB);\fP 13 10 14 \fI\fB 11 15 … … 23 27 24 28 \fBvoid png_calculate_crc (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIptr\fP\fB, png_size_t \fIlength\fP\fB);\fP 29 30 \fI\fB 31 32 \fI\fB 33 34 \fBint png_check_cHRM_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_fixed_point \fP\fIint_white_x\fP\fB, png_fixed_point \fP\fIint_white_y\fP\fB, png_fixed_point \fP\fIint_red_x\fP\fB, png_fixed_point \fP\fIint_red_y\fP\fB, png_fixed_point \fP\fIint_green_x\fP\fB, png_fixed_point \fP\fIint_green_y\fP\fB, png_fixed_point \fP\fIint_blue_x\fP\fB, png_fixed_point \fIint_blue_y\fP\fB);\fP 35 36 \fI\fB 37 38 \fI\fB 39 40 \fBvoid png_check_IHDR (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fP\fIwidth\fP\fB, png_uint_32 \fP\fIheight\fP\fB, int \fP\fIbit_depth\fP\fB, int \fP\fIcolor_type\fP\fB, int \fP\fIinterlace_type\fP\fB, int \fP\fIcompression_type\fP\fB, int \fIfilter_type\fP\fB);\fP 25 41 26 42 \fI\fB
