Searched refs:png_get_int_32 (Results 1 – 8 of 8) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 210 png_get_int_32 @203
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | png.h | 611 #define png_get_int_32 FOXIT_png_get_int_32 macro 2979 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf)); 3033 # define png_get_int_32(buf) PNG_get_int_32(buf) macro 3040 # define PNG_get_int_32 (png_get_int_32)
|
D | fx_pngrutil.c | 84 png_get_int_32)(png_const_bytep buf) in png_int_32() argument 2082 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2083 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2154 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL() 2155 X1 = png_get_int_32((png_bytep)buf+5); in png_handle_pCAL()
|
/external/libpng/ |
D | png.h | 2554 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf)); 2608 # define png_get_int_32(buf) PNG_get_int_32(buf) macro 2615 # 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 2177 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2178 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2249 X0 = png_get_int_32((png_bytep)buf+1); in png_handle_pCAL() 2250 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 | 4690 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 353 #define png_get_int_32 skia_png_get_int_32 macro
|