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.h261 #define png_get_uint_31 wk_png_get_uint_31 macro
/external/libpng/
H A Dpngrutil.c22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) function
163 length = png_get_uint_31(png_ptr, buf);
840 width = png_get_uint_31(png_ptr, buf);
841 height = png_get_uint_31(png_ptr, buf + 4);
/external/qemu/distrib/libpng-1.2.46/
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);

Completed in 103 milliseconds