Home
last modified time | relevance | path

Searched defs:png_info_def (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpnginfo.h55 struct png_info_def struct
58 png_uint_32 width; /* width of image in pixels (from IHDR) */
59 png_uint_32 height; /* height of image in pixels (from IHDR) */
60 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */
61 png_size_t rowbytes; /* bytes needed to hold an untransformed row */
62 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */
63 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
65 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
66 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */
[all …]
/external/pdfium/third_party/libpng16/
Dpnginfo.h55 struct png_info_def struct
58 png_uint_32 width; /* width of image in pixels (from IHDR) */
59 png_uint_32 height; /* height of image in pixels (from IHDR) */
60 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */
61 png_size_t rowbytes; /* bytes needed to hold an untransformed row */
62 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */
63 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
65 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
66 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */
[all …]
/external/skia/third_party/libpng/
Dpnginfo.h55 struct png_info_def struct
58 png_uint_32 width; /* width of image in pixels (from IHDR) */
59 png_uint_32 height; /* height of image in pixels (from IHDR) */
60 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */
61 png_size_t rowbytes; /* bytes needed to hold an untransformed row */
62 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */
63 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
65 png_byte bit_depth; /* 1, 2, 4, 8, or 16 bits/channel (from IHDR) */
66 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */
[all …]