/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 155 if (color_type1 & PNG_COLOR_MASK_COLOR) { in _png_get_header_func() 165 if (!(color_type1 & PNG_COLOR_MASK_COLOR)) { in _png_get_header_func()
|
/external/syslinux/com32/lib/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 | 798 !(color_type & PNG_COLOR_MASK_COLOR)) in png_init_read_transformations() 815 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */ in png_init_read_transformations() 1249 info_ptr->color_type |= PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1254 info_ptr->color_type &= ~PNG_COLOR_MASK_COLOR; in png_read_transform_info() 1276 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_read_transform_info() 1691 if (row_info->color_type & PNG_COLOR_MASK_COLOR) in png_do_unshift() 2224 !(row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_gray_to_rgb() 2286 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb() 2331 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_rgb_to_gray() 2544 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 | 533 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR)) in png_handle_PLTE() 798 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_sBIT() 1452 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_handle_bKGD() 1490 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */ in png_handle_bKGD()
|
/external/skia/third_party/libpng/ |
D | example.c | 472 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) 515 if ((color_type & PNG_COLOR_MASK_COLOR) != 0)
|
D | pngrtran.c | 1228 (png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_rgb_transformations() 1444 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_read_transformations() 2029 PNG_COLOR_MASK_COLOR); in png_read_transform_info() 2035 ~PNG_COLOR_MASK_COLOR); in png_read_transform_info() 2068 else if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_read_transform_info() 2252 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_unshift() 2855 (row_info->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_do_gray_to_rgb() 2924 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb() 2994 (row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_rgb_to_gray() 3173 ~PNG_COLOR_MASK_COLOR); in png_do_rgb_to_gray() [all …]
|
D | png.h | 700 #define PNG_COLOR_MASK_COLOR 2 macro 705 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE) 706 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR) 707 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
|
D | pngwtran.c | 182 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_shift()
|
D | pngtrans.c | 608 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_bgr()
|
D | pngwutil.c | 868 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_write_PLTE() 1266 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_sBIT() 1432 else if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_bKGD()
|
/external/libpng/ |
D | example.c | 472 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) 515 if ((color_type & PNG_COLOR_MASK_COLOR) != 0)
|
D | pngrtran.c | 1228 (png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_rgb_transformations() 1444 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_read_transformations() 2029 PNG_COLOR_MASK_COLOR); in png_read_transform_info() 2035 ~PNG_COLOR_MASK_COLOR); in png_read_transform_info() 2068 else if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_read_transform_info() 2252 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_unshift() 2855 (row_info->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_do_gray_to_rgb() 2924 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb() 2994 (row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_rgb_to_gray() 3173 ~PNG_COLOR_MASK_COLOR); in png_do_rgb_to_gray() [all …]
|
D | png.h | 700 #define PNG_COLOR_MASK_COLOR 2 macro 705 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE) 706 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR) 707 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
|
D | pngwtran.c | 182 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_shift()
|
D | pngtrans.c | 609 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_bgr()
|
D | pngwutil.c | 868 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_write_PLTE() 1266 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_sBIT() 1432 else if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_bKGD()
|
/external/pdfium/third_party/libpng16/ |
D | pngrtran.c | 1228 (png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_rgb_transformations() 1444 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_read_transformations() 2029 PNG_COLOR_MASK_COLOR); in png_read_transform_info() 2035 ~PNG_COLOR_MASK_COLOR); in png_read_transform_info() 2068 else if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_read_transform_info() 2252 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_unshift() 2855 (row_info->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_do_gray_to_rgb() 2924 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb() 2994 (row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_rgb_to_gray() 3173 ~PNG_COLOR_MASK_COLOR); in png_do_rgb_to_gray() [all …]
|
D | png.h | 700 #define PNG_COLOR_MASK_COLOR 2 macro 705 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE) 706 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR) 707 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
|
D | pngwtran.c | 182 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_shift()
|
D | pngtrans.c | 608 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_bgr()
|
D | pngwutil.c | 868 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_write_PLTE() 1266 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_sBIT() 1432 else if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_bKGD()
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 189 if (color_type & PNG_COLOR_MASK_COLOR) in channels_of_type() 1382 const int c = (ct & PNG_COLOR_MASK_COLOR ? 3 : 1) + in insert_sBIT() 1391 if (ct & PNG_COLOR_MASK_COLOR) in insert_sBIT() 1889 else if (color_type & PNG_COLOR_MASK_COLOR) /* rgb */ in main()
|
/external/syslinux/com32/lib/sys/vesa/ |
D | background.c | 142 else if (!(info_ptr->color_type & PNG_COLOR_MASK_COLOR)) in read_png_file()
|