HomeSort by relevance Sort by last modified time
    Searched refs:PNG_CONST (Results 1 - 22 of 22) sorted by null

  /external/libpng/
pngread.c 389 PNG_CONST PNG_IHDR;
390 PNG_CONST PNG_IDAT;
391 PNG_CONST PNG_IEND;
392 PNG_CONST PNG_PLTE;
394 PNG_CONST PNG_bKGD;
397 PNG_CONST PNG_cHRM;
400 PNG_CONST PNG_gAMA;
403 PNG_CONST PNG_hIST;
406 PNG_CONST PNG_iCCP;
409 PNG_CONST PNG_iTXt
    [all...]
pngpread.c 154 PNG_CONST PNG_IHDR;
155 PNG_CONST PNG_IDAT;
156 PNG_CONST PNG_IEND;
157 PNG_CONST PNG_PLTE;
159 PNG_CONST PNG_bKGD;
162 PNG_CONST PNG_cHRM;
165 PNG_CONST PNG_gAMA;
168 PNG_CONST PNG_hIST;
171 PNG_CONST PNG_iCCP;
174 PNG_CONST PNG_iTXt
    [all...]
png.c 28 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING;
34 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
64 PNG_CONST int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
67 PNG_CONST int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
70 PNG_CONST int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
73 PNG_CONST int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
77 PNG_CONST int FARDATA png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
81 PNG_CONST int FARDATA png_pass_mask[] =
85 PNG_CONST int FARDATA png_pass_dsp_mask[]
672 static PNG_CONST char short_months[12][4]
    [all...]
pngtest.c 96 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
464 PNG_CONST char *name = "UNKNOWN (ERROR!)";
687 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
    [all...]
pngrutil.c 29 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr,
291 PNG_CONST char *msg;
    [all...]
pngconf.h 495 # define PNG_CONST const
497 # define PNG_CONST
    [all...]
pngerror.c 154 static PNG_CONST char png_digit[16] = {
pngtrans.c 286 static PNG_CONST png_byte onebppswaptable[256] = {
321 static PNG_CONST png_byte twobppswaptable[256] = {
356 static PNG_CONST png_byte fourbppswaptable[256] = {
png.h 606 PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
615 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_start[7];
616 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_inc[7];
617 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_ystart[7];
618 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_yinc[7];
619 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_mask[7];
620 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_dsp_mask[7];
622 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_height[7];
    [all...]
CHANGES     [all...]
pngrtran.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 353 PNG_CONST PNG_IHDR;
354 PNG_CONST PNG_IDAT;
355 PNG_CONST PNG_IEND;
356 PNG_CONST PNG_PLTE;
358 PNG_CONST PNG_bKGD;
361 PNG_CONST PNG_cHRM;
364 PNG_CONST PNG_gAMA;
367 PNG_CONST PNG_hIST;
370 PNG_CONST PNG_iCCP;
373 PNG_CONST PNG_iTXt
    [all...]
pngpread.c 140 PNG_CONST PNG_IHDR;
141 PNG_CONST PNG_IDAT;
142 PNG_CONST PNG_IEND;
143 PNG_CONST PNG_PLTE;
145 PNG_CONST PNG_bKGD;
148 PNG_CONST PNG_cHRM;
151 PNG_CONST PNG_gAMA;
154 PNG_CONST PNG_hIST;
157 PNG_CONST PNG_iCCP;
160 PNG_CONST PNG_iTXt
    [all...]
pnggccrd.c 460 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...]
png.c 23 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};
77 PNG_CONST int FARDATA png_pass_height[] = {8, 8, 4, 4, 2, 2, 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[
    [all...]
pngconf.h 443 # define PNG_CONST const
445 # define PNG_CONST
    [all...]
pngrutil.c 26 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr)
188 static PNG_CONST char msg[] = "Error decoding compressed text";
    [all...]
pngerror.c 121 static PNG_CONST char png_digit[16] = {
png.h 487 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];
506 PNG_EXPORT_VAR (PNG_CONST int FARDATA) png_pass_height[7];
    [all...]
pngtrans.c 255 static PNG_CONST png_byte onebppswaptable[256] = {
290 static PNG_CONST png_byte twobppswaptable[256] = {
325 static PNG_CONST png_byte fourbppswaptable[256] = {
pngvcrd.c 118 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
    [all...]
pngrtran.c     [all...]

Completed in 102 milliseconds