HomeSort by relevance Sort by last modified time
    Searched full:sig_bit (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 456 png_color_8p sig_bit; local
457 if (*doDitherp && png_get_sBIT(png_ptr, info_ptr, &sig_bit)) {
459 SkDebugf("----- sBIT %d %d %d %d\n", sig_bit->red, sig_bit->green,
460 sig_bit->blue, sig_bit->alpha);
463 if (pos_le(sig_bit->red, SK_R16_BITS) &&
464 pos_le(sig_bit->green, SK_G16_BITS) &&
465 pos_le(sig_bit->blue, SK_B16_BITS)) {
1035 png_color_8 sig_bit; local
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 458 png_color_8p sig_bit; local
459 if (this->getDitherImage() && png_get_sBIT(png_ptr, info_ptr, &sig_bit)) {
461 SkDebugf("----- sBIT %d %d %d %d\n", sig_bit->red, sig_bit->green,
462 sig_bit->blue, sig_bit->alpha);
465 if (pos_le(sig_bit->red, SK_R16_BITS) &&
466 pos_le(sig_bit->green, SK_G16_BITS) &&
467 pos_le(sig_bit->blue, SK_B16_BITS)) {
1042 png_color_8 sig_bit; local
    [all...]
  /external/libpng/
example.c 655 png_color_8 sig_bit;
657 sig_bit.gray = true_bit_depth;
659 sig_bit.red = true_red_bit_depth;
660 sig_bit.green = true_green_bit_depth;
661 sig_bit.blue = true_blue_bit_depth;
663 sig_bit.alpha = true_alpha_bit_depth;
664 png_set_sBIT(png_ptr, info_ptr, &sig_bit);
726 png_set_shift(png_ptr, &sig_bit);
pngget.c 748 png_get_sBIT(png_structp png_ptr, png_infop info_ptr, png_color_8p *sig_bit)
753 && sig_bit != NULL)
755 *sig_bit = &(info_ptr->sig_bit);
pngrtran.c 4246 int sig_bit; local
    [all...]
libpng-1.2.44.txt 645 png_get_sBIT(png_ptr, info_ptr, &sig_bit);
646 sig_bit - the number of significant bits for
    [all...]
libpng-1.2.46.txt 645 png_get_sBIT(png_ptr, info_ptr, &sig_bit);
646 sig_bit - the number of significant bits for
    [all...]
pngrutil.c 823 png_ptr->sig_bit.red = buf[0];
824 png_ptr->sig_bit.green = buf[1];
825 png_ptr->sig_bit.blue = buf[2];
826 png_ptr->sig_bit.alpha = buf[3];
830 png_ptr->sig_bit.gray = buf[0];
831 png_ptr->sig_bit.red = buf[0];
832 png_ptr->sig_bit.green = buf[0];
833 png_ptr->sig_bit.blue = buf[0];
834 png_ptr->sig_bit.alpha = buf[1];
836 png_set_sBIT(png_ptr, info_ptr, &(png_ptr->sig_bit));
    [all...]
pngset.c 495 png_color_8p sig_bit)
502 png_memcpy(&(info_ptr->sig_bit), sig_bit, png_sizeof(png_color_8));
    [all...]
libpng.3 241 \fBpng_uint_32 png_get_sBIT (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_color_8p \fI*sig_bit\fP\fB);\fP
    [all...]
pngread.c 1623 png_color_8p sig_bit; local
    [all...]
pngtest.c 1051 png_color_8p sig_bit; local
1053 if (png_get_sBIT(read_ptr, read_info_ptr, &sig_bit))
1054 png_set_sBIT(write_ptr, write_info_ptr, sig_bit);
    [all...]
  /external/chromium_org/third_party/libpng/
pngget.c 748 png_get_sBIT(png_structp png_ptr, png_infop info_ptr, png_color_8p *sig_bit)
753 && sig_bit != NULL)
755 *sig_bit = &(info_ptr->sig_bit);
pngrtran.c 4246 int sig_bit; local
    [all...]
pngrutil.c 807 png_ptr->sig_bit.red = buf[0];
808 png_ptr->sig_bit.green = buf[1];
809 png_ptr->sig_bit.blue = buf[2];
810 png_ptr->sig_bit.alpha = buf[3];
814 png_ptr->sig_bit.gray = buf[0];
815 png_ptr->sig_bit.red = buf[0];
816 png_ptr->sig_bit.green = buf[0];
817 png_ptr->sig_bit.blue = buf[0];
818 png_ptr->sig_bit.alpha = buf[1];
820 png_set_sBIT(png_ptr, info_ptr, &(png_ptr->sig_bit));
    [all...]
pngset.c 495 png_color_8p sig_bit)
502 png_memcpy(&(info_ptr->sig_bit), sig_bit, png_sizeof(png_color_8));
    [all...]
pngread.c 1443 png_color_8p sig_bit; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 711 png_get_sBIT(png_structp png_ptr, png_infop info_ptr, png_color_8p *sig_bit)
714 && sig_bit != NULL)
717 *sig_bit = &(info_ptr->sig_bit);
pngrtran.c 4075 int sig_bit; local
    [all...]
pngrutil.c 707 png_ptr->sig_bit.red = buf[0];
708 png_ptr->sig_bit.green = buf[1];
709 png_ptr->sig_bit.blue = buf[2];
710 png_ptr->sig_bit.alpha = buf[3];
714 png_ptr->sig_bit.gray = buf[0];
715 png_ptr->sig_bit.red = buf[0];
716 png_ptr->sig_bit.green = buf[0];
717 png_ptr->sig_bit.blue = buf[0];
718 png_ptr->sig_bit.alpha = buf[1];
720 png_set_sBIT(png_ptr, info_ptr, &(png_ptr->sig_bit));
    [all...]
pngset.c 580 png_color_8p sig_bit)
586 png_memcpy(&(info_ptr->sig_bit), sig_bit, png_sizeof (png_color_8));
    [all...]
pngread.c 1411 png_color_8p sig_bit; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 127 png_color_8 sig_bit; /* significant bits in color channels */ member in struct:png_info_def
pngstruct.h 188 png_color_8 sig_bit; /* significant bits in each available channel */ member in struct:png_struct_def
  /external/libpng/contrib/gregbook/
writepng.c 237 /* png_set_shift(png_ptr, &sig_bit); to scale low-bit-depth values */

Completed in 7019 milliseconds

1 2