Home | History | Annotate | Download | only in libpng

Lines Matching defs:png_get_uint_32

2691 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2722 # define PNG_get_uint_32(buf) \
2738 ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffffL) + 1)) \
2739 : (png_int_32)png_get_uint_32(buf)))
2745 # define png_get_uint_32(buf) PNG_get_uint_32(buf)
2752 # define PNG_get_uint_32 (png_get_uint_32)