Searched refs:PNG_CONST (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h475 #ifndef PNG_CONST
477 # define PNG_CONST const macro
479 # define PNG_CONST
576 typedef PNG_CONST void FAR * png_const_voidp;
578 typedef PNG_CONST png_byte FAR * png_const_bytep;
580 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;
582 typedef PNG_CONST png_int_32 FAR * png_const_int_32p;
584 typedef PNG_CONST png_uint_16 FAR * png_const_uint_16p;
586 typedef PNG_CONST png_int_16 FAR * png_const_int_16p;
588 typedef PNG_CONST cha
[all...]
H A Dpngpriv.h93 typedef PNG_CONST png_uint_16p FAR * png_const_uint_16pp;
467 #define PNG_IHDR PNG_CONST png_byte png_IHDR[5] = { 73, 72, 68, 82, '\0'}
468 #define PNG_IDAT PNG_CONST png_byte png_IDAT[5] = { 73, 68, 65, 84, '\0'}
469 #define PNG_IEND PNG_CONST png_byte png_IEND[5] = { 73, 69, 78, 68, '\0'}
470 #define PNG_PLTE PNG_CONST png_byte png_PLTE[5] = { 80, 76, 84, 69, '\0'}
471 #define PNG_bKGD PNG_CONST png_byte png_bKGD[5] = { 98, 75, 71, 68, '\0'}
472 #define PNG_cHRM PNG_CONST png_byte png_cHRM[5] = { 99, 72, 82, 77, '\0'}
473 #define PNG_gAMA PNG_CONST png_byte png_gAMA[5] = {103, 65, 77, 65, '\0'}
474 #define PNG_hIST PNG_CONST png_byte png_hIST[5] = {104, 73, 83, 84, '\0'}
475 #define PNG_iCCP PNG_CONST png_byt
[all...]
H A Dpng.c595 static PNG_CONST char short_months[12][4] =
2178 PNG_CONST unsigned int shift, PNG_CONST png_fixed_point gamma_val)
2181 PNG_CONST unsigned int num = 1U << (8U - shift);
2182 PNG_CONST unsigned int max = (1U << (16U - shift))-1U;
2183 PNG_CONST unsigned int max_by_2 = 1U << (15U-shift);
2246 PNG_CONST unsigned int shift, PNG_CONST png_fixed_point gamma_val)
2248 PNG_CONST unsigned int num = 1U << (8U - shift);
2249 PNG_CONST unsigne
[all...]
H A Dpng.h567 typedef PNG_CONST png_color FAR * png_const_colorp;
579 typedef PNG_CONST png_color_16 FAR * png_const_color_16p;
591 typedef PNG_CONST png_color_8 FAR * png_const_color_8p;
607 typedef PNG_CONST png_sPLT_entry FAR * png_const_sPLT_entryp;
623 typedef PNG_CONST png_sPLT_t FAR * png_const_sPLT_tp;
653 typedef PNG_CONST png_text FAR * png_const_textp;
683 typedef PNG_CONST png_time FAR * png_const_timep;
706 typedef PNG_CONST png_unknown_chunk FAR * png_const_unknown_chunkp;
722 typedef PNG_CONST png_info FAR * png_const_infop;
848 typedef PNG_CONST png_struc
[all...]
H A Dpngtest.c130 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
550 PNG_CONST char *name = "UNKNOWN (ERROR!)";
790 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
1547 static PNG_CONST char *inname = "pngtest/png";
1548 static PNG_CONST char *outname = "pngout/png";
1550 static PNG_CONST char *inname = "pngtest.png";
1551 static PNG_CONST char *outname = "pngout.png";
H A Dpngread.c277 PNG_CONST png_bytep chunk_name = png_ptr->chunk_name;
477 PNG_CONST int png_pass_dsp_mask[7] = {0xff, 0x0f, 0xff, 0x33, 0xff, 0x55,
479 PNG_CONST int png_pass_mask[7] = {0x80, 0x08, 0x88, 0x22, 0xaa, 0x55, 0xff};
945 PNG_CONST png_bytep chunk_name = png_ptr->chunk_name;
H A Dpngpread.c1254 PNG_CONST int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
1257 PNG_CONST int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
1260 PNG_CONST int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
1263 PNG_CONST int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
1267 PNG_CONST int FARDATA png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
1851 PNG_CONST int FARDATA png_pass_dsp_mask[7] =
H A Dpngrutil.c2945 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3314 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3317 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3320 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3323 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
3444 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3447 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3450 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3453 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
H A Dpngtrans.c317 static PNG_CONST png_byte onebppswaptable[256] = {
352 static PNG_CONST png_byte twobppswaptable[256] = {
387 static PNG_CONST png_byte fourbppswaptable[256] = {
H A Dpngerror.c394 static PNG_CONST char png_digit[16] = {
H A DCHANGES1653 Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix).
1917 Changed "const static" to "static PNG_CONST" everywhere, mostly undoing
1918 change of libpng-1.2.17beta2. Changed other "const" to "PNG_CONST"
1936 Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.
2426 Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarations to avoid
2545 Avoid redefining PNG_CONST in pngconf.h
2924 Changed char *msg to PNG_CONST char *msg in pngrutil.c
H A Dpngrtran.c4358 PNG_CONST png_bytep table = png_ptr->gamma_from_1;
4362 PNG_CONST int step =
4377 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1;
4378 PNG_CONST int gamma_shift = png_ptr->gamma_shift;
4382 PNG_CONST int step =
H A Dpngwrite.c448 png_convert_from_struct_tm(png_timep ptime, PNG_CONST struct tm FAR * ttime)

Completed in 94 milliseconds