Home
last modified time | relevance | path

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

/external/libpng/
Dpngread.c1389 # define P_LINEAR 2 /* 16-bit linear: not encoded, NOT pre-multiplied! */ macro
1831 case P_LINEAR: in decode_gamma()
1865 if (encoding == P_LINEAR) in png_colormap_compose()
1891 P_LINEAR : P_sRGB; in png_create_colormap_entry()
1920 if (convert_to_Y || output_encoding == P_LINEAR) in png_create_colormap_entry()
1923 encoding = P_LINEAR; in png_create_colormap_entry()
1944 encoding = P_LINEAR; in png_create_colormap_entry()
1947 else if (encoding == P_sRGB && (convert_to_Y || output_encoding == P_LINEAR)) in png_create_colormap_entry()
1956 encoding = P_LINEAR; in png_create_colormap_entry()
1960 if (encoding == P_LINEAR) in png_create_colormap_entry()
[all …]