Home
last modified time | relevance | path

Searched refs:PNG_COLOR_MASK_PALETTE (Results 1 – 9 of 9) sorted by relevance

/external/libpng/contrib/libtests/
Dmakepng.c182 if (color_type & PNG_COLOR_MASK_PALETTE) in channels_of_type()
651 else if (color_type & PNG_COLOR_MASK_PALETTE) in generate_row()
887 if (color_type & PNG_COLOR_MASK_PALETTE) in write_png()
1385 ct & PNG_COLOR_MASK_PALETTE ? 8U : png_get_bit_depth(png_ptr, info_ptr); in insert_sBIT()
1886 if ((color_type & PNG_COLOR_MASK_PALETTE) != 0 || bit_depth < 8) in main()
Dpngimage.c103 # define COLOR_MASK_P PNG_COLOR_MASK_PALETTE
/external/libpng/
Dpng.h694 #define PNG_COLOR_MASK_PALETTE 1 macro
700 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
Dpngread.c1370 if ((png_ptr->color_type & PNG_COLOR_MASK_PALETTE) != 0) in png_image_format()
Dpngrtran.c2996 if ((row_info->color_type & PNG_COLOR_MASK_PALETTE) == 0 && in png_do_rgb_to_gray()
Dlibpng-manual.txt1285 PNG_COLOR_MASK_PALETTE
2984 PNG_COLOR_MASK_PALETTE
/external/pdfium/third_party/libpng16/
Dpng.h699 #define PNG_COLOR_MASK_PALETTE 1 macro
705 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
Dpngread.c1360 if ((png_ptr->color_type & PNG_COLOR_MASK_PALETTE) != 0) in png_image_format()
Dpngrtran.c2993 if ((row_info->color_type & PNG_COLOR_MASK_PALETTE) == 0 && in png_do_rgb_to_gray()