Searched refs:blue_sBIT (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c4567 png_byte blue_sBIT; member in struct:standard_display
4607 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT = 8;
4609 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT =
4858 dp->blue_sBIT = sBIT->blue;
4866 dp->blue_sBIT = dp->green_sBIT = dp->red_sBIT = sBIT->gray;
5666 png_byte red_sBIT, green_sBIT, blue_sBIT, alpha_sBIT; member in struct:image_pixel
5720 this->red_sBIT = this->green_sBIT = this->blue_sBIT = this->alpha_sBIT =
5786 sig_bits ? (1U << format->blue_sBIT)-1 : max,
6102 if (sig_bits && that->blue_sBIT < that->sample_depth)
6103 that->blue >>= that->sample_depth - that->blue_sBIT;
6394 const png_byte blue_sBIT = dp->this.blue_sBIT; local
[all...]

Completed in 54 milliseconds