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

1 2 3 4 5

  /external/libpng/
pnginfo.h 65 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
66 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */
68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */
70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
75 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */
76 png_byte pixel_depth; /* number of bits per pixel */
77 png_byte spare_byte; /* to align the data, and for future use */
81 png_byte signature[8]; /* magic bytes read by libpng from start of file */
175 png_byte offset_unit_type; /* offset units type *
    [all...]
pngstruct.h 64 png_byte output[1]; /* actually zbuf_size */
173 png_byte user_transform_depth; /* bit depth of user transformed pixels */
174 png_byte user_transform_channels; /* channels in user transformed pixels */
248 png_byte compression; /* file compression type (always 0) */
249 png_byte filter; /* file filter type (always 0) */
250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
251 png_byte pass; /* current interlace pass (0 - 6) */
252 png_byte do_filter; /* row filter flags (see PNG_FILTER_ in png.h ) */
253 png_byte color_type; /* color type of file */
254 png_byte bit_depth; /* bit depth of file *
    [all...]
pngwtran.c 59 *dp = (png_byte)v;
66 *dp = (png_byte)v;
86 png_byte value;
88 value = (png_byte)(*sp & 0x03);
94 *dp = (png_byte)v;
106 *dp = (png_byte)v;
126 png_byte value;
128 value = (png_byte)(*sp & 0x0f);
134 *dp = (png_byte)v;
146 *dp = (png_byte)v
    [all...]
pngrtran.c 146 png_ptr->background_gamma_type = (png_byte)(background_gamma_code);
409 png_byte left;
410 png_byte right;
432 (png_uint_32)(num_palette * (sizeof (png_byte))));
434 png_ptr->quantize_index[i] = (png_byte)i;
449 (png_uint_32)(num_palette * (sizeof (png_byte))));
453 png_ptr->quantize_sort[i] = (png_byte)i;
473 png_byte t;
528 png_ptr->quantize_index[j] = (png_byte)i;
529 png_ptr->quantize_index[i] = (png_byte)j
    [all...]
pngwutil.c 26 buf[0] = (png_byte)((i >> 24) & 0xffU);
27 buf[1] = (png_byte)((i >> 16) & 0xffU);
28 buf[2] = (png_byte)((i >> 8) & 0xffU);
29 buf[3] = (png_byte)( i & 0xffU);
39 buf[0] = (png_byte)((i >> 8) & 0xffU);
40 buf[1] = (png_byte)( i & 0xffU);
53 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
76 png_byte buf[8];
149 png_byte buf[4];
281 data[0] = (png_byte)z_cmf
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 65 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
66 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */
68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */
70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
75 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */
76 png_byte pixel_depth; /* number of bits per pixel */
77 png_byte spare_byte; /* to align the data, and for future use */
81 png_byte signature[8]; /* magic bytes read by libpng from start of file */
175 png_byte offset_unit_type; /* offset units type *
    [all...]
pngstruct.h 64 png_byte output[1]; /* actually zbuf_size */
173 png_byte user_transform_depth; /* bit depth of user transformed pixels */
174 png_byte user_transform_channels; /* channels in user transformed pixels */
248 png_byte compression; /* file compression type (always 0) */
249 png_byte filter; /* file filter type (always 0) */
250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
251 png_byte pass; /* current interlace pass (0 - 6) */
252 png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */
253 png_byte color_type; /* color type of file */
254 png_byte bit_depth; /* bit depth of file *
    [all...]
pngwtran.c 59 *dp = (png_byte)v;
66 *dp = (png_byte)v;
86 png_byte value;
88 value = (png_byte)(*sp & 0x03);
94 *dp = (png_byte)v;
106 *dp = (png_byte)v;
126 png_byte value;
128 value = (png_byte)(*sp & 0x0f);
134 *dp = (png_byte)v;
146 *dp = (png_byte)v
    [all...]
pngrtran.c 146 png_ptr->background_gamma_type = (png_byte)(background_gamma_code);
409 png_byte left;
410 png_byte right;
432 (png_uint_32)(num_palette * (sizeof (png_byte))));
434 png_ptr->quantize_index[i] = (png_byte)i;
449 (png_uint_32)(num_palette * (sizeof (png_byte))));
453 png_ptr->quantize_sort[i] = (png_byte)i;
473 png_byte t;
528 png_ptr->quantize_index[j] = (png_byte)i;
529 png_ptr->quantize_index[i] = (png_byte)j
    [all...]
pngwutil.c 26 buf[0] = (png_byte)((i >> 24) & 0xffU);
27 buf[1] = (png_byte)((i >> 16) & 0xffU);
28 buf[2] = (png_byte)((i >> 8) & 0xffU);
29 buf[3] = (png_byte)( i & 0xffU);
39 buf[0] = (png_byte)((i >> 8) & 0xffU);
40 buf[1] = (png_byte)( i & 0xffU);
53 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
76 png_byte buf[8];
149 png_byte buf[4];
281 data[0] = (png_byte)z_cmf
    [all...]
  /external/skia/third_party/libpng/
pnginfo.h 65 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
66 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */
68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */
69 png_byte filter_type; /* must be PNG_FILTER_TYPE_BASE (from IHDR) */
70 png_byte interlace_type; /* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
75 png_byte channels; /* number of data channels per pixel (1, 2, 3, 4) */
76 png_byte pixel_depth; /* number of bits per pixel */
77 png_byte spare_byte; /* to align the data, and for future use */
81 png_byte signature[8]; /* magic bytes read by libpng from start of file */
175 png_byte offset_unit_type; /* offset units type *
    [all...]
pngstruct.h 64 png_byte output[1]; /* actually zbuf_size */
173 png_byte user_transform_depth; /* bit depth of user transformed pixels */
174 png_byte user_transform_channels; /* channels in user transformed pixels */
248 png_byte compression; /* file compression type (always 0) */
249 png_byte filter; /* file filter type (always 0) */
250 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
251 png_byte pass; /* current interlace pass (0 - 6) */
252 png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */
253 png_byte color_type; /* color type of file */
254 png_byte bit_depth; /* bit depth of file *
    [all...]
pngwtran.c 59 *dp = (png_byte)v;
66 *dp = (png_byte)v;
86 png_byte value;
88 value = (png_byte)(*sp & 0x03);
94 *dp = (png_byte)v;
106 *dp = (png_byte)v;
126 png_byte value;
128 value = (png_byte)(*sp & 0x0f);
134 *dp = (png_byte)v;
146 *dp = (png_byte)v
    [all...]
pngrtran.c 146 png_ptr->background_gamma_type = (png_byte)(background_gamma_code);
409 png_byte left;
410 png_byte right;
432 (png_uint_32)(num_palette * (sizeof (png_byte))));
434 png_ptr->quantize_index[i] = (png_byte)i;
449 (png_uint_32)(num_palette * (sizeof (png_byte))));
453 png_ptr->quantize_sort[i] = (png_byte)i;
473 png_byte t;
528 png_ptr->quantize_index[j] = (png_byte)i;
529 png_ptr->quantize_index[i] = (png_byte)j
    [all...]
pngwutil.c 26 buf[0] = (png_byte)((i >> 24) & 0xffU);
27 buf[1] = (png_byte)((i >> 16) & 0xffU);
28 buf[2] = (png_byte)((i >> 8) & 0xffU);
29 buf[3] = (png_byte)( i & 0xffU);
39 buf[0] = (png_byte)((i >> 8) & 0xffU);
40 buf[1] = (png_byte)( i & 0xffU);
53 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
76 png_byte buf[8];
149 png_byte buf[4];
281 data[0] = (png_byte)z_cmf
    [all...]
  /external/syslinux/com32/lib/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...]
pngrio.c 84 png_byte *n_data;
90 n_data = (png_byte *)CVT_PTR_NOCHECK(data);
104 png_byte buf[NEAR_BUF_SIZE];
  /external/autotest/client/deps/glbench/src/
png_helper.cc 32 png_byte bit_depth = 8; // 8 bits per channel RGBA
33 png_byte color_type = 6; // RGBA
38 row_pointers[y] = (png_byte*) malloc(4*width);
40 png_byte* pixel = &(row_pointers[y][x*4]);
  /external/libpng/contrib/visupng/
PngFile.h 20 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData,
22 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData,
PngFile.c 99 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData,
103 png_byte pbSig[8];
110 png_byte *pbImageData = *ppbImageData;
111 static png_byte **ppbRowPointers = NULL;
239 if ((pbImageData = (png_byte *) malloc(ulRowBytes * (*piHeight)
240 * sizeof(png_byte))) == NULL)
295 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData,
303 static png_byte **ppbRowPointers = NULL;
  /packages/services/Car/evs/app/
TexWrapper.cpp 72 png_byte header[kSigSize] = {0};
142 png_byte * buffer = (png_byte*)malloc(stride * height);
152 png_byte ** rowPointers = (png_byte**)malloc(height * sizeof(png_byte*));
  /external/syslinux/com32/include/
png.h 622 * be png_byte or png_uint_16 (as defined below).
626 png_byte red;
627 png_byte green;
628 png_byte blue;
635 png_byte index; /* used for palette files */
646 png_byte red; /* for use in red green blue files */
647 png_byte green;
648 png_byte blue;
649 png_byte gray; /* for use in grayscale files */
650 png_byte alpha; /* for alpha channel files *
    [all...]
  /external/libpng/contrib/pngminus/
pnm2png.c 195 png_byte *png_pixels = NULL;
196 png_byte **row_pointers = NULL;
197 png_byte *pix_ptr = NULL;
376 if ((png_pixels = (png_byte *)
377 malloc (row_bytes * height * sizeof (png_byte))) == NULL)
405 *pix_ptr = (png_byte) ((tmp16 >> 8) & 0xFF);
407 *pix_ptr = (png_byte) (tmp16 & 0xFF);
422 *pix_ptr++ = (png_byte) ((tmp16 >> 8) & 0xFF);
423 *pix_ptr++ = (png_byte) (tmp16 & 0xFF);
479 if ((row_pointers = (png_byte **)
    [all...]

Completed in 422 milliseconds

1 2 3 4 5