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

1 2

  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 426 #ifndef PNG_CONST
428 # define PNG_CONST const
430 # define PNG_CONST
527 typedef PNG_CONST void FAR * png_const_voidp;
529 typedef PNG_CONST png_byte FAR * png_const_bytep;
531 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;
533 typedef PNG_CONST png_int_32 FAR * png_const_int_32p;
535 typedef PNG_CONST png_uint_16 FAR * png_const_uint_16p;
537 typedef PNG_CONST png_int_16 FAR * png_const_int_16p;
539 typedef PNG_CONST char FAR * png_const_charp
    [all...]
png.h 568 typedef PNG_CONST png_color FAR * png_const_colorp;
580 typedef PNG_CONST png_color_16 FAR * png_const_color_16p;
592 typedef PNG_CONST png_color_8 FAR * png_const_color_8p;
608 typedef PNG_CONST png_sPLT_entry FAR * png_const_sPLT_entryp;
624 typedef PNG_CONST png_sPLT_t FAR * png_const_sPLT_tp;
663 typedef PNG_CONST png_text FAR * png_const_textp;
693 typedef PNG_CONST png_time FAR * png_const_timep;
716 typedef PNG_CONST png_unknown_chunk FAR * png_const_unknown_chunkp;
732 typedef PNG_CONST png_info FAR * png_const_infop;
    [all...]
  /external/chromium_org/third_party/libpng/
pngread.c 385 PNG_CONST PNG_IHDR;
386 PNG_CONST PNG_IDAT;
387 PNG_CONST PNG_IEND;
388 PNG_CONST PNG_PLTE;
390 PNG_CONST PNG_bKGD;
393 PNG_CONST PNG_cHRM;
396 PNG_CONST PNG_gAMA;
399 PNG_CONST PNG_hIST;
402 PNG_CONST PNG_iCCP;
405 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...]
pngconf.h 491 # define PNG_CONST const
493 # define PNG_CONST
    [all...]
pngrutil.c 29 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr,
274 PNG_CONST char *msg;
    [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] = {
  /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 29 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING;
35 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
65 PNG_CONST int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
68 PNG_CONST int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
71 PNG_CONST int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
74 PNG_CONST int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
78 PNG_CONST int FARDATA png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
82 PNG_CONST int FARDATA png_pass_mask[] =
86 PNG_CONST int FARDATA png_pass_dsp_mask[]
673 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] = {
  /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...]

Completed in 233 milliseconds

1 2