png_get_int_32   2686 png.h          PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
png_get_int_32   2747 png.h          #     define PNG_get_int_32  (png_get_int_32)
png_get_int_32   2085 pngrutil.c        offset_x = png_get_int_32(buf);
png_get_int_32   2086 pngrutil.c        offset_y = png_get_int_32(buf + 4);
png_get_int_32   2157 pngrutil.c        X0 = png_get_int_32((png_bytep)buf+1);
png_get_int_32   2158 pngrutil.c        X1 = png_get_int_32((png_bytep)buf+5);