Searched refs:E_LINEAR (Results 1 – 1 of 1) sorted by relevance
1130 # define E_LINEAR 2 /* 16-bit linear: not encoded, NOT pre-multiplied! */ macro1565 case E_LINEAR: in decode_gamma()1599 if (encoding == E_LINEAR) in png_colormap_compose()1625 E_LINEAR : E_sRGB; in png_create_colormap_entry()1654 if (convert_to_Y || output_encoding == E_LINEAR) in png_create_colormap_entry()1657 encoding = E_LINEAR; in png_create_colormap_entry()1678 encoding = E_LINEAR; in png_create_colormap_entry()1681 else if (encoding == E_sRGB && (convert_to_Y || output_encoding == E_LINEAR)) in png_create_colormap_entry()1690 encoding = E_LINEAR; in png_create_colormap_entry()1694 if (encoding == E_LINEAR) in png_create_colormap_entry()[all …]