Searched defs:png_get_uint_31 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngrutil.c54 png_get_uint_31(png_structp png_ptr, png_bytep buf) function
119 length = png_get_uint_31(png_ptr, buf);
462 width = png_get_uint_31(png_ptr, buf);
463 height = png_get_uint_31(png_ptr, buf + 4);
3143 png_ptr->idat_size = png_get_uint_31(png_ptr, chunk_length);
H A Dpngusr.h257 #define png_get_uint_31 wk_png_get_uint_31 macro
/external/libpng/
H A Dpngrutil.c54 png_get_uint_31(png_structp png_ptr, png_bytep buf) function
119 length = png_get_uint_31(png_ptr, buf);
478 width = png_get_uint_31(png_ptr, buf);
479 height = png_get_uint_31(png_ptr, buf + 4);
3185 png_ptr->idat_size = png_get_uint_31(png_ptr, chunk_length);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c50 png_get_uint_31(png_structp png_ptr, png_bytep buf) function
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);

Completed in 468 milliseconds