Searched refs:png_get_int_32 (Results 1 – 5 of 5) sorted by relevance
209 png_get_int_32 @203
2546 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) macro2607 # define PNG_get_int_32 (png_get_int_32)
85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument2238 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()
672 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 of2960 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid2970 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)
4767 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32