HomeSort by relevance Sort by last modified time
    Searched refs:png_byte (Results 26 - 50 of 74) sorted by null

12 3

  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 147 png_byte crc_bytes[4];
350 png_byte buf[13];
380 png_ptr->bit_depth = (png_byte)bit_depth;
381 png_ptr->interlaced = (png_byte)interlace_type;
382 png_ptr->color_type = (png_byte)color_type;
384 png_ptr->filter_type = (png_byte)filter_type;
386 png_ptr->compression_type = (png_byte)compression_type;
407 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
476 png_byte buf[3];
486 png_byte buf[3]
    [all...]
pngwio.c 71 png_byte *near_data; /* Needs to be "png_byte *" instead of "png_bytep" */
76 near_data = (png_byte *)CVT_PTR_NOCHECK(data);
89 png_byte buf[NEAR_BUF_SIZE];
pngset.c 340 info_ptr->bit_depth = (png_byte)bit_depth;
341 info_ptr->color_type =(png_byte) color_type;
342 info_ptr->compression_type = (png_byte)compression_type;
343 info_ptr->filter_type = (png_byte)filter_type;
344 info_ptr->interlace_type = (png_byte)interlace_type;
353 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
378 info_ptr->offset_unit_type = (png_byte)unit_type;
409 info_ptr->pcal_type = (png_byte)type;
410 info_ptr->pcal_nparams = (png_byte)nparams;
462 info_ptr->scal_unit = (png_byte)unit
    [all...]
pngtrans.c 104 png_ptr->filler = (png_byte)filler;
194 *rp = (png_byte)(~(*rp));
207 *rp = (png_byte)(~(*rp));
220 *rp = (png_byte)(~(*rp));
221 *(rp+1) = (png_byte)(~(*(rp+1)));
246 png_byte t = *rp;
255 static PNG_CONST png_byte onebppswaptable[256] = {
290 static PNG_CONST png_byte twobppswaptable[256] = {
325 static PNG_CONST png_byte fourbppswaptable[256] = {
571 png_byte save = *rp
    [all...]
pngget.c 67 png_byte PNGAPI
77 png_byte PNGAPI
87 png_byte PNGAPI
97 png_byte PNGAPI
107 png_byte PNGAPI
342 png_byte PNGAPI
815 png_byte PNGAPI
818 return (png_byte)(png_ptr? png_ptr->rgb_to_gray_status : 0);
924 png_byte PNGAPI
928 return (png_byte)(png_ptr? png_ptr->mmx_bitdepth_threshold : 0)
    [all...]
pngvcrd.c 564 *dp &= (png_byte)((0x7f7f >> (7 - shift)) & 0xff);
565 *dp |= (png_byte)(value << shift);
620 *dp &= (png_byte)((0x3f3f >> (6 - shift)) & 0xff);
621 *dp |= (png_byte)(value << shift);
674 *dp &= (png_byte)((0xf0f >> (4 - shift)) & 0xff);
675 *dp |= (png_byte)(value << shift);
    [all...]
pngwrite.c 154 info_ptr->trans[j] = (png_byte)(255 - info_ptr->trans[j]);
404 ptime->month = (png_byte)(ttime->tm_mon + 1);
405 ptime->day = (png_byte)ttime->tm_mday;
406 ptime->hour = (png_byte)ttime->tm_hour;
407 ptime->minute = (png_byte)ttime->tm_min;
408 ptime->second = (png_byte)ttime->tm_sec;
870 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
    [all...]
pngmem.c 166 png_byte huge * hptr;
226 hptr = (png_byte huge *)table;
229 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
  /external/chromium_org/third_party/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...]
pngwrite.c 164 info_ptr->trans[j] = (png_byte)(255 - info_ptr->trans[j]);
437 ptime->month = (png_byte)(ttime->tm_mon + 1);
438 ptime->day = (png_byte)ttime->tm_mday;
439 ptime->hour = (png_byte)ttime->tm_hour;
440 ptime->minute = (png_byte)ttime->tm_min;
441 ptime->second = (png_byte)ttime->tm_sec;
908 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
    [all...]
pngget.c 72 png_byte PNGAPI
81 png_byte PNGAPI
90 png_byte PNGAPI
99 png_byte PNGAPI
108 png_byte PNGAPI
371 png_byte PNGAPI
860 png_byte PNGAPI
863 return (png_byte)(png_ptr? png_ptr->rgb_to_gray_status : 0);
912 png_byte PNGAPI
pngmem.c 179 png_byte huge * hptr;
239 hptr = (png_byte huge *)table;
242 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
  /external/libpng/
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];
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...]
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...]
pngwrite.c 164 info_ptr->trans[j] = (png_byte)(255 - info_ptr->trans[j]);
437 ptime->month = (png_byte)(ttime->tm_mon + 1);
438 ptime->day = (png_byte)ttime->tm_mday;
439 ptime->hour = (png_byte)ttime->tm_hour;
440 ptime->minute = (png_byte)ttime->tm_min;
441 ptime->second = (png_byte)ttime->tm_sec;
908 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
    [all...]
pngget.c 72 png_byte PNGAPI
81 png_byte PNGAPI
90 png_byte PNGAPI
99 png_byte PNGAPI
108 png_byte PNGAPI
371 png_byte PNGAPI
860 png_byte PNGAPI
863 return (png_byte)(png_ptr? png_ptr->rgb_to_gray_status : 0);
912 png_byte PNGAPI
pngmem.c 179 png_byte huge * hptr;
239 hptr = (png_byte huge *)table;
242 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 559 * be png_byte or png_uint_16 (as defined below).
563 png_byte red;
564 png_byte green;
565 png_byte blue;
573 png_byte index; /* used for palette files */
585 png_byte red; /* for use in red green blue files */
586 png_byte green;
587 png_byte blue;
588 png_byte gray; /* for use in grayscale files */
589 png_byte alpha; /* for alpha channel files *
    [all...]
pngconf.h 451 typedef unsigned char png_byte; typedef
528 typedef png_byte FAR * png_bytep;
529 typedef PNG_CONST png_byte FAR * png_const_bytep;
555 typedef png_byte FAR * FAR * png_bytepp;
  /development/tools/etc1tool/
etc1tool.cpp 156 png_byte pngHeader[PNG_HEADER_SIZE];
268 pEncodedData = new png_byte[encodedSize];
284 pImageData = new png_byte[stride * height];
386 *pDest++ = (png_byte) diff;
  /frameworks/base/tools/aapt/
Images.cpp 943 rgbPalette[idx].red = (png_byte) ((col >> 24) & 0xff);
944 rgbPalette[idx].green = (png_byte) ((col >> 16) & 0xff);
945 rgbPalette[idx].blue = (png_byte) ((col >> 8) & 0xff);
946 alphaPalette[idx] = (png_byte) (col & 0xff);
962 *out++ = (png_byte) (rr * 0.2126f + gg * 0.7152f + bb * 0.0722f);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
PNGImageDecoder.cpp 175 void createInterlaceBuffer(int size) { m_interlaceBuffer = new png_byte[size]; }
178 void createRowBuffer(int size) { m_rowBuffer = adoptArrayPtr(new png_byte[size]); }
214 OwnArrayPtr<png_byte> m_rowBuffer;

Completed in 252 milliseconds

12 3