Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c4940 png_byte blue_sBIT; member
4980 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT = 8; in standard_display_init()
4982 dp->red_sBIT = dp->blue_sBIT = dp->green_sBIT = dp->alpha_sBIT = in standard_display_init()
5231 dp->blue_sBIT = sBIT->blue; in standard_info_part1()
5239 dp->blue_sBIT = dp->green_sBIT = dp->red_sBIT = sBIT->gray; in standard_info_part1()
6039 png_byte red_sBIT, green_sBIT, blue_sBIT, alpha_sBIT; member
6093 this->red_sBIT = this->green_sBIT = this->blue_sBIT = this->alpha_sBIT = in image_pixel_init()
6159 sig_bits ? (1U << format->blue_sBIT)-1 : max, in image_pixel_init()
6475 if (sig_bits && that->blue_sBIT < that->sample_depth) in image_transform_mod_end()
6476 that->blue >>= that->sample_depth - that->blue_sBIT; in image_transform_mod_end()
[all …]