Home
last modified time | relevance | path

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

/external/syslinux/com32/include/
Dpng.h810 png_uint_32 width PNG_DEPSTRUCT; /* width of image in pixels (from IHDR) */ member
811 png_uint_32 height PNG_DEPSTRUCT; /* height of image in pixels (from IHDR) */ member
812 png_uint_32 valid PNG_DEPSTRUCT; /* valid chunk data (see PNG_INFO_ below) */ member
813 png_uint_32 rowbytes PNG_DEPSTRUCT; /* bytes needed to hold an untransformed row */ member
814 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */ member
815 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */ member
816 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */ member
817 png_byte bit_depth PNG_DEPSTRUCT; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */ member
818 png_byte color_type PNG_DEPSTRUCT; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member
820 png_byte compression_type PNG_DEPSTRUCT; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
[all …]
Dpngconf.h1562 # ifndef PNG_DEPSTRUCT
1563 # define PNG_DEPSTRUCT __attribute__((__deprecated__)) macro
1589 #ifndef PNG_DEPSTRUCT
1590 # define PNG_DEPSTRUCT /* Access to this struct member is deprecated */ macro
/external/syslinux/com32/lib/libpng/
DCHANGES2562 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
2574 that were detected by the new PNG_DEPSTRUCT macro.
2575 Only #define PNG_DEPSTRUCT, etc. in pngconf.h if not already defined.
/external/libpng/
DCHANGES2470 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
2485 that were detected by the new PNG_DEPSTRUCT macro.
2496 Only #define PNG_DEPSTRUCT, etc. in pngconf.h if not already defined.
2690 Removed PNG_DEPSTRUCT markup in pngstruct.h and pnginfo.h, and undid the
3321 Removed the no-longer-used PNG_DEPSTRUCT macro.