Home
last modified time | relevance | path

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

/external/libpng/
Dexample.c277 if (color_type & PNG_COLOR_MASK_COLOR)
319 if (color_type & PNG_COLOR_MASK_COLOR)
Dpngwtran.c233 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()
Dpngrtran.c809 !(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 …]
Dpngtrans.c593 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_bgr()
Dpngrutil.c556 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()
Dpng.h1113 #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)
Dpngwutil.c601 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()
Dpngset.c251 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_set_IHDR()
Dlibpng-1.2.44.txt551 PNG_COLOR_MASK_COLOR
1161 if (color_type & PNG_COLOR_MASK_COLOR)
1852 PNG_COLOR_MASK_COLOR
2239 if (color_type & PNG_COLOR_MASK_COLOR)
Dlibpng-1.2.46.txt551 PNG_COLOR_MASK_COLOR
1161 if (color_type & PNG_COLOR_MASK_COLOR)
1852 PNG_COLOR_MASK_COLOR
2239 if (color_type & PNG_COLOR_MASK_COLOR)
/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c751 !(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 …]
Dpngwtran.c226 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()
Dpngtrans.c559 (row_info->color_type & PNG_COLOR_MASK_COLOR)) in png_do_bgr()
Dpng.h949 #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)
Dpngwutil.c571 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()
Dpngrutil.c442 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()
Dpngset.c347 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR) in png_set_IHDR()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp503 if (color_type & PNG_COLOR_MASK_COLOR) { in getBitmapConfig()
1033 int colorType = PNG_COLOR_MASK_COLOR; in onEncode()