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

/external/chromium_org/third_party/libpng/
H A Dpngusr.h232 #undef png_get_int_32 macro
H A Dpngrutil.c87 png_get_int_32(png_bytep buf) function
1648 offset_x = png_get_int_32(buf);
1649 offset_y = png_get_int_32(buf + 4);
1722 X0 = png_get_int_32((png_bytep)buf+1);
1723 X1 = png_get_int_32((png_bytep)buf+5);
H A Dpng.h2862 * The x86 line of processors definitely do not. The png_get_int_32()
2869 # define png_get_int_32(buf) ( *((png_int_32p) (buf))) macro
2873 extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c87 png_get_int_32(png_bytep buf) function
1664 offset_x = png_get_int_32(buf);
1665 offset_y = png_get_int_32(buf + 4);
1738 X0 = png_get_int_32((png_bytep)buf+1);
1739 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/libpng/
H A Dpng.h2693 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2719 * The png_get_int_32() routine assumes we are using two's complement
2747 # define png_get_int_32(buf) PNG_get_int_32(buf) macro
2754 # define PNG_get_int_32 (png_get_int_32)
H A Dpngrutil.c85 png_get_int_32)(png_const_bytep buf) function
2113 offset_x = 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);

Completed in 137 milliseconds