Searched refs:PNG_COLOR_MASK_COLOR (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/libpng/
H A Dpngwtran.c233 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
532 (row_info->color_type & PNG_COLOR_MASK_COLOR))
H A Dpngrtran.c809 !(color_type & PNG_COLOR_MASK_COLOR))
826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
1259 info_ptr->color_type |= PNG_COLOR_MASK_COLOR;
1264 info_ptr->color_type &= ~PNG_COLOR_MASK_COLOR;
1286 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR)
1701 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
2234 !(row_info->color_type & PNG_COLOR_MASK_COLOR))
2296 row_info->color_type |= PNG_COLOR_MASK_COLOR;
2341 (row_info->color_type & PNG_COLOR_MASK_COLOR))
2554 row_info->color_type &= ~PNG_COLOR_MASK_COLOR;
[all...]
H A Dpngrutil.c540 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
805 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1459 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1497 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */
H A Dpngwutil.c601 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
942 if (color_type & PNG_COLOR_MASK_COLOR)
1157 else if (color_type & PNG_COLOR_MASK_COLOR)
H A 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)
H A Dpngset.c251 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR)
H A Dpngtrans.c593 (row_info->color_type & PNG_COLOR_MASK_COLOR))
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwtran.c233 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
532 (row_info->color_type & PNG_COLOR_MASK_COLOR))
H A Dpngrtran.c809 !(color_type & PNG_COLOR_MASK_COLOR))
826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
1259 info_ptr->color_type |= PNG_COLOR_MASK_COLOR;
1264 info_ptr->color_type &= ~PNG_COLOR_MASK_COLOR;
1286 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR)
1701 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
2234 !(row_info->color_type & PNG_COLOR_MASK_COLOR))
2296 row_info->color_type |= PNG_COLOR_MASK_COLOR;
2341 (row_info->color_type & PNG_COLOR_MASK_COLOR))
2554 row_info->color_type &= ~PNG_COLOR_MASK_COLOR;
[all...]
H A Dpngrutil.c556 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
821 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1475 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1513 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */
H A Dpngwutil.c601 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
942 if (color_type & PNG_COLOR_MASK_COLOR)
1157 else if (color_type & PNG_COLOR_MASK_COLOR)
/external/libpng/
H A Dexample.c472 if (color_type & PNG_COLOR_MASK_COLOR)
515 if (color_type & PNG_COLOR_MASK_COLOR)
H A Dpngrtran.c1225 !(png_ptr->color_type & PNG_COLOR_MASK_COLOR))
1441 if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR))
2027 PNG_COLOR_MASK_COLOR);
2033 ~PNG_COLOR_MASK_COLOR);
2064 else if (info_ptr->color_type & PNG_COLOR_MASK_COLOR)
2248 if (color_type & PNG_COLOR_MASK_COLOR)
2851 !(row_info->color_type & PNG_COLOR_MASK_COLOR))
2920 row_info->color_type |= PNG_COLOR_MASK_COLOR;
2990 (row_info->color_type & PNG_COLOR_MASK_COLOR))
3167 ~PNG_COLOR_MASK_COLOR);
[all...]
H A Dpng.h786 #define PNG_COLOR_MASK_COLOR 2 macro
791 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
792 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
793 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpngwtran.c180 if (row_info->color_type & PNG_COLOR_MASK_COLOR)
H A Dpng.c2006 if (!(color_type & PNG_COLOR_MASK_COLOR))
2012 if (color_type & PNG_COLOR_MASK_COLOR)
4006 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
H A Dpngread.c328 (row_info->color_type & PNG_COLOR_MASK_COLOR))
1485 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
4080 if (info_ptr->color_type & PNG_COLOR_MASK_COLOR)
H A Dpngwutil.c946 if (!(png_ptr->color_type&PNG_COLOR_MASK_COLOR))
1342 if (color_type & PNG_COLOR_MASK_COLOR)
1508 else if (color_type & PNG_COLOR_MASK_COLOR)
H A Dpngwrite.c617 if ((row_info->color_type & PNG_COLOR_MASK_COLOR))
2170 ((format & PNG_FORMAT_FLAG_COLOR) ? PNG_COLOR_MASK_COLOR : 0) +
H A Dpngrutil.c927 if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR))
1182 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1910 else if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
1956 else if (!(png_ptr->color_type & PNG_COLOR_MASK_COLOR)) /* GRAY */
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp351 if ((colorType & PNG_COLOR_MASK_COLOR) && !m_ignoreGammaAndColorProfile) {
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp536 if (colorType & PNG_COLOR_MASK_COLOR) {
1117 int colorType = PNG_COLOR_MASK_COLOR;
/external/libpng/contrib/libtests/
H A Dmakepng.c120 if (color_type & PNG_COLOR_MASK_COLOR)
1464 else if (color_type & PNG_COLOR_MASK_COLOR) /* rgb */
H A Dpngvalid.c4519 if (dp->colour_type & PNG_COLOR_MASK_COLOR)
5647 if (that->colour_type & PNG_COLOR_MASK_COLOR)
6019 if ((out_ct & PNG_COLOR_MASK_COLOR) != 0 &&
6026 if ((out_ct & PNG_COLOR_MASK_COLOR) != 0 &&
6301 if ((that->colour_type & PNG_COLOR_MASK_COLOR) == 0 && that->have_tRNS)
6332 return (colour_type & PNG_COLOR_MASK_COLOR) == 0;
6956 if ((that->colour_type & PNG_COLOR_MASK_COLOR) != 0)
7236 return (colour_type & PNG_COLOR_MASK_COLOR) != 0;
7300 if (colour_type & PNG_COLOR_MASK_COLOR)
8781 if ((in_ct & PNG_COLOR_MASK_COLOR)
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp536 if (colorType & PNG_COLOR_MASK_COLOR) {
1117 int colorType = PNG_COLOR_MASK_COLOR;

Completed in 1281 milliseconds

12