/ndk/tests/build/issue20862-libpng-O0/jni/ |
pnginfo.h | 66 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ 67 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */ 69 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ 70 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */ 71 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ 74 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */ 75 png_byte pixel_depth; /* number of bits per pixel */ 76 png_byte spare_byte; /* to align the data, and for future use */ 77 png_byte signature[8]; /* magic bytes read by libpng from start of file */ 96 png_byte srgb_intent; /* sRGB rendering intent [0, 1, 2, or 3] * [all...] |
pngstruct.h | 57 png_byte user_transform_depth; /* bit depth of user transformed pixels */ 58 png_byte user_transform_channels; /* channels in user transformed pixels */ 131 png_byte compression; /* file compression type (always 0) */ 132 png_byte filter; /* file filter type (always 0) */ 133 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ 134 png_byte pass; /* current interlace pass (0 - 6) */ 135 png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */ 136 png_byte color_type; /* color type of file */ 137 png_byte bit_depth; /* bit depth of file */ 138 png_byte usr_bit_depth; /* bit depth of users row: write only * [all...] |
pngrtran.c | 116 png_ptr->background_gamma_type = (png_byte)(background_gamma_code); 374 png_byte left; 375 png_byte right; 397 (png_uint_32)(num_palette * png_sizeof(png_byte))); 399 png_ptr->quantize_index[i] = (png_byte)i; 414 (png_uint_32)(num_palette * png_sizeof(png_byte))); 418 png_ptr->quantize_sort[i] = (png_byte)i; 438 png_byte t; 493 png_ptr->quantize_index[j] = (png_byte)i; 494 png_ptr->quantize_index[i] = (png_byte)j [all...] |
/external/chromium_org/third_party/libpng/ |
pngwtran.c | 39 /* png_byte color_type; color type of pixels */ 40 /* png_byte bit_depth; bit depth of samples */ 41 /* png_byte channels; number of channels (1-4) */ 42 /* png_byte pixel_depth; bits per pixel (depth*channels) */ 126 *dp = (png_byte)v; 132 *dp = (png_byte)v; 148 png_byte value; 150 value = (png_byte)(*sp & 0x03); 155 *dp = (png_byte)v; 164 *dp = (png_byte)v [all...] |
pngrtran.c | 114 png_ptr->background_gamma_type = (png_byte)(background_gamma_code); 157 png_byte left; 158 png_byte right; 179 (png_uint_32)(num_palette * png_sizeof(png_byte))); 181 png_ptr->dither_index[i] = (png_byte)i; 196 (png_uint_32)(num_palette * png_sizeof(png_byte))); 200 png_ptr->dither_sort[i] = (png_byte)i; 220 png_byte t; 273 png_ptr->dither_index[j] = (png_byte)i; 274 png_ptr->dither_index[i] = (png_byte)j [all...] |
pngwutil.c | 26 buf[0] = (png_byte)((i >> 24) & 0xff); 27 buf[1] = (png_byte)((i >> 16) & 0xff); 28 buf[2] = (png_byte)((i >> 8) & 0xff); 29 buf[3] = (png_byte)(i & 0xff); 39 buf[0] = (png_byte)((i >> 24) & 0xff); 40 buf[1] = (png_byte)((i >> 16) & 0xff); 41 buf[2] = (png_byte)((i >> 8) & 0xff); 42 buf[3] = (png_byte)(i & 0xff); 52 buf[0] = (png_byte)((i >> 8) & 0xff); 53 buf[1] = (png_byte)(i & 0xff) [all...] |
png.h | 627 * be png_byte or png_uint_16 (as defined below). 631 png_byte red; 632 png_byte green; 633 png_byte blue; 640 png_byte index; /* used for palette files */ 651 png_byte red; /* for use in red green blue files */ 652 png_byte green; 653 png_byte blue; 654 png_byte gray; /* for use in grayscale files */ 655 png_byte alpha; /* for alpha channel files * [all...] |
pngrio.c | 84 png_byte *n_data; 90 n_data = (png_byte *)CVT_PTR_NOCHECK(data); 104 png_byte buf[NEAR_BUF_SIZE];
|
pngrutil.c | 114 png_byte buf[8]; 192 png_byte crc_bytes[4]; 222 png_inflate(png_structp png_ptr, const png_byte *data, png_size_t size, 443 png_byte buf[13]; 473 png_ptr->bit_depth = (png_byte)bit_depth; 474 png_ptr->interlaced = (png_byte)interlace_type; 475 png_ptr->color_type = (png_byte)color_type; 477 png_ptr->filter_type = (png_byte)filter_type; 479 png_ptr->compression_type = (png_byte)compression_type; 503 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth [all...] |
/external/libpng/ |
pngwtran.c | 39 /* png_byte color_type; color type of pixels */ 40 /* png_byte bit_depth; bit depth of samples */ 41 /* png_byte channels; number of channels (1-4) */ 42 /* png_byte pixel_depth; bits per pixel (depth*channels) */ 126 *dp = (png_byte)v; 132 *dp = (png_byte)v; 148 png_byte value; 150 value = (png_byte)(*sp & 0x03); 155 *dp = (png_byte)v; 164 *dp = (png_byte)v [all...] |
pngrtran.c | 114 png_ptr->background_gamma_type = (png_byte)(background_gamma_code); 157 png_byte left; 158 png_byte right; 179 (png_uint_32)(num_palette * png_sizeof(png_byte))); 181 png_ptr->dither_index[i] = (png_byte)i; 196 (png_uint_32)(num_palette * png_sizeof(png_byte))); 200 png_ptr->dither_sort[i] = (png_byte)i; 220 png_byte t; 273 png_ptr->dither_index[j] = (png_byte)i; 274 png_ptr->dither_index[i] = (png_byte)j [all...] |
pngwutil.c | 26 buf[0] = (png_byte)((i >> 24) & 0xff); 27 buf[1] = (png_byte)((i >> 16) & 0xff); 28 buf[2] = (png_byte)((i >> 8) & 0xff); 29 buf[3] = (png_byte)(i & 0xff); 39 buf[0] = (png_byte)((i >> 24) & 0xff); 40 buf[1] = (png_byte)((i >> 16) & 0xff); 41 buf[2] = (png_byte)((i >> 8) & 0xff); 42 buf[3] = (png_byte)(i & 0xff); 52 buf[0] = (png_byte)((i >> 8) & 0xff); 53 buf[1] = (png_byte)(i & 0xff) [all...] |
png.h | 630 * be png_byte or png_uint_16 (as defined below). 634 png_byte red; 635 png_byte green; 636 png_byte blue; 643 png_byte index; /* used for palette files */ 654 png_byte red; /* for use in red green blue files */ 655 png_byte green; 656 png_byte blue; 657 png_byte gray; /* for use in grayscale files */ 658 png_byte alpha; /* for alpha channel files * [all...] |
pngrio.c | 99 png_byte *n_data; 105 n_data = (png_byte *)CVT_PTR_NOCHECK(data); 119 png_byte buf[NEAR_BUF_SIZE];
|
pngrutil.c | 114 png_byte buf[8]; 209 png_byte crc_bytes[4]; 239 png_inflate(png_structp png_ptr, const png_byte *data, png_size_t size, 459 png_byte buf[13]; 489 png_ptr->bit_depth = (png_byte)bit_depth; 490 png_ptr->interlaced = (png_byte)interlace_type; 491 png_ptr->color_type = (png_byte)color_type; 493 png_ptr->filter_type = (png_byte)filter_type; 495 png_ptr->compression_type = (png_byte)compression_type; 519 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwtran.c | 34 /* png_byte color_type; color type of pixels */ 35 /* png_byte bit_depth; bit depth of samples */ 36 /* png_byte channels; number of channels (1-4) */ 37 /* png_byte pixel_depth; bits per pixel (depth*channels) */ 120 *dp = (png_byte)v; 126 *dp = (png_byte)v; 142 png_byte value; 144 value = (png_byte)(*sp & 0x03); 149 *dp = (png_byte)v; 158 *dp = (png_byte)v [all...] |
pngrtran.c | 95 png_ptr->background_gamma_type = (png_byte)(background_gamma_code); 134 png_byte left; 135 png_byte right; 154 (png_uint_32)(num_palette * png_sizeof (png_byte))); 156 png_ptr->dither_index[i] = (png_byte)i; 170 (png_uint_32)(num_palette * png_sizeof (png_byte))); 174 png_ptr->dither_sort[i] = (png_byte)i; 193 png_byte t; 244 png_ptr->dither_index[j] = (png_byte)i; 245 png_ptr->dither_index[i] = (png_byte)j [all...] |
png.h | 514 * be png_byte or png_uint_16 (as defined below). 518 png_byte red; 519 png_byte green; 520 png_byte blue; 527 png_byte index; /* used for palette files */ 538 png_byte red; /* for use in red green blue files */ 539 png_byte green; 540 png_byte blue; 541 png_byte gray; /* for use in grayscale files */ 542 png_byte alpha; /* for alpha channel files * [all...] |
pngwutil.c | 22 buf[0] = (png_byte)((i >> 24) & 0xff); 23 buf[1] = (png_byte)((i >> 16) & 0xff); 24 buf[2] = (png_byte)((i >> 8) & 0xff); 25 buf[3] = (png_byte)(i & 0xff); 35 buf[0] = (png_byte)((i >> 24) & 0xff); 36 buf[1] = (png_byte)((i >> 16) & 0xff); 37 buf[2] = (png_byte)((i >> 8) & 0xff); 38 buf[3] = (png_byte)(i & 0xff); 48 buf[0] = (png_byte)((i >> 8) & 0xff); 49 buf[1] = (png_byte)(i & 0xff) [all...] |
pngrio.c | 77 png_byte *n_data; 82 n_data = (png_byte *)CVT_PTR_NOCHECK(data); 95 png_byte buf[NEAR_BUF_SIZE];
|
pnggccrd.c | [all...] |
/external/libpng/contrib/visupng/ |
PngFile.h | 20 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData, 22 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData,
|
PngFile.c | 97 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData, 101 png_byte pbSig[8]; 108 png_byte *pbImageData = *ppbImageData; 109 static png_byte **ppbRowPointers = NULL; 231 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight) 232 * sizeof(png_byte))) == NULL) 287 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData, 295 static png_byte **ppbRowPointers = NULL;
|
/external/libpng/contrib/pngminus/ |
pnm2png.c | 190 png_byte *png_pixels = NULL; 191 png_byte **row_pointers = NULL; 192 png_byte *pix_ptr = NULL; 335 if ((png_pixels = (png_byte *) malloc (row_bytes * height * sizeof (png_byte))) == NULL) 355 *pix_ptr = (png_byte) ((tmp16 >> 8) & 0xFF); 357 *pix_ptr = (png_byte) (tmp16 & 0xFF); 372 *pix_ptr++ = (png_byte) ((tmp16 >> 8) & 0xFF); 373 *pix_ptr++ = (png_byte) (tmp16 & 0xFF); 414 if ((row_pointers = (png_byte **) malloc (height * sizeof (png_bytep))) == NULL [all...] |
png2pnm.c | 192 png_byte buf[8]; 193 png_byte *png_pixels = NULL; 194 png_byte **row_pointers = NULL; 195 png_byte *pix_ptr = NULL; 317 if ((png_pixels = (png_byte *) malloc (row_bytes * height * sizeof (png_byte))) == NULL) { 322 if ((row_pointers = (png_byte **) malloc (height * sizeof (png_bytep))) == NULL)
|