Searched defs:PNG_DEPSTRUCT (Results 1 – 2 of 2) sorted by relevance
458 png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels (from IHDR) */ member459 png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */ member460 png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_ below) */ member461 png_uint_32 rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed row */ member462 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */ member463 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */ member464 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */ member465 png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member466 png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member468 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member[all …]
1485 # define PNG_DEPSTRUCT __attribute__((__deprecated__)) macro1512 # define PNG_DEPSTRUCT /* Access to this struct member is deprecated */ macro