Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_COLOR_MASK_COLOR

809        !(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;
4249 if (png_ptr->color_type & PNG_COLOR_MASK_COLOR)
4413 (row_info->color_type & PNG_COLOR_MASK_COLOR))