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

/external/pdfium/third_party/libpng16/
H A Dpngprefix.h14 #define png_get_int_32 PDFIUM_png_get_int_32 macro
H A Dpng.h2565 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2591 * The png_get_int_32() routine assumes we are using two's complement
2619 # define png_get_int_32(buf) PNG_get_int_32(buf) macro
2626 # define PNG_get_int_32 (png_get_int_32)
H A Dpngrutil.c85 png_get_int_32)(png_const_bytep buf) function
2143 offset_x = png_get_int_32(buf);
2144 offset_y = png_get_int_32(buf + 4);
2215 X0 = png_get_int_32((png_bytep)buf+1);
2216 X1 = png_get_int_32((png_bytep)buf+5);
/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c87 png_get_int_32(png_bytep buf) function
1641 offset_x = png_get_int_32(buf);
1642 offset_y = png_get_int_32(buf + 4);
1715 X0 = png_get_int_32((png_bytep)buf+1);
1716 X1 = png_get_int_32((png_bytep)buf+5);
/external/libpng/
H A Dpng.h2577 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2603 * The png_get_int_32() routine assumes we are using two's complement
2631 # define png_get_int_32(buf) PNG_get_int_32(buf) macro
2638 # define PNG_get_int_32 (png_get_int_32)
H A Dpngrutil.c85 png_get_int_32)(png_const_bytep buf) function
2220 offset_x = png_get_int_32(buf);
2221 offset_y = png_get_int_32(buf + 4);
2292 X0 = png_get_int_32((png_bytep)buf+1);
2293 X1 = png_get_int_32((png_bytep)buf+5);
/external/syslinux/com32/include/
H A Dpng.h2857 * The x86 line of processors definitely do not. The png_get_int_32()
2864 # define png_get_int_32(buf) ( *((png_int_32p) (buf))) macro
2868 extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));

Completed in 375 milliseconds