| /external/libpng/ |
| pnginfo.h | 140 png_color_8 sig_bit; /* significant bits in color channels */ member in struct:png_info_def
|
| png.c | 4004 png_byte shift, sig_bit; local [all...] |
| pngstruct.h | 349 png_color_8 sig_bit; /* significant bits in each available channel */ member in struct:png_struct_def
|
| pngtest.c | 1211 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/chromium_org/third_party/libpng/ |
| pngread.c | 1443 png_color_8p sig_bit; local [all...] |
| pngrtran.c | 4246 int sig_bit; local [all...] |
| /external/qemu/distrib/libpng-1.2.46/ |
| pngread.c | 1623 png_color_8p sig_bit; local [all...] |
| pngrtran.c | 4246 int sig_bit; local [all...] |
| /external/chromium_org/third_party/skia/src/images/ |
| SkImageDecoder_libpng.cpp | 499 png_color_8p sig_bit; local 500 if (this->getDitherImage() && png_get_sBIT(png_ptr, info_ptr, &sig_bit)) { 502 SkDebugf("----- sBIT %d %d %d %d\n", sig_bit->red, sig_bit->green, 503 sig_bit->blue, sig_bit->alpha); 506 if (pos_le(sig_bit->red, SK_R16_BITS) && 507 pos_le(sig_bit->green, SK_G16_BITS) && 508 pos_le(sig_bit->blue, SK_B16_BITS)) { 1119 png_color_8 sig_bit; local [all...] |
| /external/skia/src/images/ |
| SkImageDecoder_libpng.cpp | 499 png_color_8p sig_bit; local 500 if (this->getDitherImage() && png_get_sBIT(png_ptr, info_ptr, &sig_bit)) { 502 SkDebugf("----- sBIT %d %d %d %d\n", sig_bit->red, sig_bit->green, 503 sig_bit->blue, sig_bit->alpha); 506 if (pos_le(sig_bit->red, SK_R16_BITS) && 507 pos_le(sig_bit->green, SK_G16_BITS) && 508 pos_le(sig_bit->blue, SK_B16_BITS)) { 1119 png_color_8 sig_bit; local [all...] |