Searched refs:png_get_int_32 (Results 1 – 15 of 15) sorted by relevance
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | symbols.def | 209 png_get_int_32 @203
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | symbols.def | 209 png_get_int_32 @203
|
/third_party/libpng/scripts/ |
D | symbols.def | 209 png_get_int_32 @203
|
/third_party/libpng/ |
D | png.h | 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) macro 2607 # define PNG_get_int_32 (png_get_int_32)
|
D | pngrutil.c | 85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument 2237 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2238 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2309 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL() 2310 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
|
D | CHANGES | 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 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)
|
D | libpng-manual.txt | 4767 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
|
/third_party/skia/third_party/externals/libpng/ |
D | png.h | 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) macro 2607 # define PNG_get_int_32 (png_get_int_32)
|
D | pngrutil.c | 85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument 2237 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2238 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2309 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL() 2310 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
|
D | CHANGES | 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 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)
|
D | libpng-manual.txt | 4767 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.h | 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) macro 2607 # define PNG_get_int_32 (png_get_int_32)
|
D | pngrutil.c | 85 png_get_int_32)(png_const_bytep buf) in png_int_32() argument 2237 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2238 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2309 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL() 2310 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
|
D | CHANGES | 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 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)
|
D | libpng-manual.txt | 4767 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
|