Home
last modified time | relevance | path

Searched refs:PNG_COLOR_MASK_COLOR (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp150 if (color_type1 & PNG_COLOR_MASK_COLOR) { in _png_get_header_func()
160 if (!(color_type1 & PNG_COLOR_MASK_COLOR)) { in _png_get_header_func()
/external/libpng/
Dexample.c472 if ((color_type & PNG_COLOR_MASK_COLOR) != 0)
515 if ((color_type & PNG_COLOR_MASK_COLOR) != 0)
Dpngrtran.c1231 (png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_rgb_transformations()
1447 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_init_read_transformations()
2032 PNG_COLOR_MASK_COLOR); in png_read_transform_info()
2038 ~PNG_COLOR_MASK_COLOR); in png_read_transform_info()
2071 else if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_read_transform_info()
2255 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_unshift()
2858 (row_info->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_do_gray_to_rgb()
2927 row_info->color_type |= PNG_COLOR_MASK_COLOR; in png_do_gray_to_rgb()
2997 (row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_rgb_to_gray()
3176 ~PNG_COLOR_MASK_COLOR); in png_do_rgb_to_gray()
[all …]
Dpng.h695 #define PNG_COLOR_MASK_COLOR 2 macro
700 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
701 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
702 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
Dpngwtran.c182 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_shift()
Dpngtrans.c623 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_bgr()
Dpngwutil.c873 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_write_PLTE()
1273 if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_sBIT()
1439 else if ((color_type & PNG_COLOR_MASK_COLOR) != 0) in png_write_bKGD()
Dpngrutil.c946 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_handle_PLTE()
1217 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_handle_sBIT()
1952 else if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_handle_bKGD()
1998 else if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) /* GRAY */ in png_handle_bKGD()
Dpngread.c326 (row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_read_intrapixel()
1353 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_image_format()
3976 if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_image_read_direct()
Dpng.c2114 if ((color_type & PNG_COLOR_MASK_COLOR) == 0)
2120 if ((color_type & PNG_COLOR_MASK_COLOR) != 0)
4245 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0)
Dpngwrite.c638 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_write_intrapixel()
2011 ((format & PNG_FORMAT_FLAG_COLOR) ? PNG_COLOR_MASK_COLOR : 0) + in png_image_write_main()
/external/pdfium/third_party/libpng16/
Dpngrtran.c1228 (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 …]
Dpng.h700 #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)
Dpngwtran.c182 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_shift()
Dpngtrans.c608 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_bgr()
Dpngwutil.c868 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()
Dpngrutil.c936 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) in png_handle_PLTE()
1207 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_handle_sBIT()
1938 else if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_handle_bKGD()
1984 else if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) == 0) /* GRAY */ in png_handle_bKGD()
Dpng.c2074 if ((color_type & PNG_COLOR_MASK_COLOR) == 0)
2080 if ((color_type & PNG_COLOR_MASK_COLOR) != 0)
4165 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0)
Dpngread.c321 (row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_read_intrapixel()
1343 if ((png_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_image_format()
3957 if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_image_read_direct()
Dpngwrite.c627 if ((row_info->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_do_write_intrapixel()
1998 ((format & PNG_FORMAT_FLAG_COLOR) ? PNG_COLOR_MASK_COLOR : 0) + in png_image_write_main()
Dpngset.c232 else if ((info_ptr->color_type & PNG_COLOR_MASK_COLOR) != 0) in png_set_IHDR()
/external/libpng/contrib/libtests/
Dmakepng.c189 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()
Dpngvalid.c5218 if (dp->colour_type & PNG_COLOR_MASK_COLOR) in standard_info_part1()
6470 if (that->colour_type & PNG_COLOR_MASK_COLOR) in image_transform_mod_end()
6890 if ((out_ct & PNG_COLOR_MASK_COLOR) != 0 && in transform_image_validate()
6897 if ((out_ct & PNG_COLOR_MASK_COLOR) != 0 && in transform_image_validate()
7196 if ((that->colour_type & PNG_COLOR_MASK_COLOR) == 0 && that->have_tRNS) in image_transform_png_set_gray_to_rgb_mod()
7227 return (colour_type & PNG_COLOR_MASK_COLOR) == 0; in image_transform_png_set_gray_to_rgb_add()
7895 if ((that->colour_type & PNG_COLOR_MASK_COLOR) != 0) in image_transform_png_set_rgb_to_gray_mod()
8236 return (colour_type & PNG_COLOR_MASK_COLOR) != 0; in image_transform_png_set_rgb_to_gray_add()
8303 if (colour_type & PNG_COLOR_MASK_COLOR) in image_transform_png_set_background_set()
10334 if ((in_ct & PNG_COLOR_MASK_COLOR) == 0) /* grayscale */ in gamma_image_validate()
[all …]
Dpngimage.c104 # define COLOR_MASK_C PNG_COLOR_MASK_COLOR
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc289 const bool is_gray = !(context->color_type & PNG_COLOR_MASK_COLOR); in CommonInitDecode()

12