Searched defs:PNG_DEPSTRUCT (Results 1 – 2 of 2) sorted by relevance
862 png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels (from IHDR) */ member863 png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */ member864 png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_ below) */ member865 png_uint_32 rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed row */ member866 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */ member867 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */ member868 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */ member869 png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member870 png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member872 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member[all …]
1567 # define PNG_DEPSTRUCT __attribute__((__deprecated__)) macro1594 # define PNG_DEPSTRUCT /* Access to this struct member is deprecated */ macro