Searched refs:png_int_32 (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pnginfo.h | 161 png_int_32 x_offset; /* x offset on page */ 162 png_int_32 y_offset; /* y offset on page */ 216 png_int_32 pcal_X0; /* minimum value */ 217 png_int_32 pcal_X1; /* maximum value */
|
D | pngconf.h | 444 typedef int png_int_32; typedef 447 typedef long png_int_32; 523 typedef png_int_32 png_fixed_point; 532 typedef png_int_32 FAR * png_int_32p; 533 typedef PNG_CONST png_int_32 FAR * png_const_int_32p; 557 typedef png_int_32 FAR * FAR * png_int_32pp;
|
D | png.h | 621 png_int_32 nentries; /* number of palette entries */ 2064 PNG_EXPORT(126, png_int_32, png_get_x_offset_pixels, 2066 PNG_EXPORT(127, png_int_32, png_get_y_offset_pixels, 2068 PNG_EXPORT(128, png_int_32, png_get_x_offset_microns, 2070 PNG_EXPORT(129, png_int_32, png_get_y_offset_microns, 2180 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)); 2186 png_int_32 offset_x, png_int_32 offset_y, int unit_type)); 2192 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, 2200 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type, 2601 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf)); [all …]
|
D | pngpriv.h | 914 png_int_32 x_offset, png_int_32 y_offset, int unit_type)); 919 png_int_32 X0, png_int_32 X1, int type, int nparams, 1481 int number, int format, png_int_32 value); 1623 png_int_32 multiplied_by, png_int_32 divided_by)); 1629 png_fixed_point a, png_int_32 multiplied_by, png_int_32 divided_by));
|
D | pngrtran.c | 2660 png_int_32 tmp = *sp++; /* must be signed! */ in png_do_scale_16_to_8()
|