Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_get_int_32

2571 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2597 * The png_get_int_32() routine assumes we are using two's complement
2614 # define PNG_get_int_32(buf) \
2625 # define png_get_int_32(buf) PNG_get_int_32(buf)
2632 # define PNG_get_int_32 (png_get_int_32)