Home | History | Annotate | Download | only in libpng16

Lines Matching refs:png_get_int_32

2565 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2591 * The png_get_int_32() routine assumes we are using two's complement
2608 # define PNG_get_int_32(buf) \
2619 # define png_get_int_32(buf) PNG_get_int_32(buf)
2626 # define PNG_get_int_32 (png_get_int_32)