Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/libpngpf.3

    r561 r846  
    1 .TH LIBPNGPF 3 "September 10, 2009"
     1.TH LIBPNGPF 3 "January 3, 2010"
    22.SH NAME
    3 libpng \- Portable Network Graphics (PNG) Reference Library 1.2.40
     3libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0
    44(private functions)
    55.SH SYNOPSIS
    66\fB#include <png.h>\fP
    77
    8 \fI\fB
    9 
    10 \fI\fB
    11 
    12 \fBvoid png_build_gamma_table (png_structp \fIpng_ptr\fP\fB);\fP
     8\fB#include \fI"pngpriv.h"
     9
     10\fI\fB
     11
     12\fBvoid png_64bit_product (long \fP\fIv1\fP\fB, long \fP\fIv2\fP\fB, unsigned long \fI*hi_product,
     13
     14\fBunsigned long \fI*lo_product\fP\fB);\fP
     15
     16\fI\fB
     17
     18\fBvoid png_build_gamma_table (png_structp \fP\fIpng_ptr\fP\fB, png_byte \fIbit_depth\fP\fB);\fP
    1319
    1420\fI\fB
     
    2834\fI\fB
    2935
     36\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
     37
     38\fI\fB
     39
     40\fI\fB
     41
    3042\fBvoid png_check_chunk_name (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fIchunk_name\fP\fB);\fP
    3143
     
    4052\fI\fB
    4153
     54\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
     55
     56\fI\fB
     57
     58\fI\fB
     59
    4260\fBvoid png_combine_row (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIrow\fP\fB, int \fImask\fP\fB);\fP
    4361
     
    82100\fI\fB
    83101
    84 \fBvoid png_decompress_chunk (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fIcomp_type\fP\fB, png_charp \fP\fIchunkdata\fP\fB, png_size_t \fP\fIchunklength\fP\fB, png_size_t \fP\fIprefix_length\fP\fB, png_size_t \fI*data_length\fP\fB);\fP
     102\fBint png_debug(int \fP\fIlevel\fP\fB, png_const_charp \fImessage\fP\fB);\fP
     103
     104\fI\fB
     105
     106\fBint png_debug1(int \fP\fIlevel\fP\fB, png_const_charp \fP\fImessage\fP\fB, \fIp1\fP\fB);\fP
     107
     108\fI\fB
     109
     110\fBint png_debug2(int \fP\fIlevel\fP\fB, png_const_charp \fP\fImessage\fP\fB, \fP\fIp1\fP\fB, \fIp2\fP\fB);\fP
     111
     112\fI\fB
     113
     114\fBvoid png_decompress_chunk (png_structp \fP\fIpng_ptr\fP\fB, int \fP\fIcomp_type\fP\fB, png_size_t \fP\fIchunklength\fP\fB, png_size_t \fP\fIprefix_length\fP\fB, png_size_t \fI*data_length\fP\fB);\fP
    85115
    86116\fI\fB
     
    100130\fI\fB
    101131
    102 \fBvoid png_do_background (png_row_infop \fP\fIrow_info\fP\fB, png_bytep \fP\fIrow\fP\fB, png_color_16p \fP\fItrans_values\fP\fB, png_color_16p \fP\fIbackground\fP\fB, png_color_16p \fP\fIbackground_1\fP\fB, png_bytep \fP\fIgamma_table\fP\fB, png_bytep \fP\fIgamma_from_1\fP\fB, png_bytep \fP\fIgamma_to_1\fP\fB, png_uint_16pp \fP\fIgamma_16\fP\fB, png_uint_16pp \fP\fIgamma_16_from_1\fP\fB, png_uint_16pp \fP\fIgamma_16_to_1\fP\fB, int \fIgamma_shift\fP\fB);\fP
     132\fBvoid png_do_background (png_row_infop \fP\fIrow_info\fP\fB, png_bytep \fP\fIrow\fP\fB, png_color_16p \fP\fItrans_color\fP\fB, png_color_16p \fP\fIbackground\fP\fB, png_color_16p \fP\fIbackground_1\fP\fB, png_bytep \fP\fIgamma_table\fP\fB, png_bytep \fP\fIgamma_from_1\fP\fB, png_bytep \fP\fIgamma_to_1\fP\fB, png_uint_16pp \fP\fIgamma_16\fP\fB, png_uint_16pp \fP\fIgamma_16_from_1\fP\fB, png_uint_16pp \fP\fIgamma_16_to_1\fP\fB, int \fIgamma_shift\fP\fB);\fP
    103133
    104134\fI\fB
     
    182212\fI\fB
    183213
    184 \fI\fB
    185 
    186214\fBvoid png_do_read_swap_alpha (png_row_infop \fP\fIrow_info\fP\fB, png_bytep \fIrow\fP\fB);\fP
    187215
     
    538566\fI\fB
    539567
    540 \fBpng_uint_32 png_read_chunk_header (png_structp \fIpng_ptr\fP\fB);\fP
    541 
    542 \fI\fB
    543 
    544 \fI\fB
    545 
    546568\fBvoid png_read_data (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIdata\fP\fB, png_size_t \fIlength\fP\fB);\fP
    547569
    548570\fI\fB
    549571
     572\fBvoid png_read_destroy (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_infop \fIend_info_ptr\fP\fB);\fP
     573
    550574\fI\fB
    551575
     
    608632\fI\fB
    609633
     634\fBvoid png_write_destroy (png_structp \fIpng_ptr\fP\fB);\fP
     635
    610636\fI\fB
    611637
     
    713739
    714740\fBvoid png_write_sCAL_s (png_structp \fP\fIpng_ptr\fP\fB, png_charp \fP\fIunit\fP\fB, png_charp \fP\fIwidth\fP\fB, png_charp \fIheight\fP\fB);\fP
    715 
    716 \fI\fB
    717 
    718 \fI\fB
    719 
    720 \fBvoid png_write_sig (png_structp \fIpng_ptr\fP\fB);\fP
    721741
    722742\fI\fB
     
    786806
    787807.SH SEE ALSO
    788 .IR libpng(3) ", " png(5)
     808libpng(3), png(5)
    789809.SH AUTHOR
    790810Glenn Randers-Pehrson
Note: See TracChangeset for help on using the changeset viewer.