Lines Matching refs:png_uint_32
130 png_ptr->crc = (png_uint_32)crc32(0, Z_NULL, 0); in png_reset_crc()
185 png_ptr->crc = (png_uint_32)crc; in png_calculate_crc()
453 int freer, png_uint_32 mask) in png_data_freer()
471 png_free_data(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_32 mask, in png_free_data()
663 png_uint_32 row; in png_free_data()
728 png_save_uint_32(buf, (png_uint_32)i); in png_save_int_32()
967 png_chunk_unknown_handling(png_const_structrp png_ptr, png_uint_32 chunk_name)
991 png_uint_32 PNGAPI
995 return((png_uint_32)PNG_LIBPNG_VER);
1792 png_icc_tag_char(png_uint_32 byte)
1802 png_icc_tag_name(char *name, png_uint_32 tag)
1844 png_icc_tag_name(message+pos, (png_uint_32)value);
1977 png_const_charp name, png_uint_32 profile_length)
1988 png_const_charp name, png_uint_32 profile_length)
2021 png_const_charp name, png_uint_32 profile_length,
2024 png_uint_32 temp;
2036 temp = (png_uint_32) (*(profile+8));
2204 png_const_charp name, png_uint_32 profile_length,
2207 png_uint_32 tag_count = png_get_uint_32(profile+128);
2208 png_uint_32 itag;
2216 png_uint_32 tag_id = png_get_uint_32(tag+0);
2217 png_uint_32 tag_start = png_get_uint_32(tag+4); /* must be aligned */
2218 png_uint_32 tag_length = png_get_uint_32(tag+8);/* not padded */
2253 png_uint_32 adler, crc, length;
2254 png_uint_32 md5[4];
2324 png_uint_32 length = 0;
2325 png_uint_32 intent = 0x10000; /* invalid */
2362 if (length == (png_uint_32) png_sRGB_checks[i].length &&
2363 intent == (png_uint_32) png_sRGB_checks[i].intent)
2449 png_const_charp name, png_uint_32 profile_length, png_const_bytep profile,
2554 png_uint_32 width, png_uint_32 height, int bit_depth,
3247 png_uint_32 num;
3252 *ascii++ = 45; num = (png_uint_32)(-fp);
3255 num = (png_uint_32)fp;
3382 png_uint_32 A, T, D;
3383 png_uint_32 s16, s32, s00;
3428 png_uint_32 d32, d00;
3597 static const png_uint_32
3702 png_log16bit(png_uint_32 x)
3767 static const png_uint_32
3793 static png_uint_32
3799 png_uint_32 e = png_32bit_exp[(x >> 12) & 0x0f];
3845 png_uint_32 x = png_exp(lg2);
3860 png_uint_32 x = png_exp(lg2);
4017 png_uint_32 ig = (j << (8-shift)) + i;
4040 png_uint_32 ig = (j << (8-shift)) + i;
4061 png_uint_32 last;
4097 png_uint_32 bound = png_gamma_16bit_correct(out+128U, gamma_val);
4343 png_uint_32 mask = 3U << option;
4344 png_uint_32 setting = (2U + (onoff != 0)) << option;
4345 png_uint_32 current = png_ptr->options;
4347 png_ptr->options = (png_uint_32)(((current & ~mask) | setting) & 0xff);