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

1 2

  /external/syslinux/com32/lib/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...]
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,
274 PNG_CONST char *msg;
    [all...]
pngerror.c 149 static PNG_CONST char png_digit[16] = {
  /external/libpng/contrib/examples/
pngpixel.c 45 row = (png_const_bytep)(((PNG_CONST png_byte (*)[8])row) + bit_offset_hi);
76 PNG_CONST unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr);
90 PNG_CONST int index = component(row, x, 0, bit_depth, 1);
  /external/syslinux/com32/include/
pngconf.h 491 # define PNG_CONST const
493 # define PNG_CONST
    [all...]
  /external/libpng/
pngtest.c 460 PNG_CONST char *file_name;
466 PNG_CONST char *name = "UNKNOWN (ERROR!)";
862 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
    [all...]
png.c 698 static PNG_CONST char short_months[12][4] =
    [all...]
pngconf.h 64 #define PNG_CONST const /* backward compatibility only */
pngpread.c 974 static PNG_CONST png_byte png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
977 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
980 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
983 static PNG_CONST png_byte png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
987 static PNG_CONST png_byte png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
pngwutil.c     [all...]
pngtrans.c 348 static PNG_CONST png_byte onebppswaptable[256] = {
383 static PNG_CONST png_byte twobppswaptable[256] = {
418 static PNG_CONST png_byte fourbppswaptable[256] = {
  /external/skia/third_party/libpng/
pngtest.c 460 PNG_CONST char *file_name;
466 PNG_CONST char *name = "UNKNOWN (ERROR!)";
861 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
    [all...]
pngwutil.c     [all...]
png.c 698 static PNG_CONST char short_months[12][4] =
    [all...]
pngconf.h 64 #define PNG_CONST const /* backward compatibility only */
pngpread.c 975 static PNG_CONST png_byte png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
978 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
981 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
984 static PNG_CONST png_byte png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
988 static PNG_CONST png_byte png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
  /external/pdfium/third_party/libpng16/
png.c 698 static PNG_CONST char short_months[12][4] =
    [all...]
pngconf.h 64 #define PNG_CONST const /* backward compatibility only */
pngpread.c 966 static PNG_CONST png_byte png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
969 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
972 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
975 static PNG_CONST png_byte png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
979 static PNG_CONST png_byte png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
pngwutil.c     [all...]
pngtrans.c 347 static PNG_CONST png_byte onebppswaptable[256] = {
382 static PNG_CONST png_byte twobppswaptable[256] = {
417 static PNG_CONST png_byte fourbppswaptable[256] = {
  /external/libpng/contrib/gregbook/
readpng2.c 148 static PNG_CONST png_byte chunks_to_process[] = {

Completed in 323 milliseconds

1 2