Home
last modified time | relevance | path

Searched refs:png_byte (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpnginfo.h66 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 …]
Dpngstruct.h57 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 …]
Dpngrtran.c116 png_ptr->background_gamma_type = (png_byte)(background_gamma_code); in png_set_background_fixed()
374 png_byte left;
375 png_byte right;
397 (png_uint_32)(num_palette * png_sizeof(png_byte))); in png_set_quantize()
399 png_ptr->quantize_index[i] = (png_byte)i; in png_set_quantize()
414 (png_uint_32)(num_palette * png_sizeof(png_byte))); in png_set_quantize()
418 png_ptr->quantize_sort[i] = (png_byte)i; in png_set_quantize()
438 png_byte t; in png_set_quantize()
493 png_ptr->quantize_index[j] = (png_byte)i; in png_set_quantize()
494 png_ptr->quantize_index[i] = (png_byte)j; in png_set_quantize()
[all …]
Dpng.h563 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 */
619 png_byte depth; /* depth of palette samples */
[all …]
Dpngconf.h451 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;
Dpngpriv.h1660 PNG_EXTERN png_byte png_gamma_8bit_correct PNGARG((unsigned int value,