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

Lines Matching defs:png_get_uint_31

50 png_get_uint_31(png_structp png_ptr, png_bytep buf)
369 width = png_get_uint_31(png_ptr, buf);
370 height = png_get_uint_31(png_ptr, buf + 4);
3952 png_ptr->idat_size = png_get_uint_31(png_ptr, chunk_length);