Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_get_int_32

74 png_get_int_32(png_bytep buf)
1562 offset_x = png_get_int_32(buf);
1563 offset_y = png_get_int_32(buf + 4);
1634 X0 = png_get_int_32((png_bytep)buf+1);
1635 X1 = png_get_int_32((png_bytep)buf+5);