/external/syslinux/com32/lib/libpng/ |
pngset.c | 239 info_ptr->bit_depth = (png_byte)bit_depth; 240 info_ptr->color_type = (png_byte)color_type; 241 info_ptr->compression_type = (png_byte)compression_type; 242 info_ptr->filter_type = (png_byte)filter_type; 243 info_ptr->interlace_type = (png_byte)interlace_type; 257 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth); 283 info_ptr->offset_unit_type = (png_byte)unit_type; 316 info_ptr->pcal_type = (png_byte)type; 317 info_ptr->pcal_nparams = (png_byte)nparams; 372 info_ptr->scal_unit = (png_byte)unit [all...] |
pngwio.c | 78 png_byte *near_data; /* Needs to be "png_byte *" instead of "png_bytep" */ 84 near_data = (png_byte *)CVT_PTR_NOCHECK(data); 97 png_byte buf[NEAR_BUF_SIZE];
|
pngtrans.c | 122 png_ptr->filler = (png_byte)filler; 224 *rp = (png_byte)(~(*rp)); 237 *rp = (png_byte)(~(*rp)); 250 *rp = (png_byte)(~(*rp)); 251 *(rp+1) = (png_byte)(~(*(rp+1))); 277 png_byte t = *rp; 286 static PNG_CONST png_byte onebppswaptable[256] = { 321 static PNG_CONST png_byte twobppswaptable[256] = { 356 static PNG_CONST png_byte fourbppswaptable[256] = { 605 png_byte save = *rp [all...] |
/external/libpng/ |
png.h | 507 * be png_byte or png_uint_16 (as defined below). 511 png_byte red; 512 png_byte green; 513 png_byte blue; 521 png_byte index; /* used for palette files */ 533 png_byte red; /* for use in red green blue files */ 534 png_byte green; 535 png_byte blue; 536 png_byte gray; /* for use in grayscale files */ 537 png_byte alpha; /* for alpha channel files * [all...] |
pngconf.h | 475 * png_byte must always be one byte in size. 481 typedef unsigned char png_byte; typedef 578 typedef png_byte * png_bytep; 579 typedef const png_byte * png_const_bytep; 605 typedef png_byte * * png_bytepp;
|
pngwrite.c | 228 (png_byte)(255 - info_ptr->trans_alpha[j]); 477 ptime->month = (png_byte)(ttime->tm_mon + 1); 478 ptime->day = (png_byte)ttime->tm_mday; 479 ptime->hour = (png_byte)ttime->tm_hour; 480 ptime->minute = (png_byte)ttime->tm_min; 481 ptime->second = (png_byte)ttime->tm_sec; 658 *(rp) = (png_byte)(*rp - *(rp + 1)); 659 *(rp + 2) = (png_byte)(*(rp + 2) - *(rp + 1)); 685 *(rp ) = (png_byte)(red >> 8); 686 *(rp + 1) = (png_byte)red [all...] |
pngtrans.c | 277 *rp = (png_byte)(~(*rp)); 291 *rp = (png_byte)(~(*rp)); 306 *rp = (png_byte)(~(*rp)); 307 *(rp + 1) = (png_byte)(~(*(rp + 1))); 337 png_byte t = *rp; 348 static PNG_CONST png_byte onebppswaptable[256] = { 383 static PNG_CONST png_byte twobppswaptable[256] = { 418 static PNG_CONST png_byte fourbppswaptable[256] = { 635 png_byte save = *rp; 648 png_byte save = *rp [all...] |
pngrutil.c | 158 png_byte buf[8]; 219 png_byte tmpbuf[PNG_INFLATE_BUF_SIZE]; 253 png_byte crc_bytes[4]; 841 png_byte buf[13]; 871 png_ptr->bit_depth = (png_byte)bit_depth; 872 png_ptr->interlaced = (png_byte)interlace_type; 873 png_ptr->color_type = (png_byte)color_type; 875 png_ptr->filter_type = (png_byte)filter_type; 877 png_ptr->compression_type = (png_byte)compression_type; 902 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth * png_ptr->channels) [all...] |
pngset.c | 266 info_ptr->bit_depth = (png_byte)bit_depth; 267 info_ptr->color_type = (png_byte)color_type; 268 info_ptr->compression_type = (png_byte)compression_type; 269 info_ptr->filter_type = (png_byte)filter_type; 270 info_ptr->interlace_type = (png_byte)interlace_type; 288 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth); 305 info_ptr->offset_unit_type = (png_byte)unit_type; 373 info_ptr->pcal_type = (png_byte)type; 374 info_ptr->pcal_nparams = (png_byte)nparams; 454 info_ptr->scal_unit = (png_byte)unit [all...] |
pngread.c | 347 *(rp) = (png_byte)((256 + *rp + *(rp + 1)) & 0xff); 348 *(rp+2) = (png_byte)((256 + *(rp + 2) + *(rp + 1)) & 0xff); 372 *(rp ) = (png_byte)((red >> 8) & 0xff); 373 *(rp + 1) = (png_byte)(red & 0xff); 374 *(rp + 4) = (png_byte)((blue >> 8) & 0xff); 375 *(rp + 5) = (png_byte)(blue & 0xff); [all...] |
/external/pdfium/third_party/libpng16/ |
png.h | 512 * be png_byte or png_uint_16 (as defined below). 516 png_byte red; 517 png_byte green; 518 png_byte blue; 526 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...] |
pngconf.h | 475 * png_byte must always be one byte in size. 481 typedef unsigned char png_byte; typedef 578 typedef png_byte * png_bytep; 579 typedef const png_byte * png_const_bytep; 605 typedef png_byte * * png_bytepp;
|
pngwrite.c | 228 (png_byte)(255 - info_ptr->trans_alpha[j]); 466 ptime->month = (png_byte)(ttime->tm_mon + 1); 467 ptime->day = (png_byte)ttime->tm_mday; 468 ptime->hour = (png_byte)ttime->tm_hour; 469 ptime->minute = (png_byte)ttime->tm_min; 470 ptime->second = (png_byte)ttime->tm_sec; 647 *(rp) = (png_byte)(*rp - *(rp + 1)); 648 *(rp + 2) = (png_byte)(*(rp + 2) - *(rp + 1)); 674 *(rp ) = (png_byte)(red >> 8); 675 *(rp + 1) = (png_byte)red [all...] |
pngtrans.c | 276 *rp = (png_byte)(~(*rp)); 290 *rp = (png_byte)(~(*rp)); 305 *rp = (png_byte)(~(*rp)); 306 *(rp + 1) = (png_byte)(~(*(rp + 1))); 336 png_byte t = *rp; 347 static PNG_CONST png_byte onebppswaptable[256] = { 382 static PNG_CONST png_byte twobppswaptable[256] = { 417 static PNG_CONST png_byte fourbppswaptable[256] = { 620 png_byte save = *rp; 633 png_byte save = *rp [all...] |
pngset.c | 219 info_ptr->bit_depth = (png_byte)bit_depth; 220 info_ptr->color_type = (png_byte)color_type; 221 info_ptr->compression_type = (png_byte)compression_type; 222 info_ptr->filter_type = (png_byte)filter_type; 223 info_ptr->interlace_type = (png_byte)interlace_type; 241 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth); 258 info_ptr->offset_unit_type = (png_byte)unit_type; 326 info_ptr->pcal_type = (png_byte)type; 327 info_ptr->pcal_nparams = (png_byte)nparams; 406 info_ptr->scal_unit = (png_byte)unit [all...] |
pngrutil.c | 158 png_byte buf[8]; 216 png_byte tmpbuf[PNG_INFLATE_BUF_SIZE]; 250 png_byte crc_bytes[4]; 831 png_byte buf[13]; 861 png_ptr->bit_depth = (png_byte)bit_depth; 862 png_ptr->interlaced = (png_byte)interlace_type; 863 png_ptr->color_type = (png_byte)color_type; 865 png_ptr->filter_type = (png_byte)filter_type; 867 png_ptr->compression_type = (png_byte)compression_type; 892 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth * png_ptr->channels) [all...] |
/external/libpng/intel/ |
filter_sse2_intrinsics.c | 44 const png_byte* p2 = (const png_byte*)(p01+1); 57 png_byte* p2; 62 p2 = (png_byte*)(p01+1); 64 *p2 = (png_byte)(v012 >> 16);
|
/external/libpng/contrib/tools/ |
pngcp.c | 283 png_byte search; /* Search on --search */ 284 png_byte value_count; /* length of the list of values: */ 312 # define VLSIZE(name) voidcast(png_byte,\ 433 png_byte ct; 440 png_byte entry[option_count]; /* The selected entry+1 of an option 471 png_byte opt; /* The option being tested */ 472 png_byte entry; /* The next value entry to be tested */ 473 png_byte end; /* This is the last entry */ 711 static png_byte 718 png_byte j [all...] |
/external/ImageMagick/coders/ |
png.c | 139 png_byte intent; 530 static const png_byte mng_MHDR[5]={ 77, 72, 68, 82, (png_byte) '\0'}; 531 static const png_byte mng_BACK[5]={ 66, 65, 67, 75, (png_byte) '\0'}; 532 static const png_byte mng_BASI[5]={ 66, 65, 83, 73, (png_byte) '\0'}; 533 static const png_byte mng_CLIP[5]={ 67, 76, 73, 80, (png_byte) '\0'}; 534 static const png_byte mng_CLON[5]={ 67, 76, 79, 78, (png_byte) '\0'} [all...] |
/frameworks/base/tools/aapt/ |
Images.cpp | 411 static void find_max_opacity(png_byte** rows, 419 png_byte* color = rows[y] + x * 4; 429 static uint8_t max_alpha_over_row(png_byte* row, int startX, int endX) 439 static uint8_t max_alpha_over_col(png_byte** rows, int offsetX, int startY, int endY) [all...] |
/external/libpng/contrib/intel/ |
filter_sse2_intrinsics.c | 45 const png_byte* p2 = (const png_byte*)(p01+1); 60 png_byte* p2 = (png_byte*)(p01+1);
|
/external/pdfium/third_party/libpng16/contrib/intel/ |
filter_sse2_intrinsics.c | 45 const png_byte* p2 = (const png_byte*)(p01+1); 60 png_byte* p2 = (png_byte*)(p01+1);
|
/frameworks/base/tools/aapt2/compile/ |
Png.cpp | 94 png_bytep buf = outBuffer->NextBlock<png_byte>(length); 151 outInfo->rows[i] = new png_byte[rowBytes]; 186 /*static void dump_image(int w, int h, const png_byte* const* rows, int 205 const png_byte* row = rows[j]; 274 const png_byte* row = imageInfo.rows[j]; 403 rgbPalette[idx].red = (png_byte)((col >> 24) & 0xff); 404 rgbPalette[idx].green = (png_byte)((col >> 16) & 0xff); 405 rgbPalette[idx].blue = (png_byte)((col >> 8) & 0xff); 406 alphaPalette[idx] = (png_byte)(col & 0xff); 412 const png_byte* row = imageInfo.rows[j] [all...] |
/external/skia/src/codec/ |
SkPngCodec.cpp | 128 static inline bool is_chunk(const png_byte* chunk, const char* tag) { 175 png_byte* chunk = reinterpret_cast<png_byte*>(buffer); 223 png_byte* chunk = reinterpret_cast<png_byte*>(buffer); 232 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; 635 SkAutoTMalloc<png_byte> fInterlaceBuffer; 692 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes); 738 png_bytep srcRow = SkTAddOffset<png_byte>(fInterlaceBuffer.get(), 744 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes * sampleY) [all...] |
/external/skqp/src/codec/ |
SkPngCodec.cpp | 128 static inline bool is_chunk(const png_byte* chunk, const char* tag) { 175 png_byte* chunk = reinterpret_cast<png_byte*>(buffer); 223 png_byte* chunk = reinterpret_cast<png_byte*>(buffer); 232 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; 635 SkAutoTMalloc<png_byte> fInterlaceBuffer; 692 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes); 738 png_bytep srcRow = SkTAddOffset<png_byte>(fInterlaceBuffer.get(), 744 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes * sampleY) [all...] |