Home
last modified time | relevance | path

Searched defs:PNG_DEPSTRUCT (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/libpng-1.2.46/
Dpng.h862 png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels (from IHDR) */ member
863 png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */ member
864 png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_ below) */ member
865 png_uint_32 rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed row */ member
866 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */ member
867 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */ member
868 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */ member
869 png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member
870 png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member
872 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
[all …]
Dpngconf.h1571 # define PNG_DEPSTRUCT __attribute__((__deprecated__)) macro
1598 # define PNG_DEPSTRUCT /* Access to this struct member is deprecated */ macro
/external/chromium_org/third_party/libpng/
Dpng.h815 png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels (from IHDR) */ member
816 png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */ member
817 png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_ below) */ member
818 png_uint_32 rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed row */ member
819 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */ member
820 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */ member
821 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */ member
822 png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member
823 png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member
825 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
[all …]
Dpngconf.h1563 # define PNG_DEPSTRUCT __attribute__((__deprecated__)) macro
1590 # define PNG_DEPSTRUCT /* Access to this struct member is deprecated */ macro