Searched refs:png_get_int_32 (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngrutil.c87 png_get_int_32(png_bytep buf) function
1658 offset_x = png_get_int_32(buf);
1659 offset_y = png_get_int_32(buf + 4);
1732 X0 = png_get_int_32((png_bytep)buf+1);
1733 X1 = png_get_int_32((png_bytep)buf+5);
H A Dpng.h2934 * The x86 line of processors definitely do not. The png_get_int_32()
2941 # define png_get_int_32(buf) ( *((png_int_32p) (buf))) macro
2945 extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c74 png_get_int_32(png_bytep buf) function
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);
H A Dpng.h2651 * The x86 line of processors definitely do not. The png_get_int_32()
2658 # define png_get_int_32(buf) ( *((png_int_32p) (buf))) macro
2662 extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));

Completed in 55 milliseconds