Home | History | Annotate | Download | only in libpng

Lines Matching refs:color_type

50       info_ptr->bit_depth, info_ptr->color_type, info_ptr->compression_type,
83 png_write_sBIT(png_ptr, &(info_ptr->sig_bit), info_ptr->color_type);
151 else if (info_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
160 info_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
168 info_ptr->num_trans, info_ptr->color_type);
173 png_write_bKGD(png_ptr, &(info_ptr->background), info_ptr->color_type);
904 png_ptr->row_info.color_type = png_ptr->color_type;
914 png_debug1(3, "row_info->color_type = %d", png_ptr->row_info.color_type);
953 * 5. The color_type is RGB or RGBA