Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def209 png_get_int_32 @203
/external/libpng/
Dpng.h2546 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2600 # define png_get_int_32(buf) PNG_get_int_32(buf) macro
2607 # define PNG_get_int_32 (png_get_int_32)
Dpngrutil.c85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument
2238 offset_x = png_get_int_32(buf); in png_handle_oFFs()
2239 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs()
2310 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL()
2311 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
DCHANGES672 Define png_get_int_32 when oFFs chunk is supported as well as when pCAL is.
1605 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
1617 Made png_get_int_32 and png_save_int_32 always available (Cosmin).
2956 Revised png_get_int_32 to undo the PNG two's complement representation of
2960 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid
2970 Revised png_get_int_16() to be similar to png_get_int_32().
3087 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
Dlibpng-manual.txt4767 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32