Home
last modified time | relevance | path

Searched refs:png_get_int_32 (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngprefix.h14 #define png_get_int_32 PDFIUM_png_get_int_32 macro
Dpng.h2565 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2619 # define png_get_int_32(buf) PNG_get_int_32(buf) macro
2626 # define PNG_get_int_32 (png_get_int_32)
Dpngrutil.c85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument
2143 offset_x = png_get_int_32(buf); in png_handle_oFFs()
2144 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs()
2215 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL()
2216 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
/external/libpng/scripts/
Dsymbols.def210 png_get_int_32 @203
/external/syslinux/com32/lib/libpng/
Dpngrutil.c87 png_get_int_32(png_bytep buf) in png_get_int_32() function
1641 offset_x = png_get_int_32(buf); in png_handle_oFFs()
1642 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs()
1715 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL()
1716 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
DCHANGES622 Define png_get_int_32 when oFFs chunk is supported as well as when pCAL is.
1436 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
1449 Made png_get_int_32 and png_save_int_32 always available (Cosmin).
/external/libpng/
Dpng.h2571 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2625 # define png_get_int_32(buf) PNG_get_int_32(buf) macro
2632 # define PNG_get_int_32 (png_get_int_32)
Dpngrutil.c85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument
2145 offset_x = png_get_int_32(buf); in png_handle_oFFs()
2146 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs()
2217 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL()
2218 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
DCHANGES673 Define png_get_int_32 when oFFs chunk is supported as well as when pCAL is.
1606 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
1618 Made png_get_int_32 and png_save_int_32 always available (Cosmin).
2957 Revised png_get_int_32 to undo the PNG two's complement representation of
2961 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid
2971 Revised png_get_int_16() to be similar to png_get_int_32().
3088 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
Dlibpng-manual.txt4710 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
/external/skia/third_party/libpng/
Dpng.h2565 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2619 # define png_get_int_32(buf) PNG_get_int_32(buf) macro
2626 # define PNG_get_int_32 (png_get_int_32)
Dpngrutil.c85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument
2143 offset_x = png_get_int_32(buf); in png_handle_oFFs()
2144 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs()
2215 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL()
2216 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
Dpngprefix.h357 #define png_get_int_32 skia_png_get_int_32 macro
Dlibpng-manual.txt4705 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
/external/syslinux/com32/include/
Dpng.h2864 # 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));