/external/libpng/ |
D | example.c | 277 if (color_type & PNG_COLOR_MASK_COLOR) 319 if (color_type & PNG_COLOR_MASK_COLOR)
|
D | pngwtran.c | 233 if (row_info->color_type & PNG_COLOR_MASK_COLOR) in png_do_shift() 532 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_write_intrapixel()
|
D | pngrtran.c | 809 !(color_type & PNG_COLOR_MASK_COLOR)) in png_init_read_transformations() 826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */ in png_init_read_transformations() 1259 info_ptr->color_type |= PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1264 info_ptr->color_type &= ~PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1286 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_read_transform_info() 1701 if (row_info->color_type & PNG_COLOR_MASK_COLOR) in png_do_unshift() 2234 !(row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_gray_to_rgb() 2296 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb() 2341 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_rgb_to_gray() 2554 row_info->color_type &= ~PNG_COLOR_MASK_COLOR; in png_do_rgb_to_gray() [all …]
|
D | pngtrans.c | 593 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_bgr()
|
D | pngrutil.c | 556 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR)) in png_handle_PLTE() 821 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_sBIT() 1475 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_bKGD() 1513 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */ in png_handle_bKGD()
|
D | png.h | 1113 #define PNG_COLOR_MASK_COLOR 2 macro 1118 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE) 1119 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR) 1120 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
|
D | pngwutil.c | 601 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR)) in png_write_PLTE() 942 if (color_type & PNG_COLOR_MASK_COLOR) in png_write_sBIT() 1157 else if (color_type & PNG_COLOR_MASK_COLOR) in png_write_bKGD()
|
D | pngset.c | 251 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_set_IHDR()
|
/external/chromium_org/third_party/libpng/ |
D | pngwtran.c | 233 if (row_info->color_type & PNG_COLOR_MASK_COLOR) in png_do_shift() 532 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_write_intrapixel()
|
D | pngrtran.c | 809 !(color_type & PNG_COLOR_MASK_COLOR)) in png_init_read_transformations() 826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */ in png_init_read_transformations() 1259 info_ptr->color_type |= PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1264 info_ptr->color_type &= ~PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1286 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_read_transform_info() 1701 if (row_info->color_type & PNG_COLOR_MASK_COLOR) in png_do_unshift() 2234 !(row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_gray_to_rgb() 2296 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb() 2341 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_rgb_to_gray() 2554 row_info->color_type &= ~PNG_COLOR_MASK_COLOR; in png_do_rgb_to_gray() [all …]
|
D | pngtrans.c | 593 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_bgr()
|
D | pngrutil.c | 540 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR)) in png_handle_PLTE() 805 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_sBIT() 1459 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_bKGD() 1497 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */ in png_handle_bKGD()
|
D | png.h | 1066 #define PNG_COLOR_MASK_COLOR 2 macro 1071 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE) 1072 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR) 1073 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
|
D | pngwutil.c | 601 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR)) in png_write_PLTE() 942 if (color_type & PNG_COLOR_MASK_COLOR) in png_write_sBIT() 1157 else if (color_type & PNG_COLOR_MASK_COLOR) in png_write_bKGD()
|
D | pngset.c | 251 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_set_IHDR()
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngwtran.c | 226 if (row_info->color_type & PNG_COLOR_MASK_COLOR) in png_do_shift() 522 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_write_intrapixel()
|
D | pngrtran.c | 751 !(color_type & PNG_COLOR_MASK_COLOR)) in png_init_read_transformations() 768 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */ in png_init_read_transformations() 1140 info_ptr->color_type |= PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1177 info_ptr->color_type |= PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1182 info_ptr->color_type &= ~PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1204 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_read_transform_info() 1610 if (row_info->color_type & PNG_COLOR_MASK_COLOR) in png_do_unshift() 2132 !(row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_gray_to_rgb() 2194 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb() 2236 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_rgb_to_gray() [all …]
|
D | pngtrans.c | 559 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_bgr()
|
D | png.h | 949 #define PNG_COLOR_MASK_COLOR 2 macro 954 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE) 955 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR) 956 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
|
D | pngwutil.c | 571 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR)) in png_write_PLTE() 895 if (color_type & PNG_COLOR_MASK_COLOR) in png_write_sBIT() 1136 else if (color_type & PNG_COLOR_MASK_COLOR) in png_write_bKGD()
|
D | pngrutil.c | 442 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR)) in png_handle_PLTE() 705 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_sBIT() 1373 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_bKGD() 1411 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */ in png_handle_bKGD()
|
D | pngset.c | 347 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_set_IHDR()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 347 if ((colorType & PNG_COLOR_MASK_COLOR) && !m_ignoreGammaAndColorProfile) { in headerAvailable()
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 543 if (colorType & PNG_COLOR_MASK_COLOR) { in getBitmapConfig() 1130 int colorType = PNG_COLOR_MASK_COLOR; in onEncode()
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 542 if (colorType & PNG_COLOR_MASK_COLOR) { in getBitmapConfig() 1129 int colorType = PNG_COLOR_MASK_COLOR; in onEncode()
|