Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:number

160  *    and minor numbers; the shared-library major version number will be
165 * were given the previous public release number plus a letter, until
167 * release number plus "betaNN" or "rcN".
418 * file of the same version number. If this value is given, the
572 png_int_32 nentries; /* number of palette entries */
704 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
705 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
714 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */
715 png_byte pixel_depth; /* number of bits per pixel */
745 * unique, and the text string may be empty. Any number of text chunks may
748 int num_text; /* number of comments read/to write */
761 /* The sBIT chunk specifies the number of significant high-order bits
863 png_byte pcal_nparams; /* number of parameters given in pcal_params */
1009 /* Maximum number of entries in PLTE/sPLT/tRNS arrays */
1041 png_uint_32 rowbytes; /* number of bytes in row */
1044 png_byte channels; /* number of channels (1, 2, 3, or 4) */
1164 png_uint_32 num_rows; /* number of rows in current pass */
1181 png_uint_16 num_palette; /* number of color entries in palette */
1182 png_uint_16 num_trans; /* number of transparency values */
1192 png_byte pixel_depth; /* number of bits per pixel */
1193 png_byte channels; /* number of channels in file */
1219 png_uint_32 flush_rows; /* number of rows written since last flush */
1223 int gamma_shift; /* number of "insignificant" bits 16-bit gamma */
1301 png_byte num_prev_filters; /* number of weights for previous rows */
1412 * do not agree upon the version number.
1424 /* Returns the version number of the library */
1632 /* Have the code handle the interlacing. Returns the number of passes. */
1660 /* Turn on dithering, and reduce the palette to the number of colors available. */
2098 /* Returns number of bytes needed to hold a transformed row. */
2113 /* Returns number of color channels in image. */
2342 /* png_get_text also returns the number of text chunks in *num_text */
2668 /* Place a 32-bit number into a buffer in PNG byte order (big-endian).
2675 /* Place a 16-bit number into a buffer in PNG byte order.
3078 png_color_16p values, int number, int color_type));