Searched refs:png_get_int_32 (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 14 #define png_get_int_32 PDFIUM_png_get_int_32 macro
|
D | png.h | 2565 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf)); 2619 # define png_get_int_32(buf) PNG_get_int_32(buf) macro 2626 # 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 2143 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2144 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2215 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL() 2216 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
|
/external/libpng/scripts/ |
D | symbols.def | 210 png_get_int_32 @203
|
/external/libpng/ |
D | png.h | 2577 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf)); 2631 # define png_get_int_32(buf) PNG_get_int_32(buf) macro 2638 # 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 2220 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2221 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2292 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL() 2293 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
|
D | CHANGES | 673 Define png_get_int_32 when oFFs chunk is supported as well as when pCAL is. 1606 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin). 1618 Made png_get_int_32 and png_save_int_32 always available (Cosmin). 2957 Revised png_get_int_32 to undo the PNG two's complement representation of 2961 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid 2971 Revised png_get_int_16() to be similar to png_get_int_32(). 3088 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
|
D | libpng-manual.txt | 4766 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
|