Home | History | Annotate | Download | only in libpng

Lines Matching defs:png_get_int_32

85 png_get_int_32)(png_const_bytep buf)
2113 png_get_int_32(buf);
2114 offset_y = png_get_int_32(buf + 4);
2185 X0 = png_get_int_32((png_bytep)buf+1);
2186 X1 = png_get_int_32((png_bytep)buf+5);