/external/libpng/arm/ |
D | filter_neon_intrinsics.c | 43 png_const_bytep prev_row) in png_read_filter_row_up_neon() 47 png_const_bytep pp = prev_row; in png_read_filter_row_up_neon() 62 png_const_bytep prev_row) in png_read_filter_row_sub3_neon() 107 png_const_bytep prev_row) in png_read_filter_row_sub4_neon() 134 png_const_bytep prev_row) in png_read_filter_row_avg3_neon() 137 png_const_bytep pp = prev_row; in png_read_filter_row_avg3_neon() 200 png_const_bytep prev_row) in png_read_filter_row_avg4_neon() 204 png_const_bytep pp = prev_row; in png_read_filter_row_avg4_neon() 265 png_const_bytep prev_row) in png_read_filter_row_paeth3_neon() 268 png_const_bytep pp = prev_row; in png_read_filter_row_paeth3_neon() [all …]
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pngpriv.h | 933 png_const_bytep data, png_size_t length),PNG_EMPTY); 963 png_const_bytep ptr, png_size_t length),PNG_EMPTY); 982 png_const_bytep row_data, png_alloc_size_t row_data_length, int flush), 1010 png_const_charp name, png_const_bytep profile), PNG_EMPTY); 1024 png_const_bytep trans, png_const_color_16p values, int number, 1147 row_info, png_bytep row, png_const_bytep prev_row, int filter),PNG_EMPTY); 1150 png_bytep row, png_const_bytep prev_row),PNG_EMPTY); 1152 row_info, png_bytep row, png_const_bytep prev_row),PNG_EMPTY); 1154 row_info, png_bytep row, png_const_bytep prev_row),PNG_EMPTY); 1156 row_info, png_bytep row, png_const_bytep prev_row),PNG_EMPTY); [all …]
|
D | png.h | 1270 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start, 1346 PNG_EXPORT(14, void, png_write_chunk, (png_structrp png_ptr, png_const_bytep 1347 chunk_name, png_const_bytep data, png_size_t length)); 1351 png_const_bytep chunk_name, png_uint_32 length)); 1355 png_const_bytep data, png_size_t length)); 1821 png_const_bytep row)); 2172 png_bytep old_row, png_const_bytep new_row)); 2374 PNG_EXPORT(130, png_const_bytep, png_get_signature, (png_const_structrp png_ptr, 2543 png_const_bytep profile, png_uint_32 proflen)); 2592 png_inforp info_ptr, png_const_bytep trans_alpha, int num_trans, [all …]
|
D | fx_pngwutil.c | 114 png_write_chunk_start(png_structrp png_ptr, png_const_bytep chunk_string, in png_write_chunk_start() 126 png_write_chunk_data(png_structrp png_ptr, png_const_bytep data, in png_write_chunk_data() 176 png_const_bytep data, png_size_t length) in png_write_complete_chunk() 192 png_write_chunk(png_structrp png_ptr, png_const_bytep chunk_string, in png_write_chunk() 193 png_const_bytep data, png_size_t length) in png_write_chunk() 471 png_const_bytep input; /* The uncompressed input data */ 478 png_text_compress_init(compression_state *comp, png_const_bytep input, in png_text_compress_init() 639 png_const_bytep output = comp->output; in png_write_compressed_data_out() 1004 png_compress_IDAT(png_structrp png_ptr, png_const_bytep input, in png_compress_IDAT() 1189 png_const_bytep profile) in png_write_iCCP() [all …]
|
D | fx_pngwrite.c | 611 png_write_row(png_structrp png_ptr, png_const_bytep row) in png_write_row() 1715 png_write_row(png_ptr, png_voidcast(png_const_bytep, display->local_row)); in png_write_image_16bit() 1837 png_write_row(png_ptr, png_voidcast(png_const_bytep, in png_write_image_8bit() 1966 png_const_bytep entry = png_voidcast(png_const_bytep, cmap); in png_image_set_PLTE() 2109 if (*(png_const_bytep)&le) in png_image_write_main() 2143 png_const_bytep row = png_voidcast(png_const_bytep, display->buffer); in png_image_write_main() 2197 png_const_bytep row = png_voidcast(png_const_bytep, display->first_row); in png_image_write_main()
|
D | fx_pngrutil.c | 21 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) in png_get_uint_31() 40 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() 67 png_get_uint_32)(png_const_bytep buf) in png_uint_32() 84 png_get_int_32)(png_const_bytep buf) in png_int_32() 96 png_get_uint_16)(png_const_bytep buf) in png_uint_16() 443 /* INPUT: */ png_const_bytep input, png_uint_32p input_size_ptr, in png_inflate() 3000 png_const_bytep sp = png_ptr->row_buf + 1; in png_combine_row() 3394 sp = (png_const_bytep)sp32; in png_combine_row() 3433 sp = (png_const_bytep)sp16; in png_combine_row() 3724 png_const_bytep prev_row) in png_read_filter_row_sub() [all …]
|
D | fx_pngwio.c | 32 png_write_data(png_structrp png_ptr, png_const_bytep data, png_size_t length) in png_write_data()
|
D | fx_png.c | 48 png_sig_cmp(png_const_bytep sig, png_size_t start, png_size_t num_to_check) in png_sig_cmp() 113 png_calculate_crc(png_structrp png_ptr, png_const_bytep ptr, png_size_t length) in png_calculate_crc() 825 png_handle_as_unknown(png_const_structrp png_ptr, png_const_bytep chunk_name) 828 png_const_bytep p, p_end; 1853 png_const_bytep profile/* first 132 bytes only */, int color_type) 2031 png_const_bytep profile /* header plus whole tag table */) 2035 png_const_bytep tag = profile+132; /* The first tag */ 2138 png_const_bytep profile, uLong adler) 2252 png_colorspacerp colorspace, png_const_bytep profile, uLong adler) 2265 png_const_charp name, png_uint_32 profile_length, png_const_bytep profile,
|
D | fx_pngread.c | 1416 png_const_bytep memory = cp->memory; in png_image_memory_read() 1448 image->opaque->memory = png_voidcast(png_const_bytep, memory); in png_image_begin_read_from_memory() 2576 if (memcmp((png_const_bytep)display->colormap + in png_image_read_colormap() 2578 (png_const_bytep)display->colormap + in png_image_read_colormap() 2649 png_const_bytep trans = num_trans > 0 ? png_ptr->trans_alpha : NULL; in png_image_read_colormap() 2847 png_const_bytep end_row = outrow + width; in png_image_read_and_map() 3166 png_const_bytep end_row; in png_image_read_composite() 3328 png_const_bytep end_row = outrow + width; in png_image_read_background() 3373 png_const_bytep end_row = outrow + width; in png_image_read_background() 3785 if (*(png_const_bytep)&le) in png_image_read_direct()
|
D | fx_pngset.c | 612 png_const_bytep profile, png_uint_32 proflen) in png_set_iCCP() 912 png_const_bytep trans_alpha, int num_trans, png_const_color_16p trans_color) in png_set_tRNS() 1248 add_one_chunk(png_bytep list, unsigned int count, png_const_bytep add, int keep) in add_one_chunk() 1273 png_const_bytep chunk_list, int num_chunks_in) in png_set_keep_unknown_chunks() 1377 png_const_bytep inlist; in png_set_keep_unknown_chunks()
|
D | pngconf.h | 574 typedef const png_byte * png_const_bytep; typedef
|
D | pngstruct.h | 481 png_bytep row, png_const_bytep prev_row);
|
/external/libpng/ |
D | pngpriv.h | 980 png_const_bytep data, png_size_t length),PNG_EMPTY); 1010 png_const_bytep ptr, png_size_t length),PNG_EMPTY); 1029 png_const_bytep row_data, png_alloc_size_t row_data_length, int flush), 1057 png_const_charp name, png_const_bytep profile), PNG_EMPTY); 1071 png_const_bytep trans, png_const_color_16p values, int number, 1194 row_info, png_bytep row, png_const_bytep prev_row, int filter),PNG_EMPTY); 1197 png_bytep row, png_const_bytep prev_row),PNG_EMPTY); 1199 row_info, png_bytep row, png_const_bytep prev_row),PNG_EMPTY); 1201 row_info, png_bytep row, png_const_bytep prev_row),PNG_EMPTY); 1203 row_info, png_bytep row, png_const_bytep prev_row),PNG_EMPTY); [all …]
|
D | png.h | 1036 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start, 1112 PNG_EXPORT(14, void, png_write_chunk, (png_structrp png_ptr, png_const_bytep 1113 chunk_name, png_const_bytep data, png_size_t length)); 1117 png_const_bytep chunk_name, png_uint_32 length)); 1121 png_const_bytep data, png_size_t length)); 1512 png_const_bytep row)); 1863 png_bytep old_row, png_const_bytep new_row)); 2084 PNG_EXPORT(130, png_const_bytep, png_get_signature, (png_const_structrp png_ptr, 2253 png_const_bytep profile, png_uint_32 proflen)); 2302 png_inforp info_ptr, png_const_bytep trans_alpha, int num_trans, [all …]
|
D | pngwutil.c | 115 png_write_chunk_start(png_structrp png_ptr, png_const_bytep chunk_string, in png_write_chunk_start() 127 png_write_chunk_data(png_structrp png_ptr, png_const_bytep data, in png_write_chunk_data() 177 png_const_bytep data, png_size_t length) in png_write_complete_chunk() 193 png_write_chunk(png_structrp png_ptr, png_const_bytep chunk_string, in png_write_chunk() 194 png_const_bytep data, png_size_t length) in png_write_chunk() 472 png_const_bytep input; /* The uncompressed input data */ 479 png_text_compress_init(compression_state *comp, png_const_bytep input, in png_text_compress_init() 640 png_const_bytep output = comp->output; in png_write_compressed_data_out() 1005 png_compress_IDAT(png_structrp png_ptr, png_const_bytep input, in png_compress_IDAT() 1190 png_const_bytep profile) in png_write_iCCP() [all …]
|
D | pngwrite.c | 677 png_write_row(png_structrp png_ptr, png_const_bytep row) in png_write_row() 1819 png_write_row(png_ptr, png_voidcast(png_const_bytep, display->local_row)); in png_write_image_16bit() 1943 png_write_row(png_ptr, png_voidcast(png_const_bytep, in png_write_image_8bit() 2073 png_const_bytep entry = png_voidcast(png_const_bytep, cmap); in png_image_set_PLTE() 2216 if (*(png_const_bytep)&le) in png_image_write_main() 2250 png_const_bytep row = png_voidcast(png_const_bytep, display->buffer); in png_image_write_main() 2304 png_const_bytep row = png_voidcast(png_const_bytep, display->first_row); in png_image_write_main()
|
D | pngrutil.c | 22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) in png_get_uint_31() 41 png_get_fixed_point(png_structrp png_ptr, png_const_bytep buf) in png_get_fixed_point() 68 png_get_uint_32)(png_const_bytep buf) in png_uint_32() 85 png_get_int_32)(png_const_bytep buf) in png_int_32() 97 png_get_uint_16)(png_const_bytep buf) in png_uint_16() 475 /* INPUT: */ png_const_bytep input, png_uint_32p input_size_ptr, in png_inflate() 3037 png_const_bytep sp = png_ptr->row_buf + 1; in png_combine_row() 3431 sp = (png_const_bytep)sp32; in png_combine_row() 3470 sp = (png_const_bytep)sp16; in png_combine_row() 3761 png_const_bytep prev_row) in png_read_filter_row_sub() [all …]
|
D | pngwio.c | 33 png_write_data(png_structrp png_ptr, png_const_bytep data, png_size_t length) in png_write_data()
|
D | png.c | 49 png_sig_cmp(png_const_bytep sig, png_size_t start, png_size_t num_to_check) in png_sig_cmp() 114 png_calculate_crc(png_structrp png_ptr, png_const_bytep ptr, png_size_t length) in png_calculate_crc() 888 png_handle_as_unknown(png_const_structrp png_ptr, png_const_bytep chunk_name) 891 png_const_bytep p, p_end; 1920 png_const_bytep profile/* first 132 bytes only */, int color_type) 2098 png_const_bytep profile /* header plus whole tag table */) 2102 png_const_bytep tag = profile+132; /* The first tag */ 2205 png_const_bytep profile, uLong adler) 2320 png_colorspacerp colorspace, png_const_bytep profile, uLong adler) 2333 png_const_charp name, png_uint_32 profile_length, png_const_bytep profile,
|
D | pngset.c | 613 png_const_bytep profile, png_uint_32 proflen) in png_set_iCCP() 913 png_const_bytep trans_alpha, int num_trans, png_const_color_16p trans_color) in png_set_tRNS() 1249 add_one_chunk(png_bytep list, unsigned int count, png_const_bytep add, int keep) in add_one_chunk() 1274 png_const_bytep chunk_list, int num_chunks_in) in png_set_keep_unknown_chunks() 1378 png_const_bytep inlist; in png_set_keep_unknown_chunks()
|
D | pngread.c | 1675 png_const_bytep memory = cp->memory; in png_image_memory_read() 1707 image->opaque->memory = png_voidcast(png_const_bytep, memory); in png_image_begin_read_from_memory() 2842 if (memcmp((png_const_bytep)display->colormap + in png_image_read_colormap() 2844 (png_const_bytep)display->colormap + in png_image_read_colormap() 2915 png_const_bytep trans = num_trans > 0 ? png_ptr->trans_alpha : NULL; in png_image_read_colormap() 3112 png_const_bytep end_row = outrow + width; in png_image_read_and_map() 3430 png_const_bytep end_row; in png_image_read_composite() 3596 png_const_bytep end_row = outrow + width; in png_image_read_background() 3641 png_const_bytep end_row = outrow + width; in png_image_read_background() 4055 if (*(png_const_bytep)&le) in png_image_read_direct()
|
D | pngconf.h | 601 typedef const png_byte * png_const_bytep; typedef
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 667 check16(png_const_bytep bp, int b) in check16() 783 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_g8() 792 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_ga8() 802 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_ag8() 812 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_rgb8() 824 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_bgr8() 836 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_rgba8() 848 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_bgra8() 861 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_argb8() 874 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_abgr8() [all …]
|
D | makepng.c | 161 png_const_bytep gamma_table) in set_color() 171 png_const_bytep gamma_table, unsigned int *colors) in generate_palette() 250 png_uint_32 value, png_const_bytep gamma_table, double conv) in set_value() 311 int bit_depth, png_const_bytep gamma_table, double conv, in generate_row()
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 32 component(png_const_bytep row, png_uint_32 x, unsigned int c, in component() 43 row = (png_const_bytep)(((PNG_CONST png_byte (*)[8])row) + bit_offset_hi); in component() 71 print_pixel(png_structp png_ptr, png_infop info_ptr, png_const_bytep row, in print_pixel()
|