Home
last modified time | relevance | path

Searched refs:PNG_CONST (Results 1 – 24 of 24) sorted by relevance

/external/libpng/
Dpngread.c361 PNG_CONST PNG_IHDR; in png_read_info()
362 PNG_CONST PNG_IDAT; in png_read_info()
363 PNG_CONST PNG_IEND; in png_read_info()
364 PNG_CONST PNG_PLTE; in png_read_info()
366 PNG_CONST PNG_bKGD; in png_read_info()
369 PNG_CONST PNG_cHRM; in png_read_info()
372 PNG_CONST PNG_gAMA; in png_read_info()
375 PNG_CONST PNG_hIST; in png_read_info()
378 PNG_CONST PNG_iCCP; in png_read_info()
381 PNG_CONST PNG_iTXt; in png_read_info()
[all …]
Dpngpread.c153 PNG_CONST PNG_IHDR; in png_push_read_chunk()
154 PNG_CONST PNG_IDAT; in png_push_read_chunk()
155 PNG_CONST PNG_IEND; in png_push_read_chunk()
156 PNG_CONST PNG_PLTE; in png_push_read_chunk()
158 PNG_CONST PNG_bKGD; in png_push_read_chunk()
161 PNG_CONST PNG_cHRM; in png_push_read_chunk()
164 PNG_CONST PNG_gAMA; in png_push_read_chunk()
167 PNG_CONST PNG_hIST; in png_push_read_chunk()
170 PNG_CONST PNG_iCCP; in png_push_read_chunk()
173 PNG_CONST PNG_iTXt; in png_push_read_chunk()
[all …]
Dpng.c26 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING;
32 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
62 PNG_CONST int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
65 PNG_CONST int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
68 PNG_CONST int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
71 PNG_CONST int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
79 PNG_CONST int FARDATA png_pass_mask[] = {0x80, 0x08, 0x88, 0x22, 0xaa, 0x55, 0xff};
82 PNG_CONST int FARDATA png_pass_dsp_mask[]
658 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123()
Dpngtest.c95 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
458 PNG_CONST char *name = "UNKNOWN (ERROR!)"; in pngtest_warning()
678 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) in test_one_file()
1432 static PNG_CONST char *inname = "pngtest/png";
1433 static PNG_CONST char *outname = "pngout/png";
1435 static PNG_CONST char *inname = "pngtest.png";
1436 static PNG_CONST char *outname = "pngout.png";
Dpngconf.h458 # define PNG_CONST const macro
460 # define PNG_CONST macro
1229 typedef PNG_CONST char FAR * png_const_charp;
1251 typedef PNG_CONST char FAR * FAR * png_const_charpp;
Dpngtrans.c268 static PNG_CONST png_byte onebppswaptable[256] = {
303 static PNG_CONST png_byte twobppswaptable[256] = {
338 static PNG_CONST png_byte fourbppswaptable[256] = {
Dpngrutil.c28 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr) in png_strtod()
231 static PNG_CONST char msg[] = "Error decoding compressed text"; in png_decompress_chunk()
2249 PNG_CONST PNG_IDAT; in png_handle_unknown()
2579 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
2923 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
2926 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
2929 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row()
2932 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_finish_row()
2981 PNG_CONST PNG_IDAT; in png_read_finish_row()
3056 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_start_row()
[all …]
Dpng.h573 PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
582 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_start[7];
583 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_inc[7];
584 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_ystart[7];
585 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_yinc[7];
586 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_mask[7];
587 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_dsp_mask[7];
2997 PNG_EXPORT_VAR (PNG_CONST png_byte FARDATA) png_sig[8];
Dpngerror.c138 static PNG_CONST char png_digit[16] = {
DCHANGES1469 Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix).
1733 Changed "const static" to "static PNG_CONST" everywhere, mostly undoing
1734 change of libpng-1.2.17beta2. Changed other "const" to "PNG_CONST"
1752 Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.
1961 Remove some PNG_CONST declarations from pngwutil.c to avoid compiler warnings
Dpngrtran.c4085 static PNG_CONST int png_gamma_shift[] =
/external/qemu/distrib/libpng-1.2.19/
Dpngread.c353 PNG_CONST PNG_IHDR; in png_read_info()
354 PNG_CONST PNG_IDAT; in png_read_info()
355 PNG_CONST PNG_IEND; in png_read_info()
356 PNG_CONST PNG_PLTE; in png_read_info()
358 PNG_CONST PNG_bKGD; in png_read_info()
361 PNG_CONST PNG_cHRM; in png_read_info()
364 PNG_CONST PNG_gAMA; in png_read_info()
367 PNG_CONST PNG_hIST; in png_read_info()
370 PNG_CONST PNG_iCCP; in png_read_info()
373 PNG_CONST PNG_iTXt; in png_read_info()
[all …]
Dpngpread.c140 PNG_CONST PNG_IHDR; in png_push_read_chunk()
141 PNG_CONST PNG_IDAT; in png_push_read_chunk()
142 PNG_CONST PNG_IEND; in png_push_read_chunk()
143 PNG_CONST PNG_PLTE; in png_push_read_chunk()
145 PNG_CONST PNG_bKGD; in png_push_read_chunk()
148 PNG_CONST PNG_cHRM; in png_push_read_chunk()
151 PNG_CONST PNG_gAMA; in png_push_read_chunk()
154 PNG_CONST PNG_hIST; in png_push_read_chunk()
157 PNG_CONST PNG_iCCP; in png_push_read_chunk()
160 PNG_CONST PNG_iTXt; in png_push_read_chunk()
[all …]
Dpnggccrd.c460 static PNG_CONST int FARDATA png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
461 static PNG_CONST int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
462 static PNG_CONST int FARDATA png_pass_width[7] = {8, 4, 4, 2, 2, 1, 1};
509 static PNG_CONST struct {
605 static PNG_CONST ull _mask8_0 __attribute__((used, aligned(8))) = 0x0102040810204080LL;
607 static PNG_CONST ull _mask16_1 __attribute__((used, aligned(8))) = 0x0101020204040808LL;
608 static PNG_CONST ull _mask16_0 __attribute__((used, aligned(8))) = 0x1010202040408080LL;
610 static PNG_CONST ull _mask24_2 __attribute__((used, aligned(8))) = 0x0101010202020404LL;
611 static PNG_CONST ull _mask24_1 __attribute__((used, aligned(8))) = 0x0408080810101020LL;
612 static PNG_CONST ull _mask24_0 __attribute__((used, aligned(8))) = 0x2020404040808080LL;
[all …]
Dpng.c23 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING;
29 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
59 PNG_CONST int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
62 PNG_CONST int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
65 PNG_CONST int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
68 PNG_CONST int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
72 PNG_CONST int FARDATA png_pass_width[] = {8, 4, 4, 2, 2, 1, 1};
81 PNG_CONST int FARDATA png_pass_mask[] = {0x80, 0x08, 0x88, 0x22, 0xaa, 0x55, 0xff};
84 PNG_CONST int FARDATA png_pass_dsp_mask[]
652 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123()
Dpngconf.h443 # define PNG_CONST const macro
445 # define PNG_CONST macro
1202 typedef PNG_CONST char FAR * png_const_charp;
1224 typedef PNG_CONST char FAR * FAR * png_const_charpp;
Dpngtrans.c255 static PNG_CONST png_byte onebppswaptable[256] = {
290 static PNG_CONST png_byte twobppswaptable[256] = {
325 static PNG_CONST png_byte fourbppswaptable[256] = {
Dpngrutil.c26 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr) in png_strtod()
188 static PNG_CONST char msg[] = "Error decoding compressed text"; in png_decompress_chunk()
2175 PNG_CONST PNG_IDAT; in png_handle_unknown()
2323 static PNG_CONST int FARDATA png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_combine_row()
2324 static PNG_CONST int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_combine_row()
2325 static PNG_CONST int FARDATA png_pass_width[7] = {8, 4, 4, 2, 2, 1, 1}; in png_combine_row()
2793 static PNG_CONST int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
3535 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
3879 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
3882 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
[all …]
Dpng.h487 PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
496 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_start[7];
497 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_inc[7];
498 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_ystart[7];
499 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_yinc[7];
500 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_mask[7];
501 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_dsp_mask[7];
503 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_width[7];
2825 PNG_EXPORT_VAR (PNG_CONST png_byte FARDATA) png_sig[8];
Dpngerror.c121 static PNG_CONST char png_digit[16] = {
Dpngvcrd.c118 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_combine_row()
1015 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
1930 static PNG_CONST union uAll LBCarryMask = {0x0101010101010101},
Dpngrtran.c4005 static PNG_CONST int png_gamma_shift[] =
/external/tesseract/include/
Dpngconf.h455 # define PNG_CONST const macro
457 # define PNG_CONST macro
1217 typedef PNG_CONST char FAR * png_const_charp;
1239 typedef PNG_CONST char FAR * FAR * png_const_charpp;
Dpng.h561 PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
570 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_start[7];
571 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_inc[7];
572 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_ystart[7];
573 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_yinc[7];
574 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_mask[7];
575 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_dsp_mask[7];
2975 PNG_EXPORT_VAR (PNG_CONST png_byte FARDATA) png_sig[8];