Searched refs:FARDATA (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
55 const int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
58 const int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
61 const int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
64 const int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
68 const int FARDATA png_pass_width[] = {8, 4, 4, 2, 2, 1, 1};
73 const int FARDATA png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
77 const int FARDATA png_pass_mask[] = {0x80, 0x08, 0x88, 0x22, 0xaa, 0x55, 0xff};
80 const int FARDATA png_pass_dsp_mask[]
H A Dpng.h452 PNG_EXPORT_VAR (const int FARDATA) png_pass_start[7];
453 PNG_EXPORT_VAR (const int FARDATA) png_pass_inc[7];
454 PNG_EXPORT_VAR (const int FARDATA) png_pass_ystart[7];
455 PNG_EXPORT_VAR (const int FARDATA) png_pass_yinc[7];
456 PNG_EXPORT_VAR (const int FARDATA) png_pass_mask[7];
457 PNG_EXPORT_VAR (const int FARDATA) png_pass_dsp_mask[7];
459 PNG_EXPORT_VAR (const int FARDATA) png_pass_width[7];
462 PNG_EXPORT_VAR (const int FARDATA) png_pass_height[7];
2709 PNG_EXPORT_VAR (const png_byte FARDATA) png_sig[8];
2742 PNG_EXPORT_VAR (const png_byte FARDATA) png_IHD
[all...]
H A Dpngconf.h1093 * Uncomment it if you want. Could also define FARDATA as
1095 # define FARDATA FAR
1110 # define FARDATA FAR macro
1121 #ifndef FARDATA
1122 # define FARDATA macro
H A Dpngpread.c985 const int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
988 const int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
991 const int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
994 const int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
998 const int FARDATA png_pass_width[] = {8, 4, 4, 2, 2, 1, 1};
1003 const int FARDATA png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
1549 const int FARDATA png_pass_dsp_mask[7] =
H A Dpnggccrd.c252 static const int FARDATA png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
253 static const int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
254 static const int FARDATA png_pass_width[7] = {8, 4, 4, 2, 2, 1, 1};

Completed in 444 milliseconds