Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_get_int_32

87 png_get_int_32(png_bytep buf)
1641 offset_x = png_get_int_32(buf);
1642 offset_y = png_get_int_32(buf + 4);
1715 X0 = png_get_int_32((png_bytep)buf+1);
1716 X1 = png_get_int_32((png_bytep)buf+5);