Home
last modified time | relevance | path

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

12

/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()
/external/chromium_org/third_party/libpng/
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.c540 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()
Dpng.h1066 #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)
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()
/external/qemu/distrib/libpng-1.2.19/
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()
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 …]
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/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp347 if ((colorType & PNG_COLOR_MASK_COLOR) && !m_ignoreGammaAndColorProfile) { in headerAvailable()
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libpng.cpp543 if (colorType & PNG_COLOR_MASK_COLOR) { in getBitmapConfig()
1130 int colorType = PNG_COLOR_MASK_COLOR; in onEncode()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp542 if (colorType & PNG_COLOR_MASK_COLOR) { in getBitmapConfig()
1129 int colorType = PNG_COLOR_MASK_COLOR; in onEncode()

12