Searched refs:png_get_int_32 (Results 1 – 8 of 8) sorted by relevance
230 png_get_int_32 @204
236 png_get_int_32 @204
220 png_get_int_32
87 png_get_int_32(png_bytep buf) in png_get_int_32() function1664 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()
2941 # define png_get_int_32(buf) ( *((png_int_32p) (buf))) macro2945 extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));
622 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).
74 png_get_int_32(png_bytep buf) in png_get_int_32() function1562 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()
2658 # define png_get_int_32(buf) ( *((png_int_32p) (buf))) macro2662 extern PNG_EXPORT(png_int_32,png_get_int_32) PNGARG((png_bytep buf));