Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dpng32ce.def230 png_get_int_32 @204
Dpngw32.def236 png_get_int_32 @204
Dpngos2.def220 png_get_int_32
/external/libpng/
Dpngrutil.c87 png_get_int_32(png_bytep buf) in png_get_int_32() function
1664 offset_x = png_get_int_32(buf); in png_handle_oFFs()
1665 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs()
1738 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL()
1739 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
Dpng.h2941 # 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));
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/qemu/distrib/libpng-1.2.19/
Dpngrutil.c74 png_get_int_32(png_bytep buf) in png_get_int_32() function
1562 offset_x = png_get_int_32(buf); in png_handle_oFFs()
1563 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs()
1634 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL()
1635 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
Dpng.h2658 # 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));