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

/external/libpng/contrib/libtests/
H A Dpngimage.c1089 png_byte sig_bits[8]; local
1099 sig_bits[0] = sBIT->gray;
1104 sig_bits[0] = sBIT->gray;
1105 sig_bits[1] = sBIT->alpha;
1110 sig_bits[0] = sBIT->red;
1111 sig_bits[1] = sBIT->green;
1112 sig_bits[2] = sBIT->blue;
1117 sig_bits[0] = sBIT->red;
1118 sig_bits[1] = sBIT->green;
1119 sig_bits[
[all...]
H A Dpngvalid.c5652 unsigned int sig_bits :1; /* Pixel shifted (sig bits only) */ member in struct:image_pixel
5661 * If sig_bits is set above the red, green, blue and alpha values have been
5711 const int sig_bits = (format != 0 && format->sig_bits); local
5784 sig_bits ? (1U << format->red_sBIT)-1 : max,
5785 sig_bits ? (1U << format->green_sBIT)-1 : max,
5786 sig_bits ? (1U << format->blue_sBIT)-1 : max,
5787 sig_bits ? (1U << format->alpha_sBIT)-1 : max);
5802 this->sig_bits = 0;
6061 const int sig_bits local
[all...]
/external/libpng/
H A Dpngrtran.c2237 png_const_color_8p sig_bits)
2254 shift[channels++] = bit_depth - sig_bits->red;
2255 shift[channels++] = bit_depth - sig_bits->green;
2256 shift[channels++] = bit_depth - sig_bits->blue;
2261 shift[channels++] = bit_depth - sig_bits->gray;
2266 shift[channels++] = bit_depth - sig_bits->alpha;
2236 png_do_unshift(png_row_infop row_info, png_bytep row, png_const_color_8p sig_bits) argument
/external/opencv3/3rdparty/libpng/
H A Dpngrtran.c2478 png_const_color_8p sig_bits)
2495 shift[channels++] = bit_depth - sig_bits->red;
2496 shift[channels++] = bit_depth - sig_bits->green;
2497 shift[channels++] = bit_depth - sig_bits->blue;
2502 shift[channels++] = bit_depth - sig_bits->gray;
2507 shift[channels++] = bit_depth - sig_bits->alpha;
2477 png_do_unshift(png_row_infop row_info, png_bytep row, png_const_color_8p sig_bits) argument
H A Dpngpriv.h1092 png_bytep row, png_const_color_8p sig_bits));
/external/pdfium/third_party/lpng_v163/
H A Dpngrtran.c2519 png_const_color_8p sig_bits)
2536 shift[channels++] = bit_depth - sig_bits->red;
2537 shift[channels++] = bit_depth - sig_bits->green;
2538 shift[channels++] = bit_depth - sig_bits->blue;
2543 shift[channels++] = bit_depth - sig_bits->gray;
2548 shift[channels++] = bit_depth - sig_bits->alpha;
2518 png_do_unshift(png_row_infop row_info, png_bytep row, png_const_color_8p sig_bits) argument
H A Dpngpriv.h1252 png_bytep row, png_const_color_8p sig_bits),PNG_EMPTY);

Completed in 446 milliseconds