Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c6008 typedef struct image_pixel struct
6013 unsigned int red, green, blue, alpha; /* For non-palette images. */
6014 unsigned int palette_index; /* For a palette image. */
6015 png_byte colour_type; /* As in the spec. */
6016 png_byte bit_depth; /* Defines bit size in row */
6040 } image_pixel; argument